Shades of Perfume #BB9ECF
Tints of Perfume #BB9ECF
RGB
CMYK
RGB Variations
Color information
#BB9ECF (or 0xBB9ECF) is known color: Perfume. HEX triplet: BB, 9E and CF. RGB value is (187,158,207). Sum of RGB (Red+Green+Blue) = 187+158+207=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB9ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ECF is #446130. Grayscale: #ACACAC. Windows color (decimal): -4481329 or 13606587. OLE color: 13606587.
HSL color Cylindrical-coordinate representation of color #BB9ECF: hue angle of 275.51º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB9ECF is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 158 | 207 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.19 |
| HSL | 275.51º | 0.34% | 0.72% | - |
| HSV(B) | 275.51º | 0.24% | 0.81% | - |
| XYZ | 43.98 | 39.52 | 64.34 | - |
| YUV | 172.26 | 147.61 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 207 | 0.10 | 0.24 | 0 | 0.19 | 275.51 | 0.34 | 0.72 |
| Hex | BB | 9E | CF | A | 18 | 0 | 13 | 114 | 22 | 48 |
| Octal | 273 | 236 | 317 | 12 | 30 | 0 | 23 | 424 | 42 | 110 |
| Binary | 10111011 | 10011110 | 11001111 | 1010 | 11000 | 0 | 10011 | 100010100 | 100010 | 1001000 |
Color Harmonies of #BB9ECF
Complementary color
Monochromatic Colors of #BB9ECF
Black with #BB9ECF
Text Example
Text Example
White with #BB9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9ECF; }
p { color: rgb(187,158,207); }
H1.HeaderClassName
{
color: #BB9ECF;
}
.AnyTagClassName
{
color: #BB9ECF;
}
</style>
background-color css
<style>
a { background-color: #BB9ECF; }
a { background-color: rgb(187,158,207); }
div.DivClassName
{
background-color: #BB9ECF;
}
.BgClassName
{
background-color: #BB9ECF;
}
</style>
border-color css
<style>
span { border-color: #BB9ECF; }
span { border-color: rgb(187,158,207); }
td.TdClassName
{
border-color: #BB9ECF;
}
.TagClassName
{
border-color: #BB9ECF;
}
</style>