Shades of Perfume #BDA0EF
Tints of Perfume #BDA0EF
RGB
CMYK
RGB Variations
Color information
#BDA0EF (or 0xBDA0EF) is known color: Perfume. HEX triplet: BD, A0 and EF. RGB value is (189,160,239). Sum of RGB (Red+Green+Blue) = 189+160+239=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 160 (62.89% from 255 or 27.21% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDA0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA0EF is #425F10. Grayscale: #B1B1B1. Windows color (decimal): -4349713 or 15704253. OLE color: 15704253.
HSL color Cylindrical-coordinate representation of color #BDA0EF: hue angle of 262.03º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA0EF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 160 | 239 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.06 |
| HSL | 262.03º | 0.71% | 0.78% | - |
| HSV(B) | 262.03º | 0.33% | 0.94% | - |
| XYZ | 49.14 | 42.19 | 87.22 | - |
| YUV | 177.68 | 162.61 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 239 | 0.21 | 0.33 | 0 | 0.06 | 262.03 | 0.71 | 0.78 |
| Hex | BD | A0 | EF | 15 | 21 | 0 | 6 | 106 | 47 | 4E |
| Octal | 275 | 240 | 357 | 25 | 41 | 0 | 6 | 406 | 107 | 116 |
| Binary | 10111101 | 10100000 | 11101111 | 10101 | 100001 | 0 | 110 | 100000110 | 1000111 | 1001110 |
Color Harmonies of #BDA0EF
Complementary color
Monochromatic Colors of #BDA0EF
Black with #BDA0EF
Text Example
Text Example
White with #BDA0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA0EF; }
p { color: rgb(189,160,239); }
H1.HeaderClassName
{
color: #BDA0EF;
}
.AnyTagClassName
{
color: #BDA0EF;
}
</style>
background-color css
<style>
a { background-color: #BDA0EF; }
a { background-color: rgb(189,160,239); }
div.DivClassName
{
background-color: #BDA0EF;
}
.BgClassName
{
background-color: #BDA0EF;
}
</style>
border-color css
<style>
span { border-color: #BDA0EF; }
span { border-color: rgb(189,160,239); }
td.TdClassName
{
border-color: #BDA0EF;
}
.TagClassName
{
border-color: #BDA0EF;
}
</style>