Shades of Perfume #BB9BE8
Tints of Perfume #BB9BE8
RGB
CMYK
RGB Variations
Color information
#BB9BE8 (or 0xBB9BE8) is known color: Perfume. HEX triplet: BB, 9B and E8. RGB value is (187,155,232). Sum of RGB (Red+Green+Blue) = 187+155+232=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB9BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BE8 is #446417. Grayscale: #ADADAD. Windows color (decimal): -4482072 or 15244219. OLE color: 15244219.
HSL color Cylindrical-coordinate representation of color #BB9BE8: hue angle of 264.94º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB9BE8 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 155 | 232 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.09 |
| HSL | 264.94º | 0.63% | 0.76% | - |
| HSV(B) | 264.94º | 0.33% | 0.91% | - |
| XYZ | 46.78 | 39.83 | 81.57 | - |
| YUV | 173.35 | 161.1 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 232 | 0.19 | 0.33 | 0 | 0.09 | 264.94 | 0.63 | 0.76 |
| Hex | BB | 9B | E8 | 13 | 21 | 0 | 9 | 109 | 3F | 4C |
| Octal | 273 | 233 | 350 | 23 | 41 | 0 | 11 | 411 | 77 | 114 |
| Binary | 10111011 | 10011011 | 11101000 | 10011 | 100001 | 0 | 1001 | 100001001 | 111111 | 1001100 |
Color Harmonies of #BB9BE8
Complementary color
Monochromatic Colors of #BB9BE8
Black with #BB9BE8
Text Example
Text Example
White with #BB9BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9BE8; }
p { color: rgb(187,155,232); }
H1.HeaderClassName
{
color: #BB9BE8;
}
.AnyTagClassName
{
color: #BB9BE8;
}
</style>
background-color css
<style>
a { background-color: #BB9BE8; }
a { background-color: rgb(187,155,232); }
div.DivClassName
{
background-color: #BB9BE8;
}
.BgClassName
{
background-color: #BB9BE8;
}
</style>
border-color css
<style>
span { border-color: #BB9BE8; }
span { border-color: rgb(187,155,232); }
td.TdClassName
{
border-color: #BB9BE8;
}
.TagClassName
{
border-color: #BB9BE8;
}
</style>