Shades of Perfume #BB9EE6
Tints of Perfume #BB9EE6
RGB
CMYK
RGB Variations
Color information
#BB9EE6 (or 0xBB9EE6) is known color: Perfume. HEX triplet: BB, 9E and E6. RGB value is (187,158,230). Sum of RGB (Red+Green+Blue) = 187+158+230=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB9EE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EE6 is #446119. Grayscale: #AEAEAE. Windows color (decimal): -4481306 or 15113915. OLE color: 15113915.
HSL color Cylindrical-coordinate representation of color #BB9EE6: hue angle of 264.17º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB9EE6 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 158 | 230 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.10 |
| HSL | 264.17º | 0.59% | 0.76% | - |
| HSV(B) | 264.17º | 0.31% | 0.9% | - |
| XYZ | 47 | 40.73 | 80.25 | - |
| YUV | 174.88 | 159.11 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 230 | 0.19 | 0.31 | 0 | 0.10 | 264.17 | 0.59 | 0.76 |
| Hex | BB | 9E | E6 | 13 | 1F | 0 | A | 108 | 3B | 4C |
| Octal | 273 | 236 | 346 | 23 | 37 | 0 | 12 | 410 | 73 | 114 |
| Binary | 10111011 | 10011110 | 11100110 | 10011 | 11111 | 0 | 1010 | 100001000 | 111011 | 1001100 |
Color Harmonies of #BB9EE6
Complementary color
Monochromatic Colors of #BB9EE6
Black with #BB9EE6
Text Example
Text Example
White with #BB9EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9EE6; }
p { color: rgb(187,158,230); }
H1.HeaderClassName
{
color: #BB9EE6;
}
.AnyTagClassName
{
color: #BB9EE6;
}
</style>
background-color css
<style>
a { background-color: #BB9EE6; }
a { background-color: rgb(187,158,230); }
div.DivClassName
{
background-color: #BB9EE6;
}
.BgClassName
{
background-color: #BB9EE6;
}
</style>
border-color css
<style>
span { border-color: #BB9EE6; }
span { border-color: rgb(187,158,230); }
td.TdClassName
{
border-color: #BB9EE6;
}
.TagClassName
{
border-color: #BB9EE6;
}
</style>