Shades of Perfume #BDA2DE
Tints of Perfume #BDA2DE
RGB
CMYK
RGB Variations
Color information
#BDA2DE (or 0xBDA2DE) is known color: Perfume. HEX triplet: BD, A2 and DE. RGB value is (189,162,222). Sum of RGB (Red+Green+Blue) = 189+162+222=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDA2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2DE is #425D21. Grayscale: #B0B0B0. Windows color (decimal): -4349218 or 14590653. OLE color: 14590653.
HSL color Cylindrical-coordinate representation of color #BDA2DE: hue angle of 267º degrees, saturation: 0.48, 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 #BDA2DE is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 162 | 222 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.13 |
| HSL | 267º | 0.48% | 0.75% | - |
| HSV(B) | 267º | 0.27% | 0.87% | - |
| XYZ | 47.09 | 41.93 | 74.72 | - |
| YUV | 176.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 222 | 0.15 | 0.27 | 0 | 0.13 | 267 | 0.48 | 0.75 |
| Hex | BD | A2 | DE | F | 1B | 0 | D | 10B | 30 | 4B |
| Octal | 275 | 242 | 336 | 17 | 33 | 0 | 15 | 413 | 60 | 113 |
| Binary | 10111101 | 10100010 | 11011110 | 1111 | 11011 | 0 | 1101 | 100001011 | 110000 | 1001011 |
Color Harmonies of #BDA2DE
Complementary color
Monochromatic Colors of #BDA2DE
Black with #BDA2DE
Text Example
Text Example
White with #BDA2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2DE; }
p { color: rgb(189,162,222); }
H1.HeaderClassName
{
color: #BDA2DE;
}
.AnyTagClassName
{
color: #BDA2DE;
}
</style>
background-color css
<style>
a { background-color: #BDA2DE; }
a { background-color: rgb(189,162,222); }
div.DivClassName
{
background-color: #BDA2DE;
}
.BgClassName
{
background-color: #BDA2DE;
}
</style>
border-color css
<style>
span { border-color: #BDA2DE; }
span { border-color: rgb(189,162,222); }
td.TdClassName
{
border-color: #BDA2DE;
}
.TagClassName
{
border-color: #BDA2DE;
}
</style>