Shades of Perfume #BD9EDD
Tints of Perfume #BD9EDD
RGB
CMYK
RGB Variations
Color information
#BD9EDD (or 0xBD9EDD) is known color: Perfume. HEX triplet: BD, 9E and DD. RGB value is (189,158,221). Sum of RGB (Red+Green+Blue) = 189+158+221=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9EDD is #426122. Grayscale: #AEAEAE. Windows color (decimal): -4350243 or 14524093. OLE color: 14524093.
HSL color Cylindrical-coordinate representation of color #BD9EDD: hue angle of 269.52º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD9EDD is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 158 | 221 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.13 |
| HSL | 269.52º | 0.48% | 0.74% | - |
| HSV(B) | 269.52º | 0.29% | 0.87% | - |
| XYZ | 46.26 | 40.49 | 73.78 | - |
| YUV | 174.45 | 154.27 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 221 | 0.14 | 0.29 | 0 | 0.13 | 269.52 | 0.48 | 0.74 |
| Hex | BD | 9E | DD | E | 1D | 0 | D | 10E | 30 | 4A |
| Octal | 275 | 236 | 335 | 16 | 35 | 0 | 15 | 416 | 60 | 112 |
| Binary | 10111101 | 10011110 | 11011101 | 1110 | 11101 | 0 | 1101 | 100001110 | 110000 | 1001010 |
Color Harmonies of #BD9EDD
Complementary color
Monochromatic Colors of #BD9EDD
Black with #BD9EDD
Text Example
Text Example
White with #BD9EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9EDD; }
p { color: rgb(189,158,221); }
H1.HeaderClassName
{
color: #BD9EDD;
}
.AnyTagClassName
{
color: #BD9EDD;
}
</style>
background-color css
<style>
a { background-color: #BD9EDD; }
a { background-color: rgb(189,158,221); }
div.DivClassName
{
background-color: #BD9EDD;
}
.BgClassName
{
background-color: #BD9EDD;
}
</style>
border-color css
<style>
span { border-color: #BD9EDD; }
span { border-color: rgb(189,158,221); }
td.TdClassName
{
border-color: #BD9EDD;
}
.TagClassName
{
border-color: #BD9EDD;
}
</style>