Shades of Perfume #BB9EDA
Tints of Perfume #BB9EDA
RGB
CMYK
RGB Variations
Color information
#BB9EDA (or 0xBB9EDA) is known color: Perfume. HEX triplet: BB, 9E and DA. RGB value is (187,158,218). Sum of RGB (Red+Green+Blue) = 187+158+218=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EDA is #446125. Grayscale: #ADADAD. Windows color (decimal): -4481318 or 14327483. OLE color: 14327483.
HSL color Cylindrical-coordinate representation of color #BB9EDA: hue angle of 269º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB9EDA is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 158 | 218 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.15 |
| HSL | 269º | 0.45% | 0.74% | - |
| HSV(B) | 269º | 0.28% | 0.85% | - |
| XYZ | 45.38 | 40.08 | 71.67 | - |
| YUV | 173.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 218 | 0.14 | 0.28 | 0 | 0.15 | 269 | 0.45 | 0.74 |
| Hex | BB | 9E | DA | E | 1C | 0 | F | 10D | 2D | 4A |
| Octal | 273 | 236 | 332 | 16 | 34 | 0 | 17 | 415 | 55 | 112 |
| Binary | 10111011 | 10011110 | 11011010 | 1110 | 11100 | 0 | 1111 | 100001101 | 101101 | 1001010 |
Color Harmonies of #BB9EDA
Complementary color
Monochromatic Colors of #BB9EDA
Black with #BB9EDA
Text Example
Text Example
White with #BB9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9EDA; }
p { color: rgb(187,158,218); }
H1.HeaderClassName
{
color: #BB9EDA;
}
.AnyTagClassName
{
color: #BB9EDA;
}
</style>
background-color css
<style>
a { background-color: #BB9EDA; }
a { background-color: rgb(187,158,218); }
div.DivClassName
{
background-color: #BB9EDA;
}
.BgClassName
{
background-color: #BB9EDA;
}
</style>
border-color css
<style>
span { border-color: #BB9EDA; }
span { border-color: rgb(187,158,218); }
td.TdClassName
{
border-color: #BB9EDA;
}
.TagClassName
{
border-color: #BB9EDA;
}
</style>