Shades of Lily #BE8CAA
Tints of Lily #BE8CAA
RGB
CMYK
RGB Variations
Color information
#BE8CAA (or 0xBE8CAA) is known color: Lily. HEX triplet: BE, 8C and AA. RGB value is (190,140,170). Sum of RGB (Red+Green+Blue) = 190+140+170=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8CAA is #417355. Grayscale: #9E9E9E. Windows color (decimal): -4289366 or 11177150. OLE color: 11177150.
HSL color Cylindrical-coordinate representation of color #BE8CAA: hue angle of 324º degrees, saturation: 0.28, 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 #BE8CAA is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 170 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.25 |
| HSL | 324º | 0.28% | 0.65% | - |
| HSV(B) | 324º | 0.26% | 0.75% | - |
| XYZ | 37.87 | 32.61 | 42.33 | - |
| YUV | 158.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 170 | 0 | 0.26 | 0.11 | 0.25 | 324 | 0.28 | 0.65 |
| Hex | BE | 8C | AA | 0 | 1A | B | 19 | 144 | 1C | 41 |
| Octal | 276 | 214 | 252 | 0 | 32 | 13 | 31 | 504 | 34 | 101 |
| Binary | 10111110 | 10001100 | 10101010 | 0 | 11010 | 1011 | 11001 | 101000100 | 11100 | 1000001 |
Color Harmonies of #BE8CAA
Complementary color
Monochromatic Colors of #BE8CAA
Black with #BE8CAA
Text Example
Text Example
White with #BE8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CAA; }
p { color: rgb(190,140,170); }
H1.HeaderClassName
{
color: #BE8CAA;
}
.AnyTagClassName
{
color: #BE8CAA;
}
</style>
background-color css
<style>
a { background-color: #BE8CAA; }
a { background-color: rgb(190,140,170); }
div.DivClassName
{
background-color: #BE8CAA;
}
.BgClassName
{
background-color: #BE8CAA;
}
</style>
border-color css
<style>
span { border-color: #BE8CAA; }
span { border-color: rgb(190,140,170); }
td.TdClassName
{
border-color: #BE8CAA;
}
.TagClassName
{
border-color: #BE8CAA;
}
</style>