Shades of Lilac #BE91CA
Tints of Lilac #BE91CA
RGB
CMYK
RGB Variations
Color information
#BE91CA (or 0xBE91CA) is known color: Lilac. HEX triplet: BE, 91 and CA. RGB value is (190,145,202). Sum of RGB (Red+Green+Blue) = 190+145+202=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE91CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91CA is #416E35. Grayscale: #A4A4A4. Windows color (decimal): -4288054 or 13275582. OLE color: 13275582.
HSL color Cylindrical-coordinate representation of color #BE91CA: hue angle of 287.37º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE91CA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 145 | 202 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.21 |
| HSL | 287.37º | 0.35% | 0.68% | - |
| HSV(B) | 287.37º | 0.28% | 0.79% | - |
| XYZ | 42.02 | 35.46 | 60.51 | - |
| YUV | 164.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 202 | 0.06 | 0.28 | 0 | 0.21 | 287.37 | 0.35 | 0.68 |
| Hex | BE | 91 | CA | 6 | 1C | 0 | 15 | 11F | 23 | 44 |
| Octal | 276 | 221 | 312 | 6 | 34 | 0 | 25 | 437 | 43 | 104 |
| Binary | 10111110 | 10010001 | 11001010 | 110 | 11100 | 0 | 10101 | 100011111 | 100011 | 1000100 |
Color Harmonies of #BE91CA
Complementary color
Monochromatic Colors of #BE91CA
Black with #BE91CA
Text Example
Text Example
White with #BE91CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE91CA; }
p { color: rgb(190,145,202); }
H1.HeaderClassName
{
color: #BE91CA;
}
.AnyTagClassName
{
color: #BE91CA;
}
</style>
background-color css
<style>
a { background-color: #BE91CA; }
a { background-color: rgb(190,145,202); }
div.DivClassName
{
background-color: #BE91CA;
}
.BgClassName
{
background-color: #BE91CA;
}
</style>
border-color css
<style>
span { border-color: #BE91CA; }
span { border-color: rgb(190,145,202); }
td.TdClassName
{
border-color: #BE91CA;
}
.TagClassName
{
border-color: #BE91CA;
}
</style>