Shades of Lilac #BE99C2
Tints of Lilac #BE99C2
RGB
CMYK
RGB Variations
Color information
#BE99C2 (or 0xBE99C2) is known color: Lilac. HEX triplet: BE, 99 and C2. RGB value is (190,153,194). Sum of RGB (Red+Green+Blue) = 190+153+194=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE99C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99C2 is #41663D. Grayscale: #A8A8A8. Windows color (decimal): -4286014 or 12753342. OLE color: 12753342.
HSL color Cylindrical-coordinate representation of color #BE99C2: hue angle of 294.15º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BE99C2 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 153 | 194 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.24 |
| HSL | 294.15º | 0.25% | 0.68% | - |
| HSV(B) | 294.15º | 0.21% | 0.76% | - |
| XYZ | 42.36 | 37.62 | 56.07 | - |
| YUV | 168.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 194 | 0.02 | 0.21 | 0 | 0.24 | 294.15 | 0.25 | 0.68 |
| Hex | BE | 99 | C2 | 2 | 15 | 0 | 18 | 126 | 19 | 44 |
| Octal | 276 | 231 | 302 | 2 | 25 | 0 | 30 | 446 | 31 | 104 |
| Binary | 10111110 | 10011001 | 11000010 | 10 | 10101 | 0 | 11000 | 100100110 | 11001 | 1000100 |
Color Harmonies of #BE99C2
Complementary color
Monochromatic Colors of #BE99C2
Black with #BE99C2
Text Example
Text Example
White with #BE99C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99C2; }
p { color: rgb(190,153,194); }
H1.HeaderClassName
{
color: #BE99C2;
}
.AnyTagClassName
{
color: #BE99C2;
}
</style>
background-color css
<style>
a { background-color: #BE99C2; }
a { background-color: rgb(190,153,194); }
div.DivClassName
{
background-color: #BE99C2;
}
.BgClassName
{
background-color: #BE99C2;
}
</style>
border-color css
<style>
span { border-color: #BE99C2; }
span { border-color: rgb(190,153,194); }
td.TdClassName
{
border-color: #BE99C2;
}
.TagClassName
{
border-color: #BE99C2;
}
</style>