Shades of Lilac #BE92C1
Tints of Lilac #BE92C1
RGB
CMYK
RGB Variations
Color information
#BE92C1 (or 0xBE92C1) is known color: Lilac. HEX triplet: BE, 92 and C1. RGB value is (190,146,193). Sum of RGB (Red+Green+Blue) = 190+146+193=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE92C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92C1 is #416D3E. Grayscale: #A4A4A4. Windows color (decimal): -4287807 or 12686014. OLE color: 12686014.
HSL color Cylindrical-coordinate representation of color #BE92C1: hue angle of 296.17º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE92C1 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 146 | 193 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.24 |
| HSL | 296.17º | 0.27% | 0.66% | - |
| HSV(B) | 296.17º | 0.24% | 0.76% | - |
| XYZ | 41.14 | 35.36 | 55.11 | - |
| YUV | 164.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 193 | 0.02 | 0.24 | 0 | 0.24 | 296.17 | 0.27 | 0.66 |
| Hex | BE | 92 | C1 | 2 | 18 | 0 | 18 | 128 | 1B | 42 |
| Octal | 276 | 222 | 301 | 2 | 30 | 0 | 30 | 450 | 33 | 102 |
| Binary | 10111110 | 10010010 | 11000001 | 10 | 11000 | 0 | 11000 | 100101000 | 11011 | 1000010 |
Color Harmonies of #BE92C1
Complementary color
Monochromatic Colors of #BE92C1
Black with #BE92C1
Text Example
Text Example
White with #BE92C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE92C1; }
p { color: rgb(190,146,193); }
H1.HeaderClassName
{
color: #BE92C1;
}
.AnyTagClassName
{
color: #BE92C1;
}
</style>
background-color css
<style>
a { background-color: #BE92C1; }
a { background-color: rgb(190,146,193); }
div.DivClassName
{
background-color: #BE92C1;
}
.BgClassName
{
background-color: #BE92C1;
}
</style>
border-color css
<style>
span { border-color: #BE92C1; }
span { border-color: rgb(190,146,193); }
td.TdClassName
{
border-color: #BE92C1;
}
.TagClassName
{
border-color: #BE92C1;
}
</style>