Shades of Lilac #BE94C4
Tints of Lilac #BE94C4
RGB
CMYK
RGB Variations
Color information
#BE94C4 (or 0xBE94C4) is known color: Lilac. HEX triplet: BE, 94 and C4. RGB value is (190,148,196). Sum of RGB (Red+Green+Blue) = 190+148+196=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE94C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94C4 is #416B3B. Grayscale: #A5A5A5. Windows color (decimal): -4287292 or 12883134. OLE color: 12883134.
HSL color Cylindrical-coordinate representation of color #BE94C4: hue angle of 292.5º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE94C4 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 148 | 196 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.23 |
| HSL | 292.5º | 0.29% | 0.67% | - |
| HSV(B) | 292.5º | 0.24% | 0.77% | - |
| XYZ | 41.79 | 36.11 | 56.99 | - |
| YUV | 166.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 196 | 0.03 | 0.24 | 0 | 0.23 | 292.5 | 0.29 | 0.67 |
| Hex | BE | 94 | C4 | 3 | 18 | 0 | 17 | 124 | 1D | 43 |
| Octal | 276 | 224 | 304 | 3 | 30 | 0 | 27 | 444 | 35 | 103 |
| Binary | 10111110 | 10010100 | 11000100 | 11 | 11000 | 0 | 10111 | 100100100 | 11101 | 1000011 |
Color Harmonies of #BE94C4
Complementary color
Monochromatic Colors of #BE94C4
Black with #BE94C4
Text Example
Text Example
White with #BE94C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE94C4; }
p { color: rgb(190,148,196); }
H1.HeaderClassName
{
color: #BE94C4;
}
.AnyTagClassName
{
color: #BE94C4;
}
</style>
background-color css
<style>
a { background-color: #BE94C4; }
a { background-color: rgb(190,148,196); }
div.DivClassName
{
background-color: #BE94C4;
}
.BgClassName
{
background-color: #BE94C4;
}
</style>
border-color css
<style>
span { border-color: #BE94C4; }
span { border-color: rgb(190,148,196); }
td.TdClassName
{
border-color: #BE94C4;
}
.TagClassName
{
border-color: #BE94C4;
}
</style>