Shades of Lilac #BE98C8
Tints of Lilac #BE98C8
RGB
CMYK
RGB Variations
Color information
#BE98C8 (or 0xBE98C8) is known color: Lilac. HEX triplet: BE, 98 and C8. RGB value is (190,152,200). Sum of RGB (Red+Green+Blue) = 190+152+200=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE98C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98C8 is #416737. Grayscale: #A8A8A8. Windows color (decimal): -4286264 or 13146302. OLE color: 13146302.
HSL color Cylindrical-coordinate representation of color #BE98C8: hue angle of 287.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE98C8 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 152 | 200 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.22 |
| HSL | 287.5º | 0.3% | 0.69% | - |
| HSV(B) | 287.5º | 0.24% | 0.78% | - |
| XYZ | 42.89 | 37.57 | 59.64 | - |
| YUV | 168.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 200 | 0.05 | 0.24 | 0 | 0.22 | 287.5 | 0.3 | 0.69 |
| Hex | BE | 98 | C8 | 5 | 18 | 0 | 16 | 120 | 1E | 45 |
| Octal | 276 | 230 | 310 | 5 | 30 | 0 | 26 | 440 | 36 | 105 |
| Binary | 10111110 | 10011000 | 11001000 | 101 | 11000 | 0 | 10110 | 100100000 | 11110 | 1000101 |
Color Harmonies of #BE98C8
Complementary color
Monochromatic Colors of #BE98C8
Black with #BE98C8
Text Example
Text Example
White with #BE98C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE98C8; }
p { color: rgb(190,152,200); }
H1.HeaderClassName
{
color: #BE98C8;
}
.AnyTagClassName
{
color: #BE98C8;
}
</style>
background-color css
<style>
a { background-color: #BE98C8; }
a { background-color: rgb(190,152,200); }
div.DivClassName
{
background-color: #BE98C8;
}
.BgClassName
{
background-color: #BE98C8;
}
</style>
border-color css
<style>
span { border-color: #BE98C8; }
span { border-color: rgb(190,152,200); }
td.TdClassName
{
border-color: #BE98C8;
}
.TagClassName
{
border-color: #BE98C8;
}
</style>