Shades of Lilac #BDA2BD
Tints of Lilac #BDA2BD
RGB
CMYK
RGB Variations
Color information
#BDA2BD (or 0xBDA2BD) is known color: Lilac. HEX triplet: BD, A2 and BD. RGB value is (189,162,189). Sum of RGB (Red+Green+Blue) = 189+162+189=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BDA2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2BD is #425D42. Grayscale: #ADADAD. Windows color (decimal): -4349251 or 12427965. OLE color: 12427965.
HSL color Cylindrical-coordinate representation of color #BDA2BD: hue angle of 300º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA2BD is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 189 | - |
| CMYK | 0 | 0.14 | 0 | 0.26 |
| HSL | 300º | 0.17% | 0.69% | - |
| HSV(B) | 300º | 0.14% | 0.74% | - |
| XYZ | 43.09 | 40.33 | 53.66 | - |
| YUV | 173.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 189 | 0 | 0.14 | 0 | 0.26 | 300 | 0.17 | 0.69 |
| Hex | BD | A2 | BD | 0 | E | 0 | 1A | 12C | 11 | 45 |
| Octal | 275 | 242 | 275 | 0 | 16 | 0 | 32 | 454 | 21 | 105 |
| Binary | 10111101 | 10100010 | 10111101 | 0 | 1110 | 0 | 11010 | 100101100 | 10001 | 1000101 |
Color Harmonies of #BDA2BD
Complementary color
Monochromatic Colors of #BDA2BD
Black with #BDA2BD
Text Example
Text Example
White with #BDA2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2BD; }
p { color: rgb(189,162,189); }
H1.HeaderClassName
{
color: #BDA2BD;
}
.AnyTagClassName
{
color: #BDA2BD;
}
</style>
background-color css
<style>
a { background-color: #BDA2BD; }
a { background-color: rgb(189,162,189); }
div.DivClassName
{
background-color: #BDA2BD;
}
.BgClassName
{
background-color: #BDA2BD;
}
</style>
border-color css
<style>
span { border-color: #BDA2BD; }
span { border-color: rgb(189,162,189); }
td.TdClassName
{
border-color: #BDA2BD;
}
.TagClassName
{
border-color: #BDA2BD;
}
</style>