Shades of Perfume #BD9EE3
Tints of Perfume #BD9EE3
RGB
CMYK
RGB Variations
Color information
#BD9EE3 (or 0xBD9EE3) is known color: Perfume. HEX triplet: BD, 9E and E3. RGB value is (189,158,227). Sum of RGB (Red+Green+Blue) = 189+158+227=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD9EE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9EE3 is #42611C. Grayscale: #AEAEAE. Windows color (decimal): -4350237 or 14917309. OLE color: 14917309.
HSL color Cylindrical-coordinate representation of color #BD9EE3: hue angle of 266.96º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9EE3 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 158 | 227 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.11 |
| HSL | 266.96º | 0.55% | 0.75% | - |
| HSV(B) | 266.96º | 0.3% | 0.89% | - |
| XYZ | 47.08 | 40.82 | 78.07 | - |
| YUV | 175.14 | 157.27 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 227 | 0.17 | 0.30 | 0 | 0.11 | 266.96 | 0.55 | 0.75 |
| Hex | BD | 9E | E3 | 11 | 1E | 0 | B | 10B | 37 | 4B |
| Octal | 275 | 236 | 343 | 21 | 36 | 0 | 13 | 413 | 67 | 113 |
| Binary | 10111101 | 10011110 | 11100011 | 10001 | 11110 | 0 | 1011 | 100001011 | 110111 | 1001011 |
Color Harmonies of #BD9EE3
Complementary color
Monochromatic Colors of #BD9EE3
Black with #BD9EE3
Text Example
Text Example
White with #BD9EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9EE3; }
p { color: rgb(189,158,227); }
H1.HeaderClassName
{
color: #BD9EE3;
}
.AnyTagClassName
{
color: #BD9EE3;
}
</style>
background-color css
<style>
a { background-color: #BD9EE3; }
a { background-color: rgb(189,158,227); }
div.DivClassName
{
background-color: #BD9EE3;
}
.BgClassName
{
background-color: #BD9EE3;
}
</style>
border-color css
<style>
span { border-color: #BD9EE3; }
span { border-color: rgb(189,158,227); }
td.TdClassName
{
border-color: #BD9EE3;
}
.TagClassName
{
border-color: #BD9EE3;
}
</style>