Shades of Perfume #BD9EDB
Tints of Perfume #BD9EDB
RGB
CMYK
RGB Variations
Color information
#BD9EDB (or 0xBD9EDB) is known color: Perfume. HEX triplet: BD, 9E and DB. RGB value is (189,158,219). Sum of RGB (Red+Green+Blue) = 189+158+219=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9EDB is #426124. Grayscale: #AEAEAE. Windows color (decimal): -4350245 or 14393021. OLE color: 14393021.
HSL color Cylindrical-coordinate representation of color #BD9EDB: hue angle of 270.49º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD9EDB is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 158 | 219 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.14 |
| HSL | 270.49º | 0.46% | 0.74% | - |
| HSV(B) | 270.49º | 0.28% | 0.86% | - |
| XYZ | 46 | 40.39 | 72.39 | - |
| YUV | 174.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 219 | 0.14 | 0.28 | 0 | 0.14 | 270.49 | 0.46 | 0.74 |
| Hex | BD | 9E | DB | E | 1C | 0 | E | 10E | 2E | 4A |
| Octal | 275 | 236 | 333 | 16 | 34 | 0 | 16 | 416 | 56 | 112 |
| Binary | 10111101 | 10011110 | 11011011 | 1110 | 11100 | 0 | 1110 | 100001110 | 101110 | 1001010 |
Color Harmonies of #BD9EDB
Complementary color
Monochromatic Colors of #BD9EDB
Black with #BD9EDB
Text Example
Text Example
White with #BD9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9EDB; }
p { color: rgb(189,158,219); }
H1.HeaderClassName
{
color: #BD9EDB;
}
.AnyTagClassName
{
color: #BD9EDB;
}
</style>
background-color css
<style>
a { background-color: #BD9EDB; }
a { background-color: rgb(189,158,219); }
div.DivClassName
{
background-color: #BD9EDB;
}
.BgClassName
{
background-color: #BD9EDB;
}
</style>
border-color css
<style>
span { border-color: #BD9EDB; }
span { border-color: rgb(189,158,219); }
td.TdClassName
{
border-color: #BD9EDB;
}
.TagClassName
{
border-color: #BD9EDB;
}
</style>