:
logo qtransform

  to  




#B882AB color HEX code RGB, HSL, CMYK

COLOR CODE FOR HEXA COLOR #B882AB
#B882AB

   In a RGB color space, hex #B882AB is composed of 72% red, 51% green and 67% blue.
RGB color code is composed of a hexadecimal B8 red (184/255), a 82 green (130/255) and a AB blue component (171/255). The decimal RGB color code is rgb(184,130,171)
In CMYK color space, it is composed of 0% cyan, 29% magenta, 7% yellow and 28% black.
It has a hue angle of 314.44o degrees, a saturation of 28% and a lightness of 62%.
Closest websafe color is: #cc9999 rgb (204, 153, 153).
twitter  facebook  whatsapp


Color conversion




#B882AB
rgb(184,130,171)
=72%
from 255
51%
from 255
67%
from 255
=0
from 100
29
from 100
7
from 100
28
from 100
R: 184
red
G: 130
green
B: 171
blue
C: 0
cyan
M: 29
magenta
Y: 7
yellow
K: 28
black
Hexa colorRGB color chartCMYK color chart

Convert color


The hexadecimal color #B882AB has RGB values of R:184, G:130, B:171 and CMYK values of C:0, M:29, Y:7, K:28. Its decimal value is 12092075.Binary code is 101110001000001010101011
In print we use cyan, yellow, magenta and black (CMYK) inks because usually we print on a white paper.

Hex colorB882AB #B882AB
RGB decimal184, 130, 171 rgb(184, 130, 171)
RGB %72, 51, 67 rgb(72%, 51%, 67%)
RGB Adobe169, 129, 168
CMYK %0, 29, 7, 28 0%, 29%, 7%, 28%
HSL314.44o, 28, 62 hsl(314.44o, 28%, 62%)
HSV (HSB)314o, 29%, 72% hsv(314o, 29%, 72%)
Web Safe color#cc9999 rgb (204, 153, 153)
XYZ35.1, 29.096 42.294
xyY0.33, 0.27, 29.1
Hunter-Lab53.94, 25.03, -12.11
CMY28%, 49%, 33%
Lab60.9, 26.3, -13.13
Binary color
B8 82 AB
10111000 10000010 10101011

Shades and tints of #B882AB


A shade is achieved by adding black to original color on hue code.
A tint is created by mixing color with white.
Use the palette to pick a color or the sliders to set the RGB, HSV, CMYK components.
For example here: #251A22 is the darkest color, and: #F1E6EF is the lightest one.

Tint color variation #B882AB


Shade color variation


Tones of #B882AB
A tone is produced by adding gray to any pure hue. In this case, #B282A7 is the less saturated color, and #94828F is the most saturated one.


Alternatives to #B882AB


Below, you can see some colors close to #B882AB. Having a set of related colors can be useful if you need an inspirational alternative or other close colors to your original color choice.




Quick use #B882AB


How to use this color on webpages, scripts or other programming languages using html, CSS, dhtml, JAVA, .NET, openGL, Swift, Xojo

Color of the text Background color example
Color of the text
Background color example

<font color="#B882AB;">Text here</font>

<div style="background-color:#B882AB;">Text here</div>



Color preview on black background Color preview on white background
color preview on black background
color preview on white background
HTML code

<div style="background-color:#000000"> <font color="#B882AB;">Text here</font> </div>

HTML code

<div style="background-color:#FFFFFF; border: 1px dotted #999999;"> <font color="#B882AB;">Text here</font> </div>



Div box shadow Text shadow css code
box shadow for color #B882AB
text shadow css code
HTML code

<div style="background-color:#FFFFFF; box-shadow: 2px 2px 7px 1px #B882AB;"></div>

CSS code

.box-shadow: 2px 2px 7px 1px;

CSS code

.text-shadow: 1px 2px 2px #B882AB;



Box border html code Text shadow with RGB values for color #B882AB
box border html code for color #B882AB

text shadow with RGB values

HTML code

<div style="background-color:#FFFFFF; border:1px solid #B882AB;"></div>

CSS code with RGB

.text-shadow: 0px 2px 2px rgba(184, 130, 171, 1.4);



Pre-formatted code B882AB code for script / programming
HTML, CSS: = #B882AB; rgb(184, 130, 171)
Java: = new Color(184, 130, 171)
.NET: = Color.FromArgb (184, 130, 171);
Xojo: = rgb (184, 130, 171, 0);
openGL: = glColor3f (0.72f, 0.51f, 0.67f);
Swift: = UIColor(red:0.72, green:0.51, blue:0.67, alpha:1.00000);
Objective-C: = [UIColor colorWithRed:0.72 green:0.51 blue:0.67 alpha:1.00000];


Color schemes with #B882AB


Monochromatic color
monochromatic color scheme

Monochromatic color schemes are easy to create because they use only one color. Monochromatic schemes use different tones from the same angle on the color wheel (the same angle).Just change color saturation +10% and you have a new monocromatic color. On our case color: 29% has a #B882AB saturation. Adding 29% + 10% = 39% saturation for our new color #915984. Decreasing 29% - 10% = 19% saturation for other monochromatic color #DEB4D4.

Analogous color
analogous color scheme

Analogous color schemes are created by using colors that are next to each other on the color wheel. Just +/- 30o on sides of the color hue angle.

Complementary color
complementary color scheme
Complementary schemes are created by combining colors from opposite sides of the color wheel. Simple add 180 degrees to color hue / angle and you have the complementary color. On our case color: #B882AB has a 314o angle. Adding 314o + 180o = 134oo for our new complementary color #82B88F.

Split color
split color scheme

Compound schemes or split complementary schemens are almost the same as complementary schemes.
Instead of using colors that are opposites, it uses colors on both sides of the opposite hue angle.
On our case color: #B882AB has a 314o angle. Adding 314o + 180o+30o = 164o for our first complementary color #82B8A9. Decreasing 314o + 180o-30o = 104o for the second complementary color #91B882.

Tiradic color
tiradic color scheme

Triadic schemes are made up of hues/angles equally spaced around color wheel. Add and decrease +/- 120 degrees on both sides of the color hue angle.

Tetradic color
tetradic color scheme

Tetradic schemes are made up of hues/angles spaced around color wheel. Add 120,180,300 degrees on the color hue angle.