Shades of Perfume #BBAAC8
Tints of Perfume #BBAAC8
RGB
CMYK
RGB Variations
Color information
#BBAAC8 (or 0xBBAAC8) is known color: Perfume. HEX triplet: BB, AA and C8. RGB value is (187,170,200). Sum of RGB (Red+Green+Blue) = 187+170+200=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBAAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAC8 is #445537. Grayscale: #B2B2B2. Windows color (decimal): -4478264 or 13150907. OLE color: 13150907.
HSL color Cylindrical-coordinate representation of color #BBAAC8: hue angle of 274º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBAAC8 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 170 | 200 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.22 |
| HSL | 274º | 0.21% | 0.73% | - |
| HSV(B) | 274º | 0.15% | 0.78% | - |
| XYZ | 45.29 | 43.48 | 60.65 | - |
| YUV | 178.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 200 | 0.06 | 0.15 | 0 | 0.22 | 274 | 0.21 | 0.73 |
| Hex | BB | AA | C8 | 6 | F | 0 | 16 | 112 | 15 | 49 |
| Octal | 273 | 252 | 310 | 6 | 17 | 0 | 26 | 422 | 25 | 111 |
| Binary | 10111011 | 10101010 | 11001000 | 110 | 1111 | 0 | 10110 | 100010010 | 10101 | 1001001 |
Color Harmonies of #BBAAC8
Complementary color
Monochromatic Colors of #BBAAC8
Black with #BBAAC8
Text Example
Text Example
White with #BBAAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAC8; }
p { color: rgb(187,170,200); }
H1.HeaderClassName
{
color: #BBAAC8;
}
.AnyTagClassName
{
color: #BBAAC8;
}
</style>
background-color css
<style>
a { background-color: #BBAAC8; }
a { background-color: rgb(187,170,200); }
div.DivClassName
{
background-color: #BBAAC8;
}
.BgClassName
{
background-color: #BBAAC8;
}
</style>
border-color css
<style>
span { border-color: #BBAAC8; }
span { border-color: rgb(187,170,200); }
td.TdClassName
{
border-color: #BBAAC8;
}
.TagClassName
{
border-color: #BBAAC8;
}
</style>