Shades of Perfume #BBAACA
Tints of Perfume #BBAACA
RGB
CMYK
RGB Variations
Color information
#BBAACA (or 0xBBAACA) is known color: Perfume. HEX triplet: BB, AA and CA. RGB value is (187,170,202). Sum of RGB (Red+Green+Blue) = 187+170+202=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAACA is #445535. Grayscale: #B2B2B2. Windows color (decimal): -4478262 or 13281979. OLE color: 13281979.
HSL color Cylindrical-coordinate representation of color #BBAACA: hue angle of 271.88º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBAACA is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 170 | 202 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.21 |
| HSL | 271.88º | 0.23% | 0.73% | - |
| HSV(B) | 271.88º | 0.16% | 0.79% | - |
| XYZ | 45.53 | 43.58 | 61.89 | - |
| YUV | 178.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 202 | 0.07 | 0.16 | 0 | 0.21 | 271.88 | 0.23 | 0.73 |
| Hex | BB | AA | CA | 7 | 10 | 0 | 15 | 110 | 17 | 49 |
| Octal | 273 | 252 | 312 | 7 | 20 | 0 | 25 | 420 | 27 | 111 |
| Binary | 10111011 | 10101010 | 11001010 | 111 | 10000 | 0 | 10101 | 100010000 | 10111 | 1001001 |
Color Harmonies of #BBAACA
Complementary color
Monochromatic Colors of #BBAACA
Black with #BBAACA
Text Example
Text Example
White with #BBAACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAACA; }
p { color: rgb(187,170,202); }
H1.HeaderClassName
{
color: #BBAACA;
}
.AnyTagClassName
{
color: #BBAACA;
}
</style>
background-color css
<style>
a { background-color: #BBAACA; }
a { background-color: rgb(187,170,202); }
div.DivClassName
{
background-color: #BBAACA;
}
.BgClassName
{
background-color: #BBAACA;
}
</style>
border-color css
<style>
span { border-color: #BBAACA; }
span { border-color: rgb(187,170,202); }
td.TdClassName
{
border-color: #BBAACA;
}
.TagClassName
{
border-color: #BBAACA;
}
</style>