Shades of Lilac #BEA2BD
Tints of Lilac #BEA2BD
RGB
CMYK
RGB Variations
Color information
#BEA2BD (or 0xBEA2BD) is known color: Lilac. HEX triplet: BE, A2 and BD. RGB value is (190,162,189). Sum of RGB (Red+Green+Blue) = 190+162+189=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2BD is #415D42. Grayscale: #ADADAD. Windows color (decimal): -4283715 or 12427966. OLE color: 12427966.
HSL color Cylindrical-coordinate representation of color #BEA2BD: hue angle of 302.14º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEA2BD is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 189 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.25 |
| HSL | 302.14º | 0.18% | 0.69% | - |
| HSV(B) | 302.14º | 0.15% | 0.75% | - |
| XYZ | 43.34 | 40.46 | 53.67 | - |
| YUV | 173.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 189 | 0 | 0.15 | 0.01 | 0.25 | 302.14 | 0.18 | 0.69 |
| Hex | BE | A2 | BD | 0 | F | 1 | 19 | 12E | 12 | 45 |
| Octal | 276 | 242 | 275 | 0 | 17 | 1 | 31 | 456 | 22 | 105 |
| Binary | 10111110 | 10100010 | 10111101 | 0 | 1111 | 1 | 11001 | 100101110 | 10010 | 1000101 |
Color Harmonies of #BEA2BD
Complementary color
Monochromatic Colors of #BEA2BD
Black with #BEA2BD
Text Example
Text Example
White with #BEA2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA2BD; }
p { color: rgb(190,162,189); }
H1.HeaderClassName
{
color: #BEA2BD;
}
.AnyTagClassName
{
color: #BEA2BD;
}
</style>
background-color css
<style>
a { background-color: #BEA2BD; }
a { background-color: rgb(190,162,189); }
div.DivClassName
{
background-color: #BEA2BD;
}
.BgClassName
{
background-color: #BEA2BD;
}
</style>
border-color css
<style>
span { border-color: #BEA2BD; }
span { border-color: rgb(190,162,189); }
td.TdClassName
{
border-color: #BEA2BD;
}
.TagClassName
{
border-color: #BEA2BD;
}
</style>