Shades of Perfume #BBAACB
Tints of Perfume #BBAACB
RGB
CMYK
RGB Variations
Color information
#BBAACB (or 0xBBAACB) is known color: Perfume. HEX triplet: BB, AA and CB. RGB value is (187,170,203). Sum of RGB (Red+Green+Blue) = 187+170+203=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAACB is #445534. Grayscale: #B2B2B2. Windows color (decimal): -4478261 or 13347515. OLE color: 13347515.
HSL color Cylindrical-coordinate representation of color #BBAACB: hue angle of 270.91º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBAACB is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 170 | 203 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.20 |
| HSL | 270.91º | 0.24% | 0.73% | - |
| HSV(B) | 270.91º | 0.16% | 0.8% | - |
| XYZ | 45.65 | 43.63 | 62.51 | - |
| YUV | 178.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 203 | 0.08 | 0.16 | 0 | 0.20 | 270.91 | 0.24 | 0.73 |
| Hex | BB | AA | CB | 8 | 10 | 0 | 14 | 10F | 18 | 49 |
| Octal | 273 | 252 | 313 | 10 | 20 | 0 | 24 | 417 | 30 | 111 |
| Binary | 10111011 | 10101010 | 11001011 | 1000 | 10000 | 0 | 10100 | 100001111 | 11000 | 1001001 |
Color Harmonies of #BBAACB
Complementary color
Monochromatic Colors of #BBAACB
Black with #BBAACB
Text Example
Text Example
White with #BBAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAACB; }
p { color: rgb(187,170,203); }
H1.HeaderClassName
{
color: #BBAACB;
}
.AnyTagClassName
{
color: #BBAACB;
}
</style>
background-color css
<style>
a { background-color: #BBAACB; }
a { background-color: rgb(187,170,203); }
div.DivClassName
{
background-color: #BBAACB;
}
.BgClassName
{
background-color: #BBAACB;
}
</style>
border-color css
<style>
span { border-color: #BBAACB; }
span { border-color: rgb(187,170,203); }
td.TdClassName
{
border-color: #BBAACB;
}
.TagClassName
{
border-color: #BBAACB;
}
</style>