Shades of Perfume #BD99DB
Tints of Perfume #BD99DB
RGB
CMYK
RGB Variations
Color information
#BD99DB (or 0xBD99DB) is known color: Perfume. HEX triplet: BD, 99 and DB. RGB value is (189,153,219). Sum of RGB (Red+Green+Blue) = 189+153+219=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99DB is #426624. Grayscale: #ABABAB. Windows color (decimal): -4351525 or 14391741. OLE color: 14391741.
HSL color Cylindrical-coordinate representation of color #BD99DB: hue angle of 272.73º 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 #BD99DB is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 153 | 219 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.14 |
| HSL | 272.73º | 0.48% | 0.73% | - |
| HSV(B) | 272.73º | 0.3% | 0.86% | - |
| XYZ | 45.16 | 38.72 | 72.11 | - |
| YUV | 171.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 219 | 0.14 | 0.30 | 0 | 0.14 | 272.73 | 0.48 | 0.73 |
| Hex | BD | 99 | DB | E | 1E | 0 | E | 111 | 30 | 49 |
| Octal | 275 | 231 | 333 | 16 | 36 | 0 | 16 | 421 | 60 | 111 |
| Binary | 10111101 | 10011001 | 11011011 | 1110 | 11110 | 0 | 1110 | 100010001 | 110000 | 1001001 |
Color Harmonies of #BD99DB
Complementary color
Monochromatic Colors of #BD99DB
Black with #BD99DB
Text Example
Text Example
White with #BD99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99DB; }
p { color: rgb(189,153,219); }
H1.HeaderClassName
{
color: #BD99DB;
}
.AnyTagClassName
{
color: #BD99DB;
}
</style>
background-color css
<style>
a { background-color: #BD99DB; }
a { background-color: rgb(189,153,219); }
div.DivClassName
{
background-color: #BD99DB;
}
.BgClassName
{
background-color: #BD99DB;
}
</style>
border-color css
<style>
span { border-color: #BD99DB; }
span { border-color: rgb(189,153,219); }
td.TdClassName
{
border-color: #BD99DB;
}
.TagClassName
{
border-color: #BD99DB;
}
</style>