Shades of Perfume #BDA1EF
Tints of Perfume #BDA1EF
RGB
CMYK
RGB Variations
Color information
#BDA1EF (or 0xBDA1EF) is known color: Perfume. HEX triplet: BD, A1 and EF. RGB value is (189,161,239). Sum of RGB (Red+Green+Blue) = 189+161+239=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDA1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA1EF is #425E10. Grayscale: #B1B1B1. Windows color (decimal): -4349457 or 15704509. OLE color: 15704509.
HSL color Cylindrical-coordinate representation of color #BDA1EF: hue angle of 261.54º 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 #BDA1EF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 161 | 239 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.06 |
| HSL | 261.54º | 0.71% | 0.78% | - |
| HSV(B) | 261.54º | 0.33% | 0.94% | - |
| XYZ | 49.31 | 42.54 | 87.27 | - |
| YUV | 178.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 239 | 0.21 | 0.33 | 0 | 0.06 | 261.54 | 0.71 | 0.78 |
| Hex | BD | A1 | EF | 15 | 21 | 0 | 6 | 106 | 47 | 4E |
| Octal | 275 | 241 | 357 | 25 | 41 | 0 | 6 | 406 | 107 | 116 |
| Binary | 10111101 | 10100001 | 11101111 | 10101 | 100001 | 0 | 110 | 100000110 | 1000111 | 1001110 |
Color Harmonies of #BDA1EF
Complementary color
Monochromatic Colors of #BDA1EF
Black with #BDA1EF
Text Example
Text Example
White with #BDA1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1EF; }
p { color: rgb(189,161,239); }
H1.HeaderClassName
{
color: #BDA1EF;
}
.AnyTagClassName
{
color: #BDA1EF;
}
</style>
background-color css
<style>
a { background-color: #BDA1EF; }
a { background-color: rgb(189,161,239); }
div.DivClassName
{
background-color: #BDA1EF;
}
.BgClassName
{
background-color: #BDA1EF;
}
</style>
border-color css
<style>
span { border-color: #BDA1EF; }
span { border-color: rgb(189,161,239); }
td.TdClassName
{
border-color: #BDA1EF;
}
.TagClassName
{
border-color: #BDA1EF;
}
</style>