Shades of Lilac #BE98C4
Tints of Lilac #BE98C4
RGB
CMYK
RGB Variations
Color information
#BE98C4 (or 0xBE98C4) is known color: Lilac. HEX triplet: BE, 98 and C4. RGB value is (190,152,196). Sum of RGB (Red+Green+Blue) = 190+152+196=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE98C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98C4 is #41673B. Grayscale: #A8A8A8. Windows color (decimal): -4286268 or 12884158. OLE color: 12884158.
HSL color Cylindrical-coordinate representation of color #BE98C4: hue angle of 291.82º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BE98C4 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 152 | 196 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.23 |
| HSL | 291.82º | 0.27% | 0.68% | - |
| HSV(B) | 291.82º | 0.22% | 0.77% | - |
| XYZ | 42.43 | 37.39 | 57.21 | - |
| YUV | 168.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 196 | 0.03 | 0.22 | 0 | 0.23 | 291.82 | 0.27 | 0.68 |
| Hex | BE | 98 | C4 | 3 | 16 | 0 | 17 | 124 | 1B | 44 |
| Octal | 276 | 230 | 304 | 3 | 26 | 0 | 27 | 444 | 33 | 104 |
| Binary | 10111110 | 10011000 | 11000100 | 11 | 10110 | 0 | 10111 | 100100100 | 11011 | 1000100 |
Color Harmonies of #BE98C4
Complementary color
Monochromatic Colors of #BE98C4
Black with #BE98C4
Text Example
Text Example
White with #BE98C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE98C4; }
p { color: rgb(190,152,196); }
H1.HeaderClassName
{
color: #BE98C4;
}
.AnyTagClassName
{
color: #BE98C4;
}
</style>
background-color css
<style>
a { background-color: #BE98C4; }
a { background-color: rgb(190,152,196); }
div.DivClassName
{
background-color: #BE98C4;
}
.BgClassName
{
background-color: #BE98C4;
}
</style>
border-color css
<style>
span { border-color: #BE98C4; }
span { border-color: rgb(190,152,196); }
td.TdClassName
{
border-color: #BE98C4;
}
.TagClassName
{
border-color: #BE98C4;
}
</style>