Shades of Perfume #BD9EFB
Tints of Perfume #BD9EFB
RGB
CMYK
RGB Variations
Color information
#BD9EFB (or 0xBD9EFB) is known color: Perfume. HEX triplet: BD, 9E and FB. RGB value is (189,158,251). Sum of RGB (Red+Green+Blue) = 189+158+251=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD9EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9EFB is #426104. Grayscale: #B1B1B1. Windows color (decimal): -4350213 or 16490173. OLE color: 16490173.
HSL color Cylindrical-coordinate representation of color #BD9EFB: hue angle of 260º degrees, saturation: 0.92, 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 #BD9EFB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 158 | 251 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.02 |
| HSL | 260º | 0.92% | 0.8% | - |
| HSV(B) | 260º | 0.37% | 0.98% | - |
| XYZ | 50.63 | 42.24 | 96.75 | - |
| YUV | 177.87 | 169.27 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 251 | 0.25 | 0.37 | 0 | 0.02 | 260 | 0.92 | 0.8 |
| Hex | BD | 9E | FB | 19 | 25 | 0 | 2 | 104 | 5C | 50 |
| Octal | 275 | 236 | 373 | 31 | 45 | 0 | 2 | 404 | 134 | 120 |
| Binary | 10111101 | 10011110 | 11111011 | 11001 | 100101 | 0 | 10 | 100000100 | 1011100 | 1010000 |
Color Harmonies of #BD9EFB
Complementary color
Monochromatic Colors of #BD9EFB
Black with #BD9EFB
Text Example
Text Example
White with #BD9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9EFB; }
p { color: rgb(189,158,251); }
H1.HeaderClassName
{
color: #BD9EFB;
}
.AnyTagClassName
{
color: #BD9EFB;
}
</style>
background-color css
<style>
a { background-color: #BD9EFB; }
a { background-color: rgb(189,158,251); }
div.DivClassName
{
background-color: #BD9EFB;
}
.BgClassName
{
background-color: #BD9EFB;
}
</style>
border-color css
<style>
span { border-color: #BD9EFB; }
span { border-color: rgb(189,158,251); }
td.TdClassName
{
border-color: #BD9EFB;
}
.TagClassName
{
border-color: #BD9EFB;
}
</style>