Shades of Perfume #BB9EED
Tints of Perfume #BB9EED
RGB
CMYK
RGB Variations
Color information
#BB9EED (or 0xBB9EED) is known color: Perfume. HEX triplet: BB, 9E and ED. RGB value is (187,158,237). Sum of RGB (Red+Green+Blue) = 187+158+237=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB9EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EED is #446112. Grayscale: #AFAFAF. Windows color (decimal): -4481299 or 15572667. OLE color: 15572667.
HSL color Cylindrical-coordinate representation of color #BB9EED: hue angle of 262.03º degrees, saturation: 0.69, 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 #BB9EED is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 158 | 237 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.07 |
| HSL | 262.03º | 0.69% | 0.77% | - |
| HSV(B) | 262.03º | 0.33% | 0.93% | - |
| XYZ | 48.01 | 41.13 | 85.53 | - |
| YUV | 175.68 | 162.61 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 237 | 0.21 | 0.33 | 0 | 0.07 | 262.03 | 0.69 | 0.77 |
| Hex | BB | 9E | ED | 15 | 21 | 0 | 7 | 106 | 45 | 4D |
| Octal | 273 | 236 | 355 | 25 | 41 | 0 | 7 | 406 | 105 | 115 |
| Binary | 10111011 | 10011110 | 11101101 | 10101 | 100001 | 0 | 111 | 100000110 | 1000101 | 1001101 |
Color Harmonies of #BB9EED
Complementary color
Monochromatic Colors of #BB9EED
Black with #BB9EED
Text Example
Text Example
White with #BB9EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9EED; }
p { color: rgb(187,158,237); }
H1.HeaderClassName
{
color: #BB9EED;
}
.AnyTagClassName
{
color: #BB9EED;
}
</style>
background-color css
<style>
a { background-color: #BB9EED; }
a { background-color: rgb(187,158,237); }
div.DivClassName
{
background-color: #BB9EED;
}
.BgClassName
{
background-color: #BB9EED;
}
</style>
border-color css
<style>
span { border-color: #BB9EED; }
span { border-color: rgb(187,158,237); }
td.TdClassName
{
border-color: #BB9EED;
}
.TagClassName
{
border-color: #BB9EED;
}
</style>