Shades of Perfume #BB9DED
Tints of Perfume #BB9DED
RGB
CMYK
RGB Variations
Color information
#BB9DED (or 0xBB9DED) is known color: Perfume. HEX triplet: BB, 9D and ED. RGB value is (187,157,237). Sum of RGB (Red+Green+Blue) = 187+157+237=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB9DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DED is #446212. Grayscale: #AEAEAE. Windows color (decimal): -4481555 or 15572411. OLE color: 15572411.
HSL color Cylindrical-coordinate representation of color #BB9DED: hue angle of 262.5º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB9DED is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 157 | 237 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.07 |
| HSL | 262.5º | 0.69% | 0.77% | - |
| HSV(B) | 262.5º | 0.34% | 0.93% | - |
| XYZ | 47.84 | 40.79 | 85.47 | - |
| YUV | 175.09 | 162.94 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 237 | 0.21 | 0.34 | 0 | 0.07 | 262.5 | 0.69 | 0.77 |
| Hex | BB | 9D | ED | 15 | 22 | 0 | 7 | 106 | 45 | 4D |
| Octal | 273 | 235 | 355 | 25 | 42 | 0 | 7 | 406 | 105 | 115 |
| Binary | 10111011 | 10011101 | 11101101 | 10101 | 100010 | 0 | 111 | 100000110 | 1000101 | 1001101 |
Color Harmonies of #BB9DED
Complementary color
Monochromatic Colors of #BB9DED
Black with #BB9DED
Text Example
Text Example
White with #BB9DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DED; }
p { color: rgb(187,157,237); }
H1.HeaderClassName
{
color: #BB9DED;
}
.AnyTagClassName
{
color: #BB9DED;
}
</style>
background-color css
<style>
a { background-color: #BB9DED; }
a { background-color: rgb(187,157,237); }
div.DivClassName
{
background-color: #BB9DED;
}
.BgClassName
{
background-color: #BB9DED;
}
</style>
border-color css
<style>
span { border-color: #BB9DED; }
span { border-color: rgb(187,157,237); }
td.TdClassName
{
border-color: #BB9DED;
}
.TagClassName
{
border-color: #BB9DED;
}
</style>