Shades of Lilac #BE93BD
Tints of Lilac #BE93BD
RGB
CMYK
RGB Variations
Color information
#BE93BD (or 0xBE93BD) is known color: Lilac. HEX triplet: BE, 93 and BD. RGB value is (190,147,189). Sum of RGB (Red+Green+Blue) = 190+147+189=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93BD is #416C42. Grayscale: #A4A4A4. Windows color (decimal): -4287555 or 12424126. OLE color: 12424126.
HSL color Cylindrical-coordinate representation of color #BE93BD: hue angle of 301.4º 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 #BE93BD is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 189 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.25 |
| HSL | 301.4º | 0.25% | 0.66% | - |
| HSV(B) | 301.4º | 0.23% | 0.75% | - |
| XYZ | 40.85 | 35.49 | 52.84 | - |
| YUV | 164.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 189 | 0 | 0.23 | 0.01 | 0.25 | 301.4 | 0.25 | 0.66 |
| Hex | BE | 93 | BD | 0 | 17 | 1 | 19 | 12D | 19 | 42 |
| Octal | 276 | 223 | 275 | 0 | 27 | 1 | 31 | 455 | 31 | 102 |
| Binary | 10111110 | 10010011 | 10111101 | 0 | 10111 | 1 | 11001 | 100101101 | 11001 | 1000010 |
Color Harmonies of #BE93BD
Complementary color
Monochromatic Colors of #BE93BD
Black with #BE93BD
Text Example
Text Example
White with #BE93BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE93BD; }
p { color: rgb(190,147,189); }
H1.HeaderClassName
{
color: #BE93BD;
}
.AnyTagClassName
{
color: #BE93BD;
}
</style>
background-color css
<style>
a { background-color: #BE93BD; }
a { background-color: rgb(190,147,189); }
div.DivClassName
{
background-color: #BE93BD;
}
.BgClassName
{
background-color: #BE93BD;
}
</style>
border-color css
<style>
span { border-color: #BE93BD; }
span { border-color: rgb(190,147,189); }
td.TdClassName
{
border-color: #BE93BD;
}
.TagClassName
{
border-color: #BE93BD;
}
</style>