Shades of Lilac #BE99C1
Tints of Lilac #BE99C1
RGB
CMYK
RGB Variations
Color information
#BE99C1 (or 0xBE99C1) is known color: Lilac. HEX triplet: BE, 99 and C1. RGB value is (190,153,193). Sum of RGB (Red+Green+Blue) = 190+153+193=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE99C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99C1 is #41663E. Grayscale: #A8A8A8. Windows color (decimal): -4286015 or 12687806. OLE color: 12687806.
HSL color Cylindrical-coordinate representation of color #BE99C1: hue angle of 295.5º degrees, saturation: 0.24, 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 #BE99C1 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 153 | 193 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.24 |
| HSL | 295.5º | 0.24% | 0.68% | - |
| HSV(B) | 295.5º | 0.21% | 0.76% | - |
| XYZ | 42.25 | 37.58 | 55.48 | - |
| YUV | 168.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 193 | 0.02 | 0.21 | 0 | 0.24 | 295.5 | 0.24 | 0.68 |
| Hex | BE | 99 | C1 | 2 | 15 | 0 | 18 | 128 | 18 | 44 |
| Octal | 276 | 231 | 301 | 2 | 25 | 0 | 30 | 450 | 30 | 104 |
| Binary | 10111110 | 10011001 | 11000001 | 10 | 10101 | 0 | 11000 | 100101000 | 11000 | 1000100 |
Color Harmonies of #BE99C1
Complementary color
Monochromatic Colors of #BE99C1
Black with #BE99C1
Text Example
Text Example
White with #BE99C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99C1; }
p { color: rgb(190,153,193); }
H1.HeaderClassName
{
color: #BE99C1;
}
.AnyTagClassName
{
color: #BE99C1;
}
</style>
background-color css
<style>
a { background-color: #BE99C1; }
a { background-color: rgb(190,153,193); }
div.DivClassName
{
background-color: #BE99C1;
}
.BgClassName
{
background-color: #BE99C1;
}
</style>
border-color css
<style>
span { border-color: #BE99C1; }
span { border-color: rgb(190,153,193); }
td.TdClassName
{
border-color: #BE99C1;
}
.TagClassName
{
border-color: #BE99C1;
}
</style>