Shades of Perfume #BB9EE8
Tints of Perfume #BB9EE8
RGB
CMYK
RGB Variations
Color information
#BB9EE8 (or 0xBB9EE8) is known color: Perfume. HEX triplet: BB, 9E and E8. RGB value is (187,158,232). Sum of RGB (Red+Green+Blue) = 187+158+232=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB9EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EE8 is #446117. Grayscale: #AEAEAE. Windows color (decimal): -4481304 or 15244987. OLE color: 15244987.
HSL color Cylindrical-coordinate representation of color #BB9EE8: hue angle of 263.51º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB9EE8 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 158 | 232 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.09 |
| HSL | 263.51º | 0.62% | 0.76% | - |
| HSV(B) | 263.51º | 0.32% | 0.91% | - |
| XYZ | 47.29 | 40.84 | 81.74 | - |
| YUV | 175.11 | 160.11 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 232 | 0.19 | 0.32 | 0 | 0.09 | 263.51 | 0.62 | 0.76 |
| Hex | BB | 9E | E8 | 13 | 20 | 0 | 9 | 108 | 3E | 4C |
| Octal | 273 | 236 | 350 | 23 | 40 | 0 | 11 | 410 | 76 | 114 |
| Binary | 10111011 | 10011110 | 11101000 | 10011 | 100000 | 0 | 1001 | 100001000 | 111110 | 1001100 |
Color Harmonies of #BB9EE8
Complementary color
Monochromatic Colors of #BB9EE8
Black with #BB9EE8
Text Example
Text Example
White with #BB9EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9EE8; }
p { color: rgb(187,158,232); }
H1.HeaderClassName
{
color: #BB9EE8;
}
.AnyTagClassName
{
color: #BB9EE8;
}
</style>
background-color css
<style>
a { background-color: #BB9EE8; }
a { background-color: rgb(187,158,232); }
div.DivClassName
{
background-color: #BB9EE8;
}
.BgClassName
{
background-color: #BB9EE8;
}
</style>
border-color css
<style>
span { border-color: #BB9EE8; }
span { border-color: rgb(187,158,232); }
td.TdClassName
{
border-color: #BB9EE8;
}
.TagClassName
{
border-color: #BB9EE8;
}
</style>