Shades of Lilac #BE93BC
Tints of Lilac #BE93BC
RGB
CMYK
RGB Variations
Color information
#BE93BC (or 0xBE93BC) is known color: Lilac. HEX triplet: BE, 93 and BC. RGB value is (190,147,188). Sum of RGB (Red+Green+Blue) = 190+147+188=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93BC is #416C43. Grayscale: #A4A4A4. Windows color (decimal): -4287556 or 12358590. OLE color: 12358590.
HSL color Cylindrical-coordinate representation of color #BE93BC: hue angle of 302.79º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE93BC is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 188 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.25 |
| HSL | 302.79º | 0.25% | 0.66% | - |
| HSV(B) | 302.79º | 0.23% | 0.75% | - |
| XYZ | 40.75 | 35.45 | 52.27 | - |
| YUV | 164.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 188 | 0 | 0.23 | 0.01 | 0.25 | 302.79 | 0.25 | 0.66 |
| Hex | BE | 93 | BC | 0 | 17 | 1 | 19 | 12F | 19 | 42 |
| Octal | 276 | 223 | 274 | 0 | 27 | 1 | 31 | 457 | 31 | 102 |
| Binary | 10111110 | 10010011 | 10111100 | 0 | 10111 | 1 | 11001 | 100101111 | 11001 | 1000010 |
Color Harmonies of #BE93BC
Complementary color
Monochromatic Colors of #BE93BC
Black with #BE93BC
Text Example
Text Example
White with #BE93BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE93BC; }
p { color: rgb(190,147,188); }
H1.HeaderClassName
{
color: #BE93BC;
}
.AnyTagClassName
{
color: #BE93BC;
}
</style>
background-color css
<style>
a { background-color: #BE93BC; }
a { background-color: rgb(190,147,188); }
div.DivClassName
{
background-color: #BE93BC;
}
.BgClassName
{
background-color: #BE93BC;
}
</style>
border-color css
<style>
span { border-color: #BE93BC; }
span { border-color: rgb(190,147,188); }
td.TdClassName
{
border-color: #BE93BC;
}
.TagClassName
{
border-color: #BE93BC;
}
</style>