Shades of Perfume #BDA2EB
Tints of Perfume #BDA2EB
RGB
CMYK
RGB Variations
Color information
#BDA2EB (or 0xBDA2EB) is known color: Perfume. HEX triplet: BD, A2 and EB. RGB value is (189,162,235). Sum of RGB (Red+Green+Blue) = 189+162+235=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDA2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2EB is #425D14. Grayscale: #B2B2B2. Windows color (decimal): -4349205 or 15442621. OLE color: 15442621.
HSL color Cylindrical-coordinate representation of color #BDA2EB: hue angle of 262.19º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA2EB is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 162 | 235 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.08 |
| HSL | 262.19º | 0.65% | 0.78% | - |
| HSV(B) | 262.19º | 0.31% | 0.92% | - |
| XYZ | 48.9 | 42.66 | 84.25 | - |
| YUV | 178.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 235 | 0.20 | 0.31 | 0 | 0.08 | 262.19 | 0.65 | 0.78 |
| Hex | BD | A2 | EB | 14 | 1F | 0 | 8 | 106 | 41 | 4E |
| Octal | 275 | 242 | 353 | 24 | 37 | 0 | 10 | 406 | 101 | 116 |
| Binary | 10111101 | 10100010 | 11101011 | 10100 | 11111 | 0 | 1000 | 100000110 | 1000001 | 1001110 |
Color Harmonies of #BDA2EB
Complementary color
Monochromatic Colors of #BDA2EB
Black with #BDA2EB
Text Example
Text Example
White with #BDA2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2EB; }
p { color: rgb(189,162,235); }
H1.HeaderClassName
{
color: #BDA2EB;
}
.AnyTagClassName
{
color: #BDA2EB;
}
</style>
background-color css
<style>
a { background-color: #BDA2EB; }
a { background-color: rgb(189,162,235); }
div.DivClassName
{
background-color: #BDA2EB;
}
.BgClassName
{
background-color: #BDA2EB;
}
</style>
border-color css
<style>
span { border-color: #BDA2EB; }
span { border-color: rgb(189,162,235); }
td.TdClassName
{
border-color: #BDA2EB;
}
.TagClassName
{
border-color: #BDA2EB;
}
</style>