Shades of Perfume #BB9BEB
Tints of Perfume #BB9BEB
RGB
CMYK
RGB Variations
Color information
#BB9BEB (or 0xBB9BEB) is known color: Perfume. HEX triplet: BB, 9B and EB. RGB value is (187,155,235). Sum of RGB (Red+Green+Blue) = 187+155+235=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BEB is #446414. Grayscale: #ADADAD. Windows color (decimal): -4482069 or 15440827. OLE color: 15440827.
HSL color Cylindrical-coordinate representation of color #BB9BEB: hue angle of 264º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB9BEB is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 155 | 235 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.08 |
| HSL | 264º | 0.67% | 0.76% | - |
| HSV(B) | 264º | 0.34% | 0.92% | - |
| XYZ | 47.21 | 40.01 | 83.83 | - |
| YUV | 173.69 | 162.6 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 235 | 0.20 | 0.34 | 0 | 0.08 | 264 | 0.67 | 0.76 |
| Hex | BB | 9B | EB | 14 | 22 | 0 | 8 | 108 | 43 | 4C |
| Octal | 273 | 233 | 353 | 24 | 42 | 0 | 10 | 410 | 103 | 114 |
| Binary | 10111011 | 10011011 | 11101011 | 10100 | 100010 | 0 | 1000 | 100001000 | 1000011 | 1001100 |
Color Harmonies of #BB9BEB
Complementary color
Monochromatic Colors of #BB9BEB
Black with #BB9BEB
Text Example
Text Example
White with #BB9BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9BEB; }
p { color: rgb(187,155,235); }
H1.HeaderClassName
{
color: #BB9BEB;
}
.AnyTagClassName
{
color: #BB9BEB;
}
</style>
background-color css
<style>
a { background-color: #BB9BEB; }
a { background-color: rgb(187,155,235); }
div.DivClassName
{
background-color: #BB9BEB;
}
.BgClassName
{
background-color: #BB9BEB;
}
</style>
border-color css
<style>
span { border-color: #BB9BEB; }
span { border-color: rgb(187,155,235); }
td.TdClassName
{
border-color: #BB9BEB;
}
.TagClassName
{
border-color: #BB9BEB;
}
</style>