Shades of Lily #BE8DAB
Tints of Lily #BE8DAB
RGB
CMYK
RGB Variations
Color information
#BE8DAB (or 0xBE8DAB) is known color: Lily. HEX triplet: BE, 8D and AB. RGB value is (190,141,171). Sum of RGB (Red+Green+Blue) = 190+141+171=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8DAB is #417254. Grayscale: #9F9F9F. Windows color (decimal): -4289109 or 11242942. OLE color: 11242942.
HSL color Cylindrical-coordinate representation of color #BE8DAB: hue angle of 323.27º 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 #BE8DAB is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 171 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.25 |
| HSL | 323.27º | 0.27% | 0.65% | - |
| HSV(B) | 323.27º | 0.26% | 0.75% | - |
| XYZ | 38.11 | 32.94 | 42.88 | - |
| YUV | 159.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 171 | 0 | 0.26 | 0.10 | 0.25 | 323.27 | 0.27 | 0.65 |
| Hex | BE | 8D | AB | 0 | 1A | A | 19 | 143 | 1B | 41 |
| Octal | 276 | 215 | 253 | 0 | 32 | 12 | 31 | 503 | 33 | 101 |
| Binary | 10111110 | 10001101 | 10101011 | 0 | 11010 | 1010 | 11001 | 101000011 | 11011 | 1000001 |
Color Harmonies of #BE8DAB
Complementary color
Monochromatic Colors of #BE8DAB
Black with #BE8DAB
Text Example
Text Example
White with #BE8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DAB; }
p { color: rgb(190,141,171); }
H1.HeaderClassName
{
color: #BE8DAB;
}
.AnyTagClassName
{
color: #BE8DAB;
}
</style>
background-color css
<style>
a { background-color: #BE8DAB; }
a { background-color: rgb(190,141,171); }
div.DivClassName
{
background-color: #BE8DAB;
}
.BgClassName
{
background-color: #BE8DAB;
}
</style>
border-color css
<style>
span { border-color: #BE8DAB; }
span { border-color: rgb(190,141,171); }
td.TdClassName
{
border-color: #BE8DAB;
}
.TagClassName
{
border-color: #BE8DAB;
}
</style>