Shades of Perfume #BDA1EC
Tints of Perfume #BDA1EC
RGB
CMYK
RGB Variations
Color information
#BDA1EC (or 0xBDA1EC) is known color: Perfume. HEX triplet: BD, A1 and EC. RGB value is (189,161,236). Sum of RGB (Red+Green+Blue) = 189+161+236=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA1EC is #425E13. Grayscale: #B1B1B1. Windows color (decimal): -4349460 or 15507901. OLE color: 15507901.
HSL color Cylindrical-coordinate representation of color #BDA1EC: hue angle of 262.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDA1EC is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 161 | 236 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.07 |
| HSL | 262.4º | 0.66% | 0.78% | - |
| HSV(B) | 262.4º | 0.32% | 0.93% | - |
| XYZ | 48.87 | 42.36 | 84.96 | - |
| YUV | 177.92 | 160.78 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 236 | 0.20 | 0.32 | 0 | 0.07 | 262.4 | 0.66 | 0.78 |
| Hex | BD | A1 | EC | 14 | 20 | 0 | 7 | 106 | 42 | 4E |
| Octal | 275 | 241 | 354 | 24 | 40 | 0 | 7 | 406 | 102 | 116 |
| Binary | 10111101 | 10100001 | 11101100 | 10100 | 100000 | 0 | 111 | 100000110 | 1000010 | 1001110 |
Color Harmonies of #BDA1EC
Complementary color
Monochromatic Colors of #BDA1EC
Black with #BDA1EC
Text Example
Text Example
White with #BDA1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1EC; }
p { color: rgb(189,161,236); }
H1.HeaderClassName
{
color: #BDA1EC;
}
.AnyTagClassName
{
color: #BDA1EC;
}
</style>
background-color css
<style>
a { background-color: #BDA1EC; }
a { background-color: rgb(189,161,236); }
div.DivClassName
{
background-color: #BDA1EC;
}
.BgClassName
{
background-color: #BDA1EC;
}
</style>
border-color css
<style>
span { border-color: #BDA1EC; }
span { border-color: rgb(189,161,236); }
td.TdClassName
{
border-color: #BDA1EC;
}
.TagClassName
{
border-color: #BDA1EC;
}
</style>