Shades of Lilac #BE98C0
Tints of Lilac #BE98C0
RGB
CMYK
RGB Variations
Color information
#BE98C0 (or 0xBE98C0) is known color: Lilac. HEX triplet: BE, 98 and C0. RGB value is (190,152,192). Sum of RGB (Red+Green+Blue) = 190+152+192=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE98C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98C0 is #41673F. Grayscale: #A7A7A7. Windows color (decimal): -4286272 or 12622014. OLE color: 12622014.
HSL color Cylindrical-coordinate representation of color #BE98C0: hue angle of 297º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BE98C0 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 192 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.25 |
| HSL | 297º | 0.24% | 0.67% | - |
| HSV(B) | 297º | 0.21% | 0.75% | - |
| XYZ | 41.98 | 37.21 | 54.84 | - |
| YUV | 167.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 192 | 0.01 | 0.21 | 0 | 0.25 | 297 | 0.24 | 0.67 |
| Hex | BE | 98 | C0 | 1 | 15 | 0 | 19 | 129 | 18 | 43 |
| Octal | 276 | 230 | 300 | 1 | 25 | 0 | 31 | 451 | 30 | 103 |
| Binary | 10111110 | 10011000 | 11000000 | 1 | 10101 | 0 | 11001 | 100101001 | 11000 | 1000011 |
Color Harmonies of #BE98C0
Complementary color
Monochromatic Colors of #BE98C0
Black with #BE98C0
Text Example
Text Example
White with #BE98C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE98C0; }
p { color: rgb(190,152,192); }
H1.HeaderClassName
{
color: #BE98C0;
}
.AnyTagClassName
{
color: #BE98C0;
}
</style>
background-color css
<style>
a { background-color: #BE98C0; }
a { background-color: rgb(190,152,192); }
div.DivClassName
{
background-color: #BE98C0;
}
.BgClassName
{
background-color: #BE98C0;
}
</style>
border-color css
<style>
span { border-color: #BE98C0; }
span { border-color: rgb(190,152,192); }
td.TdClassName
{
border-color: #BE98C0;
}
.TagClassName
{
border-color: #BE98C0;
}
</style>