Shades of Perfume #BDA2E5
Tints of Perfume #BDA2E5
RGB
CMYK
RGB Variations
Color information
#BDA2E5 (or 0xBDA2E5) is known color: Perfume. HEX triplet: BD, A2 and E5. RGB value is (189,162,229). Sum of RGB (Red+Green+Blue) = 189+162+229=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDA2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2E5 is #425D1A. Grayscale: #B1B1B1. Windows color (decimal): -4349211 or 15049405. OLE color: 15049405.
HSL color Cylindrical-coordinate representation of color #BDA2E5: hue angle of 264.18º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDA2E5 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 162 | 229 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.10 |
| HSL | 264.18º | 0.56% | 0.77% | - |
| HSV(B) | 264.18º | 0.29% | 0.9% | - |
| XYZ | 48.05 | 42.32 | 79.76 | - |
| YUV | 177.71 | 156.95 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 229 | 0.17 | 0.29 | 0 | 0.10 | 264.18 | 0.56 | 0.77 |
| Hex | BD | A2 | E5 | 11 | 1D | 0 | A | 108 | 38 | 4D |
| Octal | 275 | 242 | 345 | 21 | 35 | 0 | 12 | 410 | 70 | 115 |
| Binary | 10111101 | 10100010 | 11100101 | 10001 | 11101 | 0 | 1010 | 100001000 | 111000 | 1001101 |
Color Harmonies of #BDA2E5
Complementary color
Monochromatic Colors of #BDA2E5
Black with #BDA2E5
Text Example
Text Example
White with #BDA2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2E5; }
p { color: rgb(189,162,229); }
H1.HeaderClassName
{
color: #BDA2E5;
}
.AnyTagClassName
{
color: #BDA2E5;
}
</style>
background-color css
<style>
a { background-color: #BDA2E5; }
a { background-color: rgb(189,162,229); }
div.DivClassName
{
background-color: #BDA2E5;
}
.BgClassName
{
background-color: #BDA2E5;
}
</style>
border-color css
<style>
span { border-color: #BDA2E5; }
span { border-color: rgb(189,162,229); }
td.TdClassName
{
border-color: #BDA2E5;
}
.TagClassName
{
border-color: #BDA2E5;
}
</style>