Shades of Perfume #BDA2DA
Tints of Perfume #BDA2DA
RGB
CMYK
RGB Variations
Color information
#BDA2DA (or 0xBDA2DA) is known color: Perfume. HEX triplet: BD, A2 and DA. RGB value is (189,162,218). Sum of RGB (Red+Green+Blue) = 189+162+218=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDA2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2DA is #425D25. Grayscale: #B0B0B0. Windows color (decimal): -4349222 or 14328509. OLE color: 14328509.
HSL color Cylindrical-coordinate representation of color #BDA2DA: hue angle of 268.93º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA2DA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 162 | 218 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.15 |
| HSL | 268.93º | 0.43% | 0.75% | - |
| HSV(B) | 268.93º | 0.26% | 0.85% | - |
| XYZ | 46.56 | 41.72 | 71.93 | - |
| YUV | 176.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 218 | 0.13 | 0.26 | 0 | 0.15 | 268.93 | 0.43 | 0.75 |
| Hex | BD | A2 | DA | D | 1A | 0 | F | 10D | 2B | 4B |
| Octal | 275 | 242 | 332 | 15 | 32 | 0 | 17 | 415 | 53 | 113 |
| Binary | 10111101 | 10100010 | 11011010 | 1101 | 11010 | 0 | 1111 | 100001101 | 101011 | 1001011 |
Color Harmonies of #BDA2DA
Complementary color
Monochromatic Colors of #BDA2DA
Black with #BDA2DA
Text Example
Text Example
White with #BDA2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2DA; }
p { color: rgb(189,162,218); }
H1.HeaderClassName
{
color: #BDA2DA;
}
.AnyTagClassName
{
color: #BDA2DA;
}
</style>
background-color css
<style>
a { background-color: #BDA2DA; }
a { background-color: rgb(189,162,218); }
div.DivClassName
{
background-color: #BDA2DA;
}
.BgClassName
{
background-color: #BDA2DA;
}
</style>
border-color css
<style>
span { border-color: #BDA2DA; }
span { border-color: rgb(189,162,218); }
td.TdClassName
{
border-color: #BDA2DA;
}
.TagClassName
{
border-color: #BDA2DA;
}
</style>