Shades of Perfume #BD9EFC
Tints of Perfume #BD9EFC
RGB
CMYK
RGB Variations
Color information
#BD9EFC (or 0xBD9EFC) is known color: Perfume. HEX triplet: BD, 9E and FC. RGB value is (189,158,252). Sum of RGB (Red+Green+Blue) = 189+158+252=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9EFC is #426103. Grayscale: #B1B1B1. Windows color (decimal): -4350212 or 16555709. OLE color: 16555709.
HSL color Cylindrical-coordinate representation of color #BD9EFC: hue angle of 259.79º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD9EFC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 158 | 252 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.01 |
| HSL | 259.79º | 0.94% | 0.8% | - |
| HSV(B) | 259.79º | 0.37% | 0.99% | - |
| XYZ | 50.78 | 42.3 | 97.58 | - |
| YUV | 177.99 | 169.77 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 252 | 0.25 | 0.37 | 0 | 0.01 | 259.79 | 0.94 | 0.8 |
| Hex | BD | 9E | FC | 19 | 25 | 0 | 1 | 104 | 5E | 50 |
| Octal | 275 | 236 | 374 | 31 | 45 | 0 | 1 | 404 | 136 | 120 |
| Binary | 10111101 | 10011110 | 11111100 | 11001 | 100101 | 0 | 1 | 100000100 | 1011110 | 1010000 |
Color Harmonies of #BD9EFC
Complementary color
Monochromatic Colors of #BD9EFC
Black with #BD9EFC
Text Example
Text Example
White with #BD9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9EFC; }
p { color: rgb(189,158,252); }
H1.HeaderClassName
{
color: #BD9EFC;
}
.AnyTagClassName
{
color: #BD9EFC;
}
</style>
background-color css
<style>
a { background-color: #BD9EFC; }
a { background-color: rgb(189,158,252); }
div.DivClassName
{
background-color: #BD9EFC;
}
.BgClassName
{
background-color: #BD9EFC;
}
</style>
border-color css
<style>
span { border-color: #BD9EFC; }
span { border-color: rgb(189,158,252); }
td.TdClassName
{
border-color: #BD9EFC;
}
.TagClassName
{
border-color: #BD9EFC;
}
</style>