Shades of Lilac #BE88C4
Tints of Lilac #BE88C4
RGB
CMYK
RGB Variations
Color information
#BE88C4 (or 0xBE88C4) is known color: Lilac. HEX triplet: BE, 88 and C4. RGB value is (190,136,196). Sum of RGB (Red+Green+Blue) = 190+136+196=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE88C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88C4 is #41773B. Grayscale: #9E9E9E. Windows color (decimal): -4290364 or 12880062. OLE color: 12880062.
HSL color Cylindrical-coordinate representation of color #BE88C4: hue angle of 294º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE88C4 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 136 | 196 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.23 |
| HSL | 294º | 0.34% | 0.65% | - |
| HSV(B) | 294º | 0.31% | 0.77% | - |
| XYZ | 40 | 32.54 | 56.4 | - |
| YUV | 158.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 196 | 0.03 | 0.31 | 0 | 0.23 | 294 | 0.34 | 0.65 |
| Hex | BE | 88 | C4 | 3 | 1F | 0 | 17 | 126 | 22 | 41 |
| Octal | 276 | 210 | 304 | 3 | 37 | 0 | 27 | 446 | 42 | 101 |
| Binary | 10111110 | 10001000 | 11000100 | 11 | 11111 | 0 | 10111 | 100100110 | 100010 | 1000001 |
Color Harmonies of #BE88C4
Complementary color
Monochromatic Colors of #BE88C4
Black with #BE88C4
Text Example
Text Example
White with #BE88C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE88C4; }
p { color: rgb(190,136,196); }
H1.HeaderClassName
{
color: #BE88C4;
}
.AnyTagClassName
{
color: #BE88C4;
}
</style>
background-color css
<style>
a { background-color: #BE88C4; }
a { background-color: rgb(190,136,196); }
div.DivClassName
{
background-color: #BE88C4;
}
.BgClassName
{
background-color: #BE88C4;
}
</style>
border-color css
<style>
span { border-color: #BE88C4; }
span { border-color: rgb(190,136,196); }
td.TdClassName
{
border-color: #BE88C4;
}
.TagClassName
{
border-color: #BE88C4;
}
</style>