Shades of Perfume #BB99DB
Tints of Perfume #BB99DB
RGB
CMYK
RGB Variations
Color information
#BB99DB (or 0xBB99DB) is known color: Perfume. HEX triplet: BB, 99 and DB. RGB value is (187,153,219). Sum of RGB (Red+Green+Blue) = 187+153+219=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99DB is #446624. Grayscale: #AAAAAA. Windows color (decimal): -4482597 or 14391739. OLE color: 14391739.
HSL color Cylindrical-coordinate representation of color #BB99DB: hue angle of 270.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB99DB is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 153 | 219 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.14 |
| HSL | 270.91º | 0.48% | 0.73% | - |
| HSV(B) | 270.91º | 0.3% | 0.86% | - |
| XYZ | 44.67 | 38.46 | 72.09 | - |
| YUV | 170.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 219 | 0.15 | 0.30 | 0 | 0.14 | 270.91 | 0.48 | 0.73 |
| Hex | BB | 99 | DB | F | 1E | 0 | E | 10F | 30 | 49 |
| Octal | 273 | 231 | 333 | 17 | 36 | 0 | 16 | 417 | 60 | 111 |
| Binary | 10111011 | 10011001 | 11011011 | 1111 | 11110 | 0 | 1110 | 100001111 | 110000 | 1001001 |
Color Harmonies of #BB99DB
Complementary color
Monochromatic Colors of #BB99DB
Black with #BB99DB
Text Example
Text Example
White with #BB99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99DB; }
p { color: rgb(187,153,219); }
H1.HeaderClassName
{
color: #BB99DB;
}
.AnyTagClassName
{
color: #BB99DB;
}
</style>
background-color css
<style>
a { background-color: #BB99DB; }
a { background-color: rgb(187,153,219); }
div.DivClassName
{
background-color: #BB99DB;
}
.BgClassName
{
background-color: #BB99DB;
}
</style>
border-color css
<style>
span { border-color: #BB99DB; }
span { border-color: rgb(187,153,219); }
td.TdClassName
{
border-color: #BB99DB;
}
.TagClassName
{
border-color: #BB99DB;
}
</style>