Shades of Lily #BE8AAD
Tints of Lily #BE8AAD
RGB
CMYK
RGB Variations
Color information
#BE8AAD (or 0xBE8AAD) is known color: Lily. HEX triplet: BE, 8A and AD. RGB value is (190,138,173). Sum of RGB (Red+Green+Blue) = 190+138+173=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8AAD is #417552. Grayscale: #9D9D9D. Windows color (decimal): -4289875 or 11373246. OLE color: 11373246.
HSL color Cylindrical-coordinate representation of color #BE8AAD: hue angle of 319.62º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE8AAD is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 173 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.25 |
| HSL | 319.62º | 0.29% | 0.64% | - |
| HSV(B) | 319.62º | 0.27% | 0.75% | - |
| XYZ | 37.87 | 32.14 | 43.74 | - |
| YUV | 157.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 173 | 0 | 0.27 | 0.09 | 0.25 | 319.62 | 0.29 | 0.64 |
| Hex | BE | 8A | AD | 0 | 1B | 9 | 19 | 140 | 1D | 40 |
| Octal | 276 | 212 | 255 | 0 | 33 | 11 | 31 | 500 | 35 | 100 |
| Binary | 10111110 | 10001010 | 10101101 | 0 | 11011 | 1001 | 11001 | 101000000 | 11101 | 1000000 |
Color Harmonies of #BE8AAD
Complementary color
Monochromatic Colors of #BE8AAD
Black with #BE8AAD
Text Example
Text Example
White with #BE8AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8AAD; }
p { color: rgb(190,138,173); }
H1.HeaderClassName
{
color: #BE8AAD;
}
.AnyTagClassName
{
color: #BE8AAD;
}
</style>
background-color css
<style>
a { background-color: #BE8AAD; }
a { background-color: rgb(190,138,173); }
div.DivClassName
{
background-color: #BE8AAD;
}
.BgClassName
{
background-color: #BE8AAD;
}
</style>
border-color css
<style>
span { border-color: #BE8AAD; }
span { border-color: rgb(190,138,173); }
td.TdClassName
{
border-color: #BE8AAD;
}
.TagClassName
{
border-color: #BE8AAD;
}
</style>