Shades of Lily #BE88AB
Tints of Lily #BE88AB
RGB
CMYK
RGB Variations
Color information
#BE88AB (or 0xBE88AB) is known color: Lily. HEX triplet: BE, 88 and AB. RGB value is (190,136,171). Sum of RGB (Red+Green+Blue) = 190+136+171=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BE88AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE88AB is #417754. Grayscale: #9C9C9C. Windows color (decimal): -4290389 or 11241662. OLE color: 11241662.
HSL color Cylindrical-coordinate representation of color #BE88AB: hue angle of 321.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE88AB is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 171 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.25 |
| HSL | 321.11º | 0.29% | 0.64% | - |
| HSV(B) | 321.11º | 0.28% | 0.75% | - |
| XYZ | 37.39 | 31.5 | 42.64 | - |
| YUV | 156.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 171 | 0 | 0.28 | 0.10 | 0.25 | 321.11 | 0.29 | 0.64 |
| Hex | BE | 88 | AB | 0 | 1C | A | 19 | 141 | 1D | 40 |
| Octal | 276 | 210 | 253 | 0 | 34 | 12 | 31 | 501 | 35 | 100 |
| Binary | 10111110 | 10001000 | 10101011 | 0 | 11100 | 1010 | 11001 | 101000001 | 11101 | 1000000 |
Color Harmonies of #BE88AB
Complementary color
Monochromatic Colors of #BE88AB
Black with #BE88AB
Text Example
Text Example
White with #BE88AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE88AB; }
p { color: rgb(190,136,171); }
H1.HeaderClassName
{
color: #BE88AB;
}
.AnyTagClassName
{
color: #BE88AB;
}
</style>
background-color css
<style>
a { background-color: #BE88AB; }
a { background-color: rgb(190,136,171); }
div.DivClassName
{
background-color: #BE88AB;
}
.BgClassName
{
background-color: #BE88AB;
}
</style>
border-color css
<style>
span { border-color: #BE88AB; }
span { border-color: rgb(190,136,171); }
td.TdClassName
{
border-color: #BE88AB;
}
.TagClassName
{
border-color: #BE88AB;
}
</style>