Shades of Perfume #BD9EEB
Tints of Perfume #BD9EEB
RGB
CMYK
RGB Variations
Color information
#BD9EEB (or 0xBD9EEB) is known color: Perfume. HEX triplet: BD, 9E and EB. RGB value is (189,158,235). Sum of RGB (Red+Green+Blue) = 189+158+235=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD9EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9EEB is #426114. Grayscale: #AFAFAF. Windows color (decimal): -4350229 or 15441597. OLE color: 15441597.
HSL color Cylindrical-coordinate representation of color #BD9EEB: hue angle of 264.16º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD9EEB is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 158 | 235 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.08 |
| HSL | 264.16º | 0.66% | 0.77% | - |
| HSV(B) | 264.16º | 0.33% | 0.92% | - |
| XYZ | 48.21 | 41.27 | 84.02 | - |
| YUV | 176.05 | 161.27 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 235 | 0.20 | 0.33 | 0 | 0.08 | 264.16 | 0.66 | 0.77 |
| Hex | BD | 9E | EB | 14 | 21 | 0 | 8 | 108 | 42 | 4D |
| Octal | 275 | 236 | 353 | 24 | 41 | 0 | 10 | 410 | 102 | 115 |
| Binary | 10111101 | 10011110 | 11101011 | 10100 | 100001 | 0 | 1000 | 100001000 | 1000010 | 1001101 |
Color Harmonies of #BD9EEB
Complementary color
Monochromatic Colors of #BD9EEB
Black with #BD9EEB
Text Example
Text Example
White with #BD9EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9EEB; }
p { color: rgb(189,158,235); }
H1.HeaderClassName
{
color: #BD9EEB;
}
.AnyTagClassName
{
color: #BD9EEB;
}
</style>
background-color css
<style>
a { background-color: #BD9EEB; }
a { background-color: rgb(189,158,235); }
div.DivClassName
{
background-color: #BD9EEB;
}
.BgClassName
{
background-color: #BD9EEB;
}
</style>
border-color css
<style>
span { border-color: #BD9EEB; }
span { border-color: rgb(189,158,235); }
td.TdClassName
{
border-color: #BD9EEB;
}
.TagClassName
{
border-color: #BD9EEB;
}
</style>