Shades of Perfume #BDA5D9
Tints of Perfume #BDA5D9
RGB
CMYK
RGB Variations
Color information
#BDA5D9 (or 0xBDA5D9) is known color: Perfume. HEX triplet: BD, A5 and D9. RGB value is (189,165,217). Sum of RGB (Red+Green+Blue) = 189+165+217=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDA5D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5D9 is #425A26. Grayscale: #B1B1B1. Windows color (decimal): -4348455 or 14263741. OLE color: 14263741.
HSL color Cylindrical-coordinate representation of color #BDA5D9: hue angle of 267.69º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDA5D9 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 165 | 217 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.15 |
| HSL | 267.69º | 0.41% | 0.75% | - |
| HSV(B) | 267.69º | 0.24% | 0.85% | - |
| XYZ | 46.97 | 42.74 | 71.42 | - |
| YUV | 178.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 217 | 0.13 | 0.24 | 0 | 0.15 | 267.69 | 0.41 | 0.75 |
| Hex | BD | A5 | D9 | D | 18 | 0 | F | 10C | 29 | 4B |
| Octal | 275 | 245 | 331 | 15 | 30 | 0 | 17 | 414 | 51 | 113 |
| Binary | 10111101 | 10100101 | 11011001 | 1101 | 11000 | 0 | 1111 | 100001100 | 101001 | 1001011 |
Color Harmonies of #BDA5D9
Complementary color
Monochromatic Colors of #BDA5D9
Black with #BDA5D9
Text Example
Text Example
White with #BDA5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5D9; }
p { color: rgb(189,165,217); }
H1.HeaderClassName
{
color: #BDA5D9;
}
.AnyTagClassName
{
color: #BDA5D9;
}
</style>
background-color css
<style>
a { background-color: #BDA5D9; }
a { background-color: rgb(189,165,217); }
div.DivClassName
{
background-color: #BDA5D9;
}
.BgClassName
{
background-color: #BDA5D9;
}
</style>
border-color css
<style>
span { border-color: #BDA5D9; }
span { border-color: rgb(189,165,217); }
td.TdClassName
{
border-color: #BDA5D9;
}
.TagClassName
{
border-color: #BDA5D9;
}
</style>