Shades of Perfume #BDA2EE
Tints of Perfume #BDA2EE
RGB
CMYK
RGB Variations
Color information
#BDA2EE (or 0xBDA2EE) is known color: Perfume. HEX triplet: BD, A2 and EE. RGB value is (189,162,238). Sum of RGB (Red+Green+Blue) = 189+162+238=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDA2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2EE is #425D11. Grayscale: #B2B2B2. Windows color (decimal): -4349202 or 15639229. OLE color: 15639229.
HSL color Cylindrical-coordinate representation of color #BDA2EE: hue angle of 261.32º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDA2EE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 162 | 238 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.07 |
| HSL | 261.32º | 0.69% | 0.78% | - |
| HSV(B) | 261.32º | 0.32% | 0.93% | - |
| XYZ | 49.34 | 42.83 | 86.56 | - |
| YUV | 178.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 238 | 0.21 | 0.32 | 0 | 0.07 | 261.32 | 0.69 | 0.78 |
| Hex | BD | A2 | EE | 15 | 20 | 0 | 7 | 105 | 45 | 4E |
| Octal | 275 | 242 | 356 | 25 | 40 | 0 | 7 | 405 | 105 | 116 |
| Binary | 10111101 | 10100010 | 11101110 | 10101 | 100000 | 0 | 111 | 100000101 | 1000101 | 1001110 |
Color Harmonies of #BDA2EE
Complementary color
Monochromatic Colors of #BDA2EE
Black with #BDA2EE
Text Example
Text Example
White with #BDA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2EE; }
p { color: rgb(189,162,238); }
H1.HeaderClassName
{
color: #BDA2EE;
}
.AnyTagClassName
{
color: #BDA2EE;
}
</style>
background-color css
<style>
a { background-color: #BDA2EE; }
a { background-color: rgb(189,162,238); }
div.DivClassName
{
background-color: #BDA2EE;
}
.BgClassName
{
background-color: #BDA2EE;
}
</style>
border-color css
<style>
span { border-color: #BDA2EE; }
span { border-color: rgb(189,162,238); }
td.TdClassName
{
border-color: #BDA2EE;
}
.TagClassName
{
border-color: #BDA2EE;
}
</style>