Shades of Perfume #BDA3D9
Tints of Perfume #BDA3D9
RGB
CMYK
RGB Variations
Color information
#BDA3D9 (or 0xBDA3D9) is known color: Perfume. HEX triplet: BD, A3 and D9. RGB value is (189,163,217). Sum of RGB (Red+Green+Blue) = 189+163+217=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDA3D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3D9 is #425C26. Grayscale: #B0B0B0. Windows color (decimal): -4348967 or 14263229. OLE color: 14263229.
HSL color Cylindrical-coordinate representation of color #BDA3D9: hue angle of 268.89º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDA3D9 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 163 | 217 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.15 |
| HSL | 268.89º | 0.42% | 0.75% | - |
| HSV(B) | 268.89º | 0.25% | 0.85% | - |
| XYZ | 46.61 | 42.02 | 71.3 | - |
| YUV | 176.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 217 | 0.13 | 0.25 | 0 | 0.15 | 268.89 | 0.42 | 0.75 |
| Hex | BD | A3 | D9 | D | 19 | 0 | F | 10D | 2A | 4B |
| Octal | 275 | 243 | 331 | 15 | 31 | 0 | 17 | 415 | 52 | 113 |
| Binary | 10111101 | 10100011 | 11011001 | 1101 | 11001 | 0 | 1111 | 100001101 | 101010 | 1001011 |
Color Harmonies of #BDA3D9
Complementary color
Monochromatic Colors of #BDA3D9
Black with #BDA3D9
Text Example
Text Example
White with #BDA3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3D9; }
p { color: rgb(189,163,217); }
H1.HeaderClassName
{
color: #BDA3D9;
}
.AnyTagClassName
{
color: #BDA3D9;
}
</style>
background-color css
<style>
a { background-color: #BDA3D9; }
a { background-color: rgb(189,163,217); }
div.DivClassName
{
background-color: #BDA3D9;
}
.BgClassName
{
background-color: #BDA3D9;
}
</style>
border-color css
<style>
span { border-color: #BDA3D9; }
span { border-color: rgb(189,163,217); }
td.TdClassName
{
border-color: #BDA3D9;
}
.TagClassName
{
border-color: #BDA3D9;
}
</style>