Shades of Perfume #BDA2ED
Tints of Perfume #BDA2ED
RGB
CMYK
RGB Variations
Color information
#BDA2ED (or 0xBDA2ED) is known color: Perfume. HEX triplet: BD, A2 and ED. RGB value is (189,162,237). Sum of RGB (Red+Green+Blue) = 189+162+237=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2ED is #425D12. Grayscale: #B2B2B2. Windows color (decimal): -4349203 or 15573693. OLE color: 15573693.
HSL color Cylindrical-coordinate representation of color #BDA2ED: hue angle of 261.6º degrees, saturation: 0.68, 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 #BDA2ED is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 162 | 237 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.07 |
| HSL | 261.6º | 0.68% | 0.78% | - |
| HSV(B) | 261.6º | 0.32% | 0.93% | - |
| XYZ | 49.19 | 42.77 | 85.78 | - |
| YUV | 178.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 237 | 0.20 | 0.32 | 0 | 0.07 | 261.6 | 0.68 | 0.78 |
| Hex | BD | A2 | ED | 14 | 20 | 0 | 7 | 106 | 44 | 4E |
| Octal | 275 | 242 | 355 | 24 | 40 | 0 | 7 | 406 | 104 | 116 |
| Binary | 10111101 | 10100010 | 11101101 | 10100 | 100000 | 0 | 111 | 100000110 | 1000100 | 1001110 |
Color Harmonies of #BDA2ED
Complementary color
Monochromatic Colors of #BDA2ED
Black with #BDA2ED
Text Example
Text Example
White with #BDA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2ED; }
p { color: rgb(189,162,237); }
H1.HeaderClassName
{
color: #BDA2ED;
}
.AnyTagClassName
{
color: #BDA2ED;
}
</style>
background-color css
<style>
a { background-color: #BDA2ED; }
a { background-color: rgb(189,162,237); }
div.DivClassName
{
background-color: #BDA2ED;
}
.BgClassName
{
background-color: #BDA2ED;
}
</style>
border-color css
<style>
span { border-color: #BDA2ED; }
span { border-color: rgb(189,162,237); }
td.TdClassName
{
border-color: #BDA2ED;
}
.TagClassName
{
border-color: #BDA2ED;
}
</style>