Shades of Lily #BE8DAE
Tints of Lily #BE8DAE
RGB
CMYK
RGB Variations
Color information
#BE8DAE (or 0xBE8DAE) is known color: Lily. HEX triplet: BE, 8D and AE. RGB value is (190,141,174). Sum of RGB (Red+Green+Blue) = 190+141+174=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8DAE is #417251. Grayscale: #9F9F9F. Windows color (decimal): -4289106 or 11439550. OLE color: 11439550.
HSL color Cylindrical-coordinate representation of color #BE8DAE: hue angle of 319.59º 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 #BE8DAE is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 174 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.25 |
| HSL | 319.59º | 0.27% | 0.65% | - |
| HSV(B) | 319.59º | 0.26% | 0.75% | - |
| XYZ | 38.4 | 33.05 | 44.4 | - |
| YUV | 159.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 174 | 0 | 0.26 | 0.08 | 0.25 | 319.59 | 0.27 | 0.65 |
| Hex | BE | 8D | AE | 0 | 1A | 8 | 19 | 140 | 1B | 41 |
| Octal | 276 | 215 | 256 | 0 | 32 | 10 | 31 | 500 | 33 | 101 |
| Binary | 10111110 | 10001101 | 10101110 | 0 | 11010 | 1000 | 11001 | 101000000 | 11011 | 1000001 |
Color Harmonies of #BE8DAE
Complementary color
Monochromatic Colors of #BE8DAE
Black with #BE8DAE
Text Example
Text Example
White with #BE8DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DAE; }
p { color: rgb(190,141,174); }
H1.HeaderClassName
{
color: #BE8DAE;
}
.AnyTagClassName
{
color: #BE8DAE;
}
</style>
background-color css
<style>
a { background-color: #BE8DAE; }
a { background-color: rgb(190,141,174); }
div.DivClassName
{
background-color: #BE8DAE;
}
.BgClassName
{
background-color: #BE8DAE;
}
</style>
border-color css
<style>
span { border-color: #BE8DAE; }
span { border-color: rgb(190,141,174); }
td.TdClassName
{
border-color: #BE8DAE;
}
.TagClassName
{
border-color: #BE8DAE;
}
</style>