Shades of Perfume #BBAACC
Tints of Perfume #BBAACC
RGB
CMYK
RGB Variations
Color information
#BBAACC (or 0xBBAACC) is known color: Perfume. HEX triplet: BB, AA and CC. RGB value is (187,170,204). Sum of RGB (Red+Green+Blue) = 187+170+204=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAACC is #445533. Grayscale: #B2B2B2. Windows color (decimal): -4478260 or 13413051. OLE color: 13413051.
HSL color Cylindrical-coordinate representation of color #BBAACC: hue angle of 270º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBAACC is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 187 | 170 | 204 | - |
CMYK | 0.08 | 0.17 | 0 | 0.2 |
HSL | 270º | 0.25% | 0.73% | - |
HSV(B) | 270º | 0.17% | 0.8% | - |
XYZ | 45.77 | 43.67 | 63.14 | - |
YUV | 178.96 | 142.13 | 133.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 170 | 204 | 0.08 | 0.17 | 0 | 0.2 | 270 | 0.25 | 0.73 |
Hex | BB | AA | CC | 8 | 11 | 0 | 14 | 10E | 19 | 49 |
Octal | 273 | 252 | 314 | 10 | 21 | 0 | 24 | 416 | 31 | 111 |
Binary | 10111011 | 10101010 | 11001100 | 1000 | 10001 | 0 | 10100 | 100001110 | 11001 | 1001001 |
Color Harmonies of #BBAACC
Complementary color
Monochromatic Colors of #BBAACC
Black with #BBAACC
Text Example
Text Example
White with #BBAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAACC; }
p { color: rgb(187,170,204); }
H1.HeaderClassName
{
color: #BBAACC;
}
.AnyTagClassName
{
color: #BBAACC;
}
</style>
background-color css
<style>
a { background-color: #BBAACC; }
a { background-color: rgb(187,170,204); }
div.DivClassName
{
background-color: #BBAACC;
}
.BgClassName
{
background-color: #BBAACC;
}
</style>
border-color css
<style>
span { border-color: #BBAACC; }
span { border-color: rgb(187,170,204); }
td.TdClassName
{
border-color: #BBAACC;
}
.TagClassName
{
border-color: #BBAACC;
}
</style>