Shades of Perfume #BD9EFF
Tints of Perfume #BD9EFF
RGB
CMYK
RGB Variations
Color information
#BD9EFF (or 0xBD9EFF) is known color: Perfume. HEX triplet: BD, 9E and FF. RGB value is (189,158,255). Sum of RGB (Red+Green+Blue) = 189+158+255=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9EFF is #426100. Grayscale: #B1B1B1. Windows color (decimal): -4350209 or 16752317. OLE color: 16752317.
HSL color Cylindrical-coordinate representation of color #BD9EFF: hue angle of 259.18º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD9EFF is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 158 | 255 | - |
| CMYK | 0.26 | 0.38 | 0 | 0 |
| HSL | 259.18º | 1% | 0.81% | - |
| HSV(B) | 259.18º | 0.38% | 1% | - |
| XYZ | 51.26 | 42.49 | 100.11 | - |
| YUV | 178.33 | 171.27 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 255 | 0.26 | 0.38 | 0 | 0 | 259.18 | 1 | 0.81 |
| Hex | BD | 9E | FF | 1A | 26 | 0 | 0 | 103 | 64 | 51 |
| Octal | 275 | 236 | 377 | 32 | 46 | 0 | 0 | 403 | 144 | 121 |
| Binary | 10111101 | 10011110 | 11111111 | 11010 | 100110 | 0 | 0 | 100000011 | 1100100 | 1010001 |
Color Harmonies of #BD9EFF
Complementary color
Monochromatic Colors of #BD9EFF
Black with #BD9EFF
Text Example
Text Example
White with #BD9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9EFF; }
p { color: rgb(189,158,255); }
H1.HeaderClassName
{
color: #BD9EFF;
}
.AnyTagClassName
{
color: #BD9EFF;
}
</style>
background-color css
<style>
a { background-color: #BD9EFF; }
a { background-color: rgb(189,158,255); }
div.DivClassName
{
background-color: #BD9EFF;
}
.BgClassName
{
background-color: #BD9EFF;
}
</style>
border-color css
<style>
span { border-color: #BD9EFF; }
span { border-color: rgb(189,158,255); }
td.TdClassName
{
border-color: #BD9EFF;
}
.TagClassName
{
border-color: #BD9EFF;
}
</style>