Shades of Perfume #BB9FDB
Tints of Perfume #BB9FDB
RGB
CMYK
RGB Variations
Color information
#BB9FDB (or 0xBB9FDB) is known color: Perfume. HEX triplet: BB, 9F and DB. RGB value is (187,159,219). Sum of RGB (Red+Green+Blue) = 187+159+219=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FDB is #446024. Grayscale: #AEAEAE. Windows color (decimal): -4481061 or 14393275. OLE color: 14393275.
HSL color Cylindrical-coordinate representation of color #BB9FDB: hue angle of 268º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB9FDB is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 159 | 219 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.14 |
| HSL | 268º | 0.45% | 0.74% | - |
| HSV(B) | 268º | 0.27% | 0.86% | - |
| XYZ | 45.68 | 40.48 | 72.42 | - |
| YUV | 174.21 | 153.28 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 219 | 0.15 | 0.27 | 0 | 0.14 | 268 | 0.45 | 0.74 |
| Hex | BB | 9F | DB | F | 1B | 0 | E | 10C | 2D | 4A |
| Octal | 273 | 237 | 333 | 17 | 33 | 0 | 16 | 414 | 55 | 112 |
| Binary | 10111011 | 10011111 | 11011011 | 1111 | 11011 | 0 | 1110 | 100001100 | 101101 | 1001010 |
Color Harmonies of #BB9FDB
Complementary color
Monochromatic Colors of #BB9FDB
Black with #BB9FDB
Text Example
Text Example
White with #BB9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FDB; }
p { color: rgb(187,159,219); }
H1.HeaderClassName
{
color: #BB9FDB;
}
.AnyTagClassName
{
color: #BB9FDB;
}
</style>
background-color css
<style>
a { background-color: #BB9FDB; }
a { background-color: rgb(187,159,219); }
div.DivClassName
{
background-color: #BB9FDB;
}
.BgClassName
{
background-color: #BB9FDB;
}
</style>
border-color css
<style>
span { border-color: #BB9FDB; }
span { border-color: rgb(187,159,219); }
td.TdClassName
{
border-color: #BB9FDB;
}
.TagClassName
{
border-color: #BB9FDB;
}
</style>