Shades of Lilac #BE90C4
Tints of Lilac #BE90C4
RGB
CMYK
RGB Variations
Color information
#BE90C4 (or 0xBE90C4) is known color: Lilac. HEX triplet: BE, 90 and C4. RGB value is (190,144,196). Sum of RGB (Red+Green+Blue) = 190+144+196=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE90C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90C4 is #416F3B. Grayscale: #A3A3A3. Windows color (decimal): -4288316 or 12882110. OLE color: 12882110.
HSL color Cylindrical-coordinate representation of color #BE90C4: hue angle of 293.08º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE90C4 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 144 | 196 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.23 |
| HSL | 293.08º | 0.31% | 0.67% | - |
| HSV(B) | 293.08º | 0.27% | 0.77% | - |
| XYZ | 41.17 | 34.88 | 56.79 | - |
| YUV | 163.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 196 | 0.03 | 0.27 | 0 | 0.23 | 293.08 | 0.31 | 0.67 |
| Hex | BE | 90 | C4 | 3 | 1B | 0 | 17 | 125 | 1F | 43 |
| Octal | 276 | 220 | 304 | 3 | 33 | 0 | 27 | 445 | 37 | 103 |
| Binary | 10111110 | 10010000 | 11000100 | 11 | 11011 | 0 | 10111 | 100100101 | 11111 | 1000011 |
Color Harmonies of #BE90C4
Complementary color
Monochromatic Colors of #BE90C4
Black with #BE90C4
Text Example
Text Example
White with #BE90C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE90C4; }
p { color: rgb(190,144,196); }
H1.HeaderClassName
{
color: #BE90C4;
}
.AnyTagClassName
{
color: #BE90C4;
}
</style>
background-color css
<style>
a { background-color: #BE90C4; }
a { background-color: rgb(190,144,196); }
div.DivClassName
{
background-color: #BE90C4;
}
.BgClassName
{
background-color: #BE90C4;
}
</style>
border-color css
<style>
span { border-color: #BE90C4; }
span { border-color: rgb(190,144,196); }
td.TdClassName
{
border-color: #BE90C4;
}
.TagClassName
{
border-color: #BE90C4;
}
</style>