Shades of Perfume #BB9EEC
Tints of Perfume #BB9EEC
RGB
CMYK
RGB Variations
Color information
#BB9EEC (or 0xBB9EEC) is known color: Perfume. HEX triplet: BB, 9E and EC. RGB value is (187,158,236). Sum of RGB (Red+Green+Blue) = 187+158+236=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB9EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EEC is #446113. Grayscale: #AFAFAF. Windows color (decimal): -4481300 or 15507131. OLE color: 15507131.
HSL color Cylindrical-coordinate representation of color #BB9EEC: hue angle of 262.31º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB9EEC is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 158 | 236 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.07 |
| HSL | 262.31º | 0.67% | 0.77% | - |
| HSV(B) | 262.31º | 0.33% | 0.93% | - |
| XYZ | 47.86 | 41.07 | 84.76 | - |
| YUV | 175.56 | 162.11 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 236 | 0.21 | 0.33 | 0 | 0.07 | 262.31 | 0.67 | 0.77 |
| Hex | BB | 9E | EC | 15 | 21 | 0 | 7 | 106 | 43 | 4D |
| Octal | 273 | 236 | 354 | 25 | 41 | 0 | 7 | 406 | 103 | 115 |
| Binary | 10111011 | 10011110 | 11101100 | 10101 | 100001 | 0 | 111 | 100000110 | 1000011 | 1001101 |
Color Harmonies of #BB9EEC
Complementary color
Monochromatic Colors of #BB9EEC
Black with #BB9EEC
Text Example
Text Example
White with #BB9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9EEC; }
p { color: rgb(187,158,236); }
H1.HeaderClassName
{
color: #BB9EEC;
}
.AnyTagClassName
{
color: #BB9EEC;
}
</style>
background-color css
<style>
a { background-color: #BB9EEC; }
a { background-color: rgb(187,158,236); }
div.DivClassName
{
background-color: #BB9EEC;
}
.BgClassName
{
background-color: #BB9EEC;
}
</style>
border-color css
<style>
span { border-color: #BB9EEC; }
span { border-color: rgb(187,158,236); }
td.TdClassName
{
border-color: #BB9EEC;
}
.TagClassName
{
border-color: #BB9EEC;
}
</style>