Shades of Perfume #BDA1E8
Tints of Perfume #BDA1E8
RGB
CMYK
RGB Variations
Color information
#BDA1E8 (or 0xBDA1E8) is known color: Perfume. HEX triplet: BD, A1 and E8. RGB value is (189,161,232). Sum of RGB (Red+Green+Blue) = 189+161+232=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDA1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA1E8 is #425E17. Grayscale: #B1B1B1. Windows color (decimal): -4349464 or 15245757. OLE color: 15245757.
HSL color Cylindrical-coordinate representation of color #BDA1E8: hue angle of 263.66º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA1E8 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 161 | 232 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.09 |
| HSL | 263.66º | 0.61% | 0.77% | - |
| HSV(B) | 263.66º | 0.31% | 0.91% | - |
| XYZ | 48.3 | 42.13 | 81.93 | - |
| YUV | 177.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 232 | 0.19 | 0.31 | 0 | 0.09 | 263.66 | 0.61 | 0.77 |
| Hex | BD | A1 | E8 | 13 | 1F | 0 | 9 | 108 | 3D | 4D |
| Octal | 275 | 241 | 350 | 23 | 37 | 0 | 11 | 410 | 75 | 115 |
| Binary | 10111101 | 10100001 | 11101000 | 10011 | 11111 | 0 | 1001 | 100001000 | 111101 | 1001101 |
Color Harmonies of #BDA1E8
Complementary color
Monochromatic Colors of #BDA1E8
Black with #BDA1E8
Text Example
Text Example
White with #BDA1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1E8; }
p { color: rgb(189,161,232); }
H1.HeaderClassName
{
color: #BDA1E8;
}
.AnyTagClassName
{
color: #BDA1E8;
}
</style>
background-color css
<style>
a { background-color: #BDA1E8; }
a { background-color: rgb(189,161,232); }
div.DivClassName
{
background-color: #BDA1E8;
}
.BgClassName
{
background-color: #BDA1E8;
}
</style>
border-color css
<style>
span { border-color: #BDA1E8; }
span { border-color: rgb(189,161,232); }
td.TdClassName
{
border-color: #BDA1E8;
}
.TagClassName
{
border-color: #BDA1E8;
}
</style>