Shades of Perfume #BB9EDD
Tints of Perfume #BB9EDD
RGB
CMYK
RGB Variations
Color information
#BB9EDD (or 0xBB9EDD) is known color: Perfume. HEX triplet: BB, 9E and DD. RGB value is (187,158,221). Sum of RGB (Red+Green+Blue) = 187+158+221=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EDD is #446122. Grayscale: #ADADAD. Windows color (decimal): -4481315 or 14524091. OLE color: 14524091.
HSL color Cylindrical-coordinate representation of color #BB9EDD: hue angle of 267.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB9EDD is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 158 | 221 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.13 |
| HSL | 267.62º | 0.48% | 0.74% | - |
| HSV(B) | 267.62º | 0.29% | 0.87% | - |
| XYZ | 45.77 | 40.24 | 73.76 | - |
| YUV | 173.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 221 | 0.15 | 0.29 | 0 | 0.13 | 267.62 | 0.48 | 0.74 |
| Hex | BB | 9E | DD | F | 1D | 0 | D | 10C | 30 | 4A |
| Octal | 273 | 236 | 335 | 17 | 35 | 0 | 15 | 414 | 60 | 112 |
| Binary | 10111011 | 10011110 | 11011101 | 1111 | 11101 | 0 | 1101 | 100001100 | 110000 | 1001010 |
Color Harmonies of #BB9EDD
Complementary color
Monochromatic Colors of #BB9EDD
Black with #BB9EDD
Text Example
Text Example
White with #BB9EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9EDD; }
p { color: rgb(187,158,221); }
H1.HeaderClassName
{
color: #BB9EDD;
}
.AnyTagClassName
{
color: #BB9EDD;
}
</style>
background-color css
<style>
a { background-color: #BB9EDD; }
a { background-color: rgb(187,158,221); }
div.DivClassName
{
background-color: #BB9EDD;
}
.BgClassName
{
background-color: #BB9EDD;
}
</style>
border-color css
<style>
span { border-color: #BB9EDD; }
span { border-color: rgb(187,158,221); }
td.TdClassName
{
border-color: #BB9EDD;
}
.TagClassName
{
border-color: #BB9EDD;
}
</style>