Shades of Perfume #BB9DEB
Tints of Perfume #BB9DEB
RGB
CMYK
RGB Variations
Color information
#BB9DEB (or 0xBB9DEB) is known color: Perfume. HEX triplet: BB, 9D and EB. RGB value is (187,157,235). Sum of RGB (Red+Green+Blue) = 187+157+235=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB9DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DEB is #446214. Grayscale: #AEAEAE. Windows color (decimal): -4481557 or 15441339. OLE color: 15441339.
HSL color Cylindrical-coordinate representation of color #BB9DEB: hue angle of 263.08º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB9DEB is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 157 | 235 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.08 |
| HSL | 263.08º | 0.66% | 0.77% | - |
| HSV(B) | 263.08º | 0.33% | 0.92% | - |
| XYZ | 47.55 | 40.68 | 83.94 | - |
| YUV | 174.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 235 | 0.20 | 0.33 | 0 | 0.08 | 263.08 | 0.66 | 0.77 |
| Hex | BB | 9D | EB | 14 | 21 | 0 | 8 | 107 | 42 | 4D |
| Octal | 273 | 235 | 353 | 24 | 41 | 0 | 10 | 407 | 102 | 115 |
| Binary | 10111011 | 10011101 | 11101011 | 10100 | 100001 | 0 | 1000 | 100000111 | 1000010 | 1001101 |
Color Harmonies of #BB9DEB
Complementary color
Monochromatic Colors of #BB9DEB
Black with #BB9DEB
Text Example
Text Example
White with #BB9DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DEB; }
p { color: rgb(187,157,235); }
H1.HeaderClassName
{
color: #BB9DEB;
}
.AnyTagClassName
{
color: #BB9DEB;
}
</style>
background-color css
<style>
a { background-color: #BB9DEB; }
a { background-color: rgb(187,157,235); }
div.DivClassName
{
background-color: #BB9DEB;
}
.BgClassName
{
background-color: #BB9DEB;
}
</style>
border-color css
<style>
span { border-color: #BB9DEB; }
span { border-color: rgb(187,157,235); }
td.TdClassName
{
border-color: #BB9DEB;
}
.TagClassName
{
border-color: #BB9DEB;
}
</style>