Shades of Perfume #BBA6CE
Tints of Perfume #BBA6CE
RGB
CMYK
RGB Variations
Color information
#BBA6CE (or 0xBBA6CE) is known color: Perfume. HEX triplet: BB, A6 and CE. RGB value is (187,166,206). Sum of RGB (Red+Green+Blue) = 187+166+206=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBA6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6CE is #445931. Grayscale: #B0B0B0. Windows color (decimal): -4479282 or 13543099. OLE color: 13543099.
HSL color Cylindrical-coordinate representation of color #BBA6CE: hue angle of 271.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBA6CE is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 166 | 206 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.19 |
| HSL | 271.5º | 0.29% | 0.73% | - |
| HSV(B) | 271.5º | 0.19% | 0.81% | - |
| XYZ | 45.27 | 42.29 | 64.17 | - |
| YUV | 176.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 206 | 0.09 | 0.19 | 0 | 0.19 | 271.5 | 0.29 | 0.73 |
| Hex | BB | A6 | CE | 9 | 13 | 0 | 13 | 110 | 1D | 49 |
| Octal | 273 | 246 | 316 | 11 | 23 | 0 | 23 | 420 | 35 | 111 |
| Binary | 10111011 | 10100110 | 11001110 | 1001 | 10011 | 0 | 10011 | 100010000 | 11101 | 1001001 |
Color Harmonies of #BBA6CE
Complementary color
Monochromatic Colors of #BBA6CE
Black with #BBA6CE
Text Example
Text Example
White with #BBA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA6CE; }
p { color: rgb(187,166,206); }
H1.HeaderClassName
{
color: #BBA6CE;
}
.AnyTagClassName
{
color: #BBA6CE;
}
</style>
background-color css
<style>
a { background-color: #BBA6CE; }
a { background-color: rgb(187,166,206); }
div.DivClassName
{
background-color: #BBA6CE;
}
.BgClassName
{
background-color: #BBA6CE;
}
</style>
border-color css
<style>
span { border-color: #BBA6CE; }
span { border-color: rgb(187,166,206); }
td.TdClassName
{
border-color: #BBA6CE;
}
.TagClassName
{
border-color: #BBA6CE;
}
</style>