Shades of Perfume #BDA1E5
Tints of Perfume #BDA1E5
RGB
CMYK
RGB Variations
Color information
#BDA1E5 (or 0xBDA1E5) is known color: Perfume. HEX triplet: BD, A1 and E5. RGB value is (189,161,229). Sum of RGB (Red+Green+Blue) = 189+161+229=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDA1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1E5 is #425E1A. Grayscale: #B0B0B0. Windows color (decimal): -4349467 or 15049149. OLE color: 15049149.
HSL color Cylindrical-coordinate representation of color #BDA1E5: hue angle of 264.71º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDA1E5 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 161 | 229 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.10 |
| HSL | 264.71º | 0.57% | 0.76% | - |
| HSV(B) | 264.71º | 0.3% | 0.9% | - |
| XYZ | 47.87 | 41.97 | 79.71 | - |
| YUV | 177.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 229 | 0.17 | 0.30 | 0 | 0.10 | 264.71 | 0.57 | 0.76 |
| Hex | BD | A1 | E5 | 11 | 1E | 0 | A | 109 | 39 | 4C |
| Octal | 275 | 241 | 345 | 21 | 36 | 0 | 12 | 411 | 71 | 114 |
| Binary | 10111101 | 10100001 | 11100101 | 10001 | 11110 | 0 | 1010 | 100001001 | 111001 | 1001100 |
Color Harmonies of #BDA1E5
Complementary color
Monochromatic Colors of #BDA1E5
Black with #BDA1E5
Text Example
Text Example
White with #BDA1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1E5; }
p { color: rgb(189,161,229); }
H1.HeaderClassName
{
color: #BDA1E5;
}
.AnyTagClassName
{
color: #BDA1E5;
}
</style>
background-color css
<style>
a { background-color: #BDA1E5; }
a { background-color: rgb(189,161,229); }
div.DivClassName
{
background-color: #BDA1E5;
}
.BgClassName
{
background-color: #BDA1E5;
}
</style>
border-color css
<style>
span { border-color: #BDA1E5; }
span { border-color: rgb(189,161,229); }
td.TdClassName
{
border-color: #BDA1E5;
}
.TagClassName
{
border-color: #BDA1E5;
}
</style>