Shades of Perfume #BDA3DD
Tints of Perfume #BDA3DD
RGB
CMYK
RGB Variations
Color information
#BDA3DD (or 0xBDA3DD) is known color: Perfume. HEX triplet: BD, A3 and DD. RGB value is (189,163,221). Sum of RGB (Red+Green+Blue) = 189+163+221=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3DD is #425C22. Grayscale: #B1B1B1. Windows color (decimal): -4348963 or 14525373. OLE color: 14525373.
HSL color Cylindrical-coordinate representation of color #BDA3DD: hue angle of 266.9º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA3DD is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 163 | 221 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.13 |
| HSL | 266.9º | 0.46% | 0.75% | - |
| HSV(B) | 266.9º | 0.26% | 0.87% | - |
| XYZ | 47.13 | 42.23 | 74.07 | - |
| YUV | 177.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 221 | 0.14 | 0.26 | 0 | 0.13 | 266.9 | 0.46 | 0.75 |
| Hex | BD | A3 | DD | E | 1A | 0 | D | 10B | 2E | 4B |
| Octal | 275 | 243 | 335 | 16 | 32 | 0 | 15 | 413 | 56 | 113 |
| Binary | 10111101 | 10100011 | 11011101 | 1110 | 11010 | 0 | 1101 | 100001011 | 101110 | 1001011 |
Color Harmonies of #BDA3DD
Complementary color
Monochromatic Colors of #BDA3DD
Black with #BDA3DD
Text Example
Text Example
White with #BDA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3DD; }
p { color: rgb(189,163,221); }
H1.HeaderClassName
{
color: #BDA3DD;
}
.AnyTagClassName
{
color: #BDA3DD;
}
</style>
background-color css
<style>
a { background-color: #BDA3DD; }
a { background-color: rgb(189,163,221); }
div.DivClassName
{
background-color: #BDA3DD;
}
.BgClassName
{
background-color: #BDA3DD;
}
</style>
border-color css
<style>
span { border-color: #BDA3DD; }
span { border-color: rgb(189,163,221); }
td.TdClassName
{
border-color: #BDA3DD;
}
.TagClassName
{
border-color: #BDA3DD;
}
</style>