Shades of Perfume #BD9EFA
Tints of Perfume #BD9EFA
RGB
CMYK
RGB Variations
Color information
#BD9EFA (or 0xBD9EFA) is known color: Perfume. HEX triplet: BD, 9E and FA. RGB value is (189,158,250). Sum of RGB (Red+Green+Blue) = 189+158+250=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD9EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9EFA is #426105. Grayscale: #B1B1B1. Windows color (decimal): -4350214 or 16424637. OLE color: 16424637.
HSL color Cylindrical-coordinate representation of color #BD9EFA: hue angle of 260.22º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD9EFA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 158 | 250 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.02 |
| HSL | 260.22º | 0.9% | 0.8% | - |
| HSV(B) | 260.22º | 0.37% | 0.98% | - |
| XYZ | 50.47 | 42.17 | 95.92 | - |
| YUV | 177.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 250 | 0.24 | 0.37 | 0 | 0.02 | 260.22 | 0.9 | 0.8 |
| Hex | BD | 9E | FA | 18 | 25 | 0 | 2 | 104 | 5A | 50 |
| Octal | 275 | 236 | 372 | 30 | 45 | 0 | 2 | 404 | 132 | 120 |
| Binary | 10111101 | 10011110 | 11111010 | 11000 | 100101 | 0 | 10 | 100000100 | 1011010 | 1010000 |
Color Harmonies of #BD9EFA
Complementary color
Monochromatic Colors of #BD9EFA
Black with #BD9EFA
Text Example
Text Example
White with #BD9EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9EFA; }
p { color: rgb(189,158,250); }
H1.HeaderClassName
{
color: #BD9EFA;
}
.AnyTagClassName
{
color: #BD9EFA;
}
</style>
background-color css
<style>
a { background-color: #BD9EFA; }
a { background-color: rgb(189,158,250); }
div.DivClassName
{
background-color: #BD9EFA;
}
.BgClassName
{
background-color: #BD9EFA;
}
</style>
border-color css
<style>
span { border-color: #BD9EFA; }
span { border-color: rgb(189,158,250); }
td.TdClassName
{
border-color: #BD9EFA;
}
.TagClassName
{
border-color: #BD9EFA;
}
</style>