Shades of Lily #BE8DAC
Tints of Lily #BE8DAC
RGB
CMYK
RGB Variations
Color information
#BE8DAC (or 0xBE8DAC) is known color: Lily. HEX triplet: BE, 8D and AC. RGB value is (190,141,172). Sum of RGB (Red+Green+Blue) = 190+141+172=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8DAC is #417253. Grayscale: #9F9F9F. Windows color (decimal): -4289108 or 11308478. OLE color: 11308478.
HSL color Cylindrical-coordinate representation of color #BE8DAC: hue angle of 322.04º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE8DAC is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 172 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.25 |
| HSL | 322.04º | 0.27% | 0.65% | - |
| HSV(B) | 322.04º | 0.26% | 0.75% | - |
| XYZ | 38.21 | 32.98 | 43.38 | - |
| YUV | 159.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 172 | 0 | 0.26 | 0.09 | 0.25 | 322.04 | 0.27 | 0.65 |
| Hex | BE | 8D | AC | 0 | 1A | 9 | 19 | 142 | 1B | 41 |
| Octal | 276 | 215 | 254 | 0 | 32 | 11 | 31 | 502 | 33 | 101 |
| Binary | 10111110 | 10001101 | 10101100 | 0 | 11010 | 1001 | 11001 | 101000010 | 11011 | 1000001 |
Color Harmonies of #BE8DAC
Complementary color
Monochromatic Colors of #BE8DAC
Black with #BE8DAC
Text Example
Text Example
White with #BE8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DAC; }
p { color: rgb(190,141,172); }
H1.HeaderClassName
{
color: #BE8DAC;
}
.AnyTagClassName
{
color: #BE8DAC;
}
</style>
background-color css
<style>
a { background-color: #BE8DAC; }
a { background-color: rgb(190,141,172); }
div.DivClassName
{
background-color: #BE8DAC;
}
.BgClassName
{
background-color: #BE8DAC;
}
</style>
border-color css
<style>
span { border-color: #BE8DAC; }
span { border-color: rgb(190,141,172); }
td.TdClassName
{
border-color: #BE8DAC;
}
.TagClassName
{
border-color: #BE8DAC;
}
</style>