Shades of Lilac #BE91C2
Tints of Lilac #BE91C2
RGB
CMYK
RGB Variations
Color information
#BE91C2 (or 0xBE91C2) is known color: Lilac. HEX triplet: BE, 91 and C2. RGB value is (190,145,194). Sum of RGB (Red+Green+Blue) = 190+145+194=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE91C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91C2 is #416E3D. Grayscale: #A3A3A3. Windows color (decimal): -4288062 or 12751294. OLE color: 12751294.
HSL color Cylindrical-coordinate representation of color #BE91C2: hue angle of 295.1º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE91C2 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 145 | 194 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.24 |
| HSL | 295.1º | 0.29% | 0.66% | - |
| HSV(B) | 295.1º | 0.25% | 0.76% | - |
| XYZ | 41.1 | 35.09 | 55.65 | - |
| YUV | 164.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 194 | 0.02 | 0.25 | 0 | 0.24 | 295.1 | 0.29 | 0.66 |
| Hex | BE | 91 | C2 | 2 | 19 | 0 | 18 | 127 | 1D | 42 |
| Octal | 276 | 221 | 302 | 2 | 31 | 0 | 30 | 447 | 35 | 102 |
| Binary | 10111110 | 10010001 | 11000010 | 10 | 11001 | 0 | 11000 | 100100111 | 11101 | 1000010 |
Color Harmonies of #BE91C2
Complementary color
Monochromatic Colors of #BE91C2
Black with #BE91C2
Text Example
Text Example
White with #BE91C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE91C2; }
p { color: rgb(190,145,194); }
H1.HeaderClassName
{
color: #BE91C2;
}
.AnyTagClassName
{
color: #BE91C2;
}
</style>
background-color css
<style>
a { background-color: #BE91C2; }
a { background-color: rgb(190,145,194); }
div.DivClassName
{
background-color: #BE91C2;
}
.BgClassName
{
background-color: #BE91C2;
}
</style>
border-color css
<style>
span { border-color: #BE91C2; }
span { border-color: rgb(190,145,194); }
td.TdClassName
{
border-color: #BE91C2;
}
.TagClassName
{
border-color: #BE91C2;
}
</style>