Shades of Lilac #BEA1BD
Tints of Lilac #BEA1BD
RGB
CMYK
RGB Variations
Color information
#BEA1BD (or 0xBEA1BD) is known color: Lilac. HEX triplet: BE, A1 and BD. RGB value is (190,161,189). Sum of RGB (Red+Green+Blue) = 190+161+189=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1BD is #415E42. Grayscale: #ACACAC. Windows color (decimal): -4283971 or 12427710. OLE color: 12427710.
HSL color Cylindrical-coordinate representation of color #BEA1BD: hue angle of 302.07º 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 #BEA1BD is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 161 | 189 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.25 |
| HSL | 302.07º | 0.18% | 0.69% | - |
| HSV(B) | 302.07º | 0.15% | 0.75% | - |
| XYZ | 43.17 | 40.11 | 53.61 | - |
| YUV | 172.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 161 | 189 | 0 | 0.15 | 0.01 | 0.25 | 302.07 | 0.18 | 0.69 |
| Hex | BE | A1 | BD | 0 | F | 1 | 19 | 12E | 12 | 45 |
| Octal | 276 | 241 | 275 | 0 | 17 | 1 | 31 | 456 | 22 | 105 |
| Binary | 10111110 | 10100001 | 10111101 | 0 | 1111 | 1 | 11001 | 100101110 | 10010 | 1000101 |
Color Harmonies of #BEA1BD
Complementary color
Monochromatic Colors of #BEA1BD
Black with #BEA1BD
Text Example
Text Example
White with #BEA1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA1BD; }
p { color: rgb(190,161,189); }
H1.HeaderClassName
{
color: #BEA1BD;
}
.AnyTagClassName
{
color: #BEA1BD;
}
</style>
background-color css
<style>
a { background-color: #BEA1BD; }
a { background-color: rgb(190,161,189); }
div.DivClassName
{
background-color: #BEA1BD;
}
.BgClassName
{
background-color: #BEA1BD;
}
</style>
border-color css
<style>
span { border-color: #BEA1BD; }
span { border-color: rgb(190,161,189); }
td.TdClassName
{
border-color: #BEA1BD;
}
.TagClassName
{
border-color: #BEA1BD;
}
</style>