Shades of Perfume #BBABC9
Tints of Perfume #BBABC9
RGB
CMYK
RGB Variations
Color information
#BBABC9 (or 0xBBABC9) is known color: Perfume. HEX triplet: BB, AB and C9. RGB value is (187,171,201). Sum of RGB (Red+Green+Blue) = 187+171+201=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABC9 is #445436. Grayscale: #B3B3B3. Windows color (decimal): -4478007 or 13216699. OLE color: 13216699.
HSL color Cylindrical-coordinate representation of color #BBABC9: hue angle of 272º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBABC9 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 171 | 201 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.21 |
| HSL | 272º | 0.22% | 0.73% | - |
| HSV(B) | 272º | 0.15% | 0.79% | - |
| XYZ | 45.6 | 43.91 | 61.33 | - |
| YUV | 179.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 201 | 0.07 | 0.15 | 0 | 0.21 | 272 | 0.22 | 0.73 |
| Hex | BB | AB | C9 | 7 | F | 0 | 15 | 110 | 16 | 49 |
| Octal | 273 | 253 | 311 | 7 | 17 | 0 | 25 | 420 | 26 | 111 |
| Binary | 10111011 | 10101011 | 11001001 | 111 | 1111 | 0 | 10101 | 100010000 | 10110 | 1001001 |
Color Harmonies of #BBABC9
Complementary color
Monochromatic Colors of #BBABC9
Black with #BBABC9
Text Example
Text Example
White with #BBABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABC9; }
p { color: rgb(187,171,201); }
H1.HeaderClassName
{
color: #BBABC9;
}
.AnyTagClassName
{
color: #BBABC9;
}
</style>
background-color css
<style>
a { background-color: #BBABC9; }
a { background-color: rgb(187,171,201); }
div.DivClassName
{
background-color: #BBABC9;
}
.BgClassName
{
background-color: #BBABC9;
}
</style>
border-color css
<style>
span { border-color: #BBABC9; }
span { border-color: rgb(187,171,201); }
td.TdClassName
{
border-color: #BBABC9;
}
.TagClassName
{
border-color: #BBABC9;
}
</style>