Shades of Perfume #BD9ADB
Tints of Perfume #BD9ADB
RGB
CMYK
RGB Variations
Color information
#BD9ADB (or 0xBD9ADB) is known color: Perfume. HEX triplet: BD, 9A and DB. RGB value is (189,154,219). Sum of RGB (Red+Green+Blue) = 189+154+219=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ADB is #426524. Grayscale: #ABABAB. Windows color (decimal): -4351269 or 14391997. OLE color: 14391997.
HSL color Cylindrical-coordinate representation of color #BD9ADB: hue angle of 272.31º degrees, saturation: 0.47, 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 #BD9ADB is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 154 | 219 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.14 |
| HSL | 272.31º | 0.47% | 0.73% | - |
| HSV(B) | 272.31º | 0.3% | 0.86% | - |
| XYZ | 45.33 | 39.04 | 72.17 | - |
| YUV | 171.88 | 154.6 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 219 | 0.14 | 0.30 | 0 | 0.14 | 272.31 | 0.47 | 0.73 |
| Hex | BD | 9A | DB | E | 1E | 0 | E | 110 | 2F | 49 |
| Octal | 275 | 232 | 333 | 16 | 36 | 0 | 16 | 420 | 57 | 111 |
| Binary | 10111101 | 10011010 | 11011011 | 1110 | 11110 | 0 | 1110 | 100010000 | 101111 | 1001001 |
Color Harmonies of #BD9ADB
Complementary color
Monochromatic Colors of #BD9ADB
Black with #BD9ADB
Text Example
Text Example
White with #BD9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9ADB; }
p { color: rgb(189,154,219); }
H1.HeaderClassName
{
color: #BD9ADB;
}
.AnyTagClassName
{
color: #BD9ADB;
}
</style>
background-color css
<style>
a { background-color: #BD9ADB; }
a { background-color: rgb(189,154,219); }
div.DivClassName
{
background-color: #BD9ADB;
}
.BgClassName
{
background-color: #BD9ADB;
}
</style>
border-color css
<style>
span { border-color: #BD9ADB; }
span { border-color: rgb(189,154,219); }
td.TdClassName
{
border-color: #BD9ADB;
}
.TagClassName
{
border-color: #BD9ADB;
}
</style>