Shades of Perfume #BBAACD
Tints of Perfume #BBAACD
RGB
CMYK
RGB Variations
Color information
#BBAACD (or 0xBBAACD) is known color: Perfume. HEX triplet: BB, AA and CD. RGB value is (187,170,205). Sum of RGB (Red+Green+Blue) = 187+170+205=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAACD is #445532. Grayscale: #B2B2B2. Windows color (decimal): -4478259 or 13478587. OLE color: 13478587.
HSL color Cylindrical-coordinate representation of color #BBAACD: hue angle of 269.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBAACD is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 170 | 205 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.20 |
| HSL | 269.14º | 0.26% | 0.74% | - |
| HSV(B) | 269.14º | 0.17% | 0.8% | - |
| XYZ | 45.89 | 43.72 | 63.78 | - |
| YUV | 179.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 205 | 0.09 | 0.17 | 0 | 0.20 | 269.14 | 0.26 | 0.74 |
| Hex | BB | AA | CD | 9 | 11 | 0 | 14 | 10D | 1A | 4A |
| Octal | 273 | 252 | 315 | 11 | 21 | 0 | 24 | 415 | 32 | 112 |
| Binary | 10111011 | 10101010 | 11001101 | 1001 | 10001 | 0 | 10100 | 100001101 | 11010 | 1001010 |
Color Harmonies of #BBAACD
Complementary color
Monochromatic Colors of #BBAACD
Black with #BBAACD
Text Example
Text Example
White with #BBAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAACD; }
p { color: rgb(187,170,205); }
H1.HeaderClassName
{
color: #BBAACD;
}
.AnyTagClassName
{
color: #BBAACD;
}
</style>
background-color css
<style>
a { background-color: #BBAACD; }
a { background-color: rgb(187,170,205); }
div.DivClassName
{
background-color: #BBAACD;
}
.BgClassName
{
background-color: #BBAACD;
}
</style>
border-color css
<style>
span { border-color: #BBAACD; }
span { border-color: rgb(187,170,205); }
td.TdClassName
{
border-color: #BBAACD;
}
.TagClassName
{
border-color: #BBAACD;
}
</style>