Shades of Perfume #BB9FEB
Tints of Perfume #BB9FEB
RGB
CMYK
RGB Variations
Color information
#BB9FEB (or 0xBB9FEB) is known color: Perfume. HEX triplet: BB, 9F and EB. RGB value is (187,159,235). Sum of RGB (Red+Green+Blue) = 187+159+235=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB9FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FEB is #446014. Grayscale: #AFAFAF. Windows color (decimal): -4481045 or 15441851. OLE color: 15441851.
HSL color Cylindrical-coordinate representation of color #BB9FEB: hue angle of 262.11º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB9FEB is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 159 | 235 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.08 |
| HSL | 262.11º | 0.66% | 0.77% | - |
| HSV(B) | 262.11º | 0.32% | 0.92% | - |
| XYZ | 47.89 | 41.36 | 84.06 | - |
| YUV | 176.04 | 161.28 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 235 | 0.20 | 0.32 | 0 | 0.08 | 262.11 | 0.66 | 0.77 |
| Hex | BB | 9F | EB | 14 | 20 | 0 | 8 | 106 | 42 | 4D |
| Octal | 273 | 237 | 353 | 24 | 40 | 0 | 10 | 406 | 102 | 115 |
| Binary | 10111011 | 10011111 | 11101011 | 10100 | 100000 | 0 | 1000 | 100000110 | 1000010 | 1001101 |
Color Harmonies of #BB9FEB
Complementary color
Monochromatic Colors of #BB9FEB
Black with #BB9FEB
Text Example
Text Example
White with #BB9FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FEB; }
p { color: rgb(187,159,235); }
H1.HeaderClassName
{
color: #BB9FEB;
}
.AnyTagClassName
{
color: #BB9FEB;
}
</style>
background-color css
<style>
a { background-color: #BB9FEB; }
a { background-color: rgb(187,159,235); }
div.DivClassName
{
background-color: #BB9FEB;
}
.BgClassName
{
background-color: #BB9FEB;
}
</style>
border-color css
<style>
span { border-color: #BB9FEB; }
span { border-color: rgb(187,159,235); }
td.TdClassName
{
border-color: #BB9FEB;
}
.TagClassName
{
border-color: #BB9FEB;
}
</style>