Shades of Perfume #BDA3DA
Tints of Perfume #BDA3DA
RGB
CMYK
RGB Variations
Color information
#BDA3DA (or 0xBDA3DA) is known color: Perfume. HEX triplet: BD, A3 and DA. RGB value is (189,163,218). Sum of RGB (Red+Green+Blue) = 189+163+218=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDA3DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3DA is #425C25. Grayscale: #B0B0B0. Windows color (decimal): -4348966 or 14328765. OLE color: 14328765.
HSL color Cylindrical-coordinate representation of color #BDA3DA: hue angle of 268.36º degrees, saturation: 0.43, 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 #BDA3DA is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 163 | 218 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.15 |
| HSL | 268.36º | 0.43% | 0.75% | - |
| HSV(B) | 268.36º | 0.25% | 0.85% | - |
| XYZ | 46.74 | 42.08 | 71.99 | - |
| YUV | 177.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 218 | 0.13 | 0.25 | 0 | 0.15 | 268.36 | 0.43 | 0.75 |
| Hex | BD | A3 | DA | D | 19 | 0 | F | 10C | 2B | 4B |
| Octal | 275 | 243 | 332 | 15 | 31 | 0 | 17 | 414 | 53 | 113 |
| Binary | 10111101 | 10100011 | 11011010 | 1101 | 11001 | 0 | 1111 | 100001100 | 101011 | 1001011 |
Color Harmonies of #BDA3DA
Complementary color
Monochromatic Colors of #BDA3DA
Black with #BDA3DA
Text Example
Text Example
White with #BDA3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3DA; }
p { color: rgb(189,163,218); }
H1.HeaderClassName
{
color: #BDA3DA;
}
.AnyTagClassName
{
color: #BDA3DA;
}
</style>
background-color css
<style>
a { background-color: #BDA3DA; }
a { background-color: rgb(189,163,218); }
div.DivClassName
{
background-color: #BDA3DA;
}
.BgClassName
{
background-color: #BDA3DA;
}
</style>
border-color css
<style>
span { border-color: #BDA3DA; }
span { border-color: rgb(189,163,218); }
td.TdClassName
{
border-color: #BDA3DA;
}
.TagClassName
{
border-color: #BDA3DA;
}
</style>