Shades of Lily #BE8BAE
Tints of Lily #BE8BAE
RGB
CMYK
RGB Variations
Color information
#BE8BAE (or 0xBE8BAE) is known color: Lily. HEX triplet: BE, 8B and AE. RGB value is (190,139,174). Sum of RGB (Red+Green+Blue) = 190+139+174=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8BAE is #417451. Grayscale: #9E9E9E. Windows color (decimal): -4289618 or 11439038. OLE color: 11439038.
HSL color Cylindrical-coordinate representation of color #BE8BAE: hue angle of 318.82º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE8BAE is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 139 | 174 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.25 |
| HSL | 318.82º | 0.28% | 0.65% | - |
| HSV(B) | 318.82º | 0.27% | 0.75% | - |
| XYZ | 38.11 | 32.47 | 44.3 | - |
| YUV | 158.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 139 | 174 | 0 | 0.27 | 0.08 | 0.25 | 318.82 | 0.28 | 0.65 |
| Hex | BE | 8B | AE | 0 | 1B | 8 | 19 | 13F | 1C | 41 |
| Octal | 276 | 213 | 256 | 0 | 33 | 10 | 31 | 477 | 34 | 101 |
| Binary | 10111110 | 10001011 | 10101110 | 0 | 11011 | 1000 | 11001 | 100111111 | 11100 | 1000001 |
Color Harmonies of #BE8BAE
Complementary color
Monochromatic Colors of #BE8BAE
Black with #BE8BAE
Text Example
Text Example
White with #BE8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8BAE; }
p { color: rgb(190,139,174); }
H1.HeaderClassName
{
color: #BE8BAE;
}
.AnyTagClassName
{
color: #BE8BAE;
}
</style>
background-color css
<style>
a { background-color: #BE8BAE; }
a { background-color: rgb(190,139,174); }
div.DivClassName
{
background-color: #BE8BAE;
}
.BgClassName
{
background-color: #BE8BAE;
}
</style>
border-color css
<style>
span { border-color: #BE8BAE; }
span { border-color: rgb(190,139,174); }
td.TdClassName
{
border-color: #BE8BAE;
}
.TagClassName
{
border-color: #BE8BAE;
}
</style>