Shades of Lilac #BE98C6
Tints of Lilac #BE98C6
RGB
CMYK
RGB Variations
Color information
#BE98C6 (or 0xBE98C6) is known color: Lilac. HEX triplet: BE, 98 and C6. RGB value is (190,152,198). Sum of RGB (Red+Green+Blue) = 190+152+198=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE98C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98C6 is #416739. Grayscale: #A8A8A8. Windows color (decimal): -4286266 or 13015230. OLE color: 13015230.
HSL color Cylindrical-coordinate representation of color #BE98C6: hue angle of 289.57º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE98C6 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 152 | 198 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.22 |
| HSL | 289.57º | 0.29% | 0.69% | - |
| HSV(B) | 289.57º | 0.23% | 0.78% | - |
| XYZ | 42.66 | 37.48 | 58.41 | - |
| YUV | 168.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 198 | 0.04 | 0.23 | 0 | 0.22 | 289.57 | 0.29 | 0.69 |
| Hex | BE | 98 | C6 | 4 | 17 | 0 | 16 | 122 | 1D | 45 |
| Octal | 276 | 230 | 306 | 4 | 27 | 0 | 26 | 442 | 35 | 105 |
| Binary | 10111110 | 10011000 | 11000110 | 100 | 10111 | 0 | 10110 | 100100010 | 11101 | 1000101 |
Color Harmonies of #BE98C6
Complementary color
Monochromatic Colors of #BE98C6
Black with #BE98C6
Text Example
Text Example
White with #BE98C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE98C6; }
p { color: rgb(190,152,198); }
H1.HeaderClassName
{
color: #BE98C6;
}
.AnyTagClassName
{
color: #BE98C6;
}
</style>
background-color css
<style>
a { background-color: #BE98C6; }
a { background-color: rgb(190,152,198); }
div.DivClassName
{
background-color: #BE98C6;
}
.BgClassName
{
background-color: #BE98C6;
}
</style>
border-color css
<style>
span { border-color: #BE98C6; }
span { border-color: rgb(190,152,198); }
td.TdClassName
{
border-color: #BE98C6;
}
.TagClassName
{
border-color: #BE98C6;
}
</style>