Shades of Perfume #BDA2DD
Tints of Perfume #BDA2DD
RGB
CMYK
RGB Variations
Color information
#BDA2DD (or 0xBDA2DD) is known color: Perfume. HEX triplet: BD, A2 and DD. RGB value is (189,162,221). Sum of RGB (Red+Green+Blue) = 189+162+221=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDA2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2DD is #425D22. Grayscale: #B0B0B0. Windows color (decimal): -4349219 or 14525117. OLE color: 14525117.
HSL color Cylindrical-coordinate representation of color #BDA2DD: hue angle of 267.46º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDA2DD is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 162 | 221 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.13 |
| HSL | 267.46º | 0.46% | 0.75% | - |
| HSV(B) | 267.46º | 0.27% | 0.87% | - |
| XYZ | 46.96 | 41.88 | 74.02 | - |
| YUV | 176.8 | 152.95 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 221 | 0.14 | 0.27 | 0 | 0.13 | 267.46 | 0.46 | 0.75 |
| Hex | BD | A2 | DD | E | 1B | 0 | D | 10B | 2E | 4B |
| Octal | 275 | 242 | 335 | 16 | 33 | 0 | 15 | 413 | 56 | 113 |
| Binary | 10111101 | 10100010 | 11011101 | 1110 | 11011 | 0 | 1101 | 100001011 | 101110 | 1001011 |
Color Harmonies of #BDA2DD
Complementary color
Monochromatic Colors of #BDA2DD
Black with #BDA2DD
Text Example
Text Example
White with #BDA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2DD; }
p { color: rgb(189,162,221); }
H1.HeaderClassName
{
color: #BDA2DD;
}
.AnyTagClassName
{
color: #BDA2DD;
}
</style>
background-color css
<style>
a { background-color: #BDA2DD; }
a { background-color: rgb(189,162,221); }
div.DivClassName
{
background-color: #BDA2DD;
}
.BgClassName
{
background-color: #BDA2DD;
}
</style>
border-color css
<style>
span { border-color: #BDA2DD; }
span { border-color: rgb(189,162,221); }
td.TdClassName
{
border-color: #BDA2DD;
}
.TagClassName
{
border-color: #BDA2DD;
}
</style>