Shades of Lilac #BE8CC5
Tints of Lilac #BE8CC5
RGB
CMYK
RGB Variations
Color information
#BE8CC5 (or 0xBE8CC5) is known color: Lilac. HEX triplet: BE, 8C and C5. RGB value is (190,140,197). Sum of RGB (Red+Green+Blue) = 190+140+197=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE8CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CC5 is #41733A. Grayscale: #A1A1A1. Windows color (decimal): -4289339 or 12946622. OLE color: 12946622.
HSL color Cylindrical-coordinate representation of color #BE8CC5: hue angle of 292.63º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE8CC5 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 140 | 197 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.23 |
| HSL | 292.63º | 0.33% | 0.66% | - |
| HSV(B) | 292.63º | 0.29% | 0.77% | - |
| XYZ | 40.69 | 33.73 | 57.19 | - |
| YUV | 161.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 197 | 0.04 | 0.29 | 0 | 0.23 | 292.63 | 0.33 | 0.66 |
| Hex | BE | 8C | C5 | 4 | 1D | 0 | 17 | 125 | 21 | 42 |
| Octal | 276 | 214 | 305 | 4 | 35 | 0 | 27 | 445 | 41 | 102 |
| Binary | 10111110 | 10001100 | 11000101 | 100 | 11101 | 0 | 10111 | 100100101 | 100001 | 1000010 |
Color Harmonies of #BE8CC5
Complementary color
Monochromatic Colors of #BE8CC5
Black with #BE8CC5
Text Example
Text Example
White with #BE8CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CC5; }
p { color: rgb(190,140,197); }
H1.HeaderClassName
{
color: #BE8CC5;
}
.AnyTagClassName
{
color: #BE8CC5;
}
</style>
background-color css
<style>
a { background-color: #BE8CC5; }
a { background-color: rgb(190,140,197); }
div.DivClassName
{
background-color: #BE8CC5;
}
.BgClassName
{
background-color: #BE8CC5;
}
</style>
border-color css
<style>
span { border-color: #BE8CC5; }
span { border-color: rgb(190,140,197); }
td.TdClassName
{
border-color: #BE8CC5;
}
.TagClassName
{
border-color: #BE8CC5;
}
</style>