Shades of Perfume #BD9DDB
Tints of Perfume #BD9DDB
RGB
CMYK
RGB Variations
Color information
#BD9DDB (or 0xBD9DDB) is known color: Perfume. HEX triplet: BD, 9D and DB. RGB value is (189,157,219). Sum of RGB (Red+Green+Blue) = 189+157+219=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 157 (61.72% from 255 or 27.79% 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 #BD9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DDB is #426224. Grayscale: #ADADAD. Windows color (decimal): -4350501 or 14392765. OLE color: 14392765.
HSL color Cylindrical-coordinate representation of color #BD9DDB: hue angle of 270.97º 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 #BD9DDB is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 157 | 219 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.14 |
| HSL | 270.97º | 0.46% | 0.74% | - |
| HSV(B) | 270.97º | 0.28% | 0.86% | - |
| XYZ | 45.83 | 40.05 | 72.33 | - |
| YUV | 173.64 | 153.6 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 219 | 0.14 | 0.28 | 0 | 0.14 | 270.97 | 0.46 | 0.74 |
| Hex | BD | 9D | DB | E | 1C | 0 | E | 10F | 2E | 4A |
| Octal | 275 | 235 | 333 | 16 | 34 | 0 | 16 | 417 | 56 | 112 |
| Binary | 10111101 | 10011101 | 11011011 | 1110 | 11100 | 0 | 1110 | 100001111 | 101110 | 1001010 |
Color Harmonies of #BD9DDB
Complementary color
Monochromatic Colors of #BD9DDB
Black with #BD9DDB
Text Example
Text Example
White with #BD9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9DDB; }
p { color: rgb(189,157,219); }
H1.HeaderClassName
{
color: #BD9DDB;
}
.AnyTagClassName
{
color: #BD9DDB;
}
</style>
background-color css
<style>
a { background-color: #BD9DDB; }
a { background-color: rgb(189,157,219); }
div.DivClassName
{
background-color: #BD9DDB;
}
.BgClassName
{
background-color: #BD9DDB;
}
</style>
border-color css
<style>
span { border-color: #BD9DDB; }
span { border-color: rgb(189,157,219); }
td.TdClassName
{
border-color: #BD9DDB;
}
.TagClassName
{
border-color: #BD9DDB;
}
</style>