Shades of Lily #BE8DB1
Tints of Lily #BE8DB1
RGB
CMYK
RGB Variations
Color information
#BE8DB1 (or 0xBE8DB1) is known color: Lily. HEX triplet: BE, 8D and B1. RGB value is (190,141,177). Sum of RGB (Red+Green+Blue) = 190+141+177=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8DB1 is #41724E. Grayscale: #9F9F9F. Windows color (decimal): -4289103 or 11636158. OLE color: 11636158.
HSL color Cylindrical-coordinate representation of color #BE8DB1: hue angle of 315.92º 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 #BE8DB1 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 177 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.25 |
| HSL | 315.92º | 0.27% | 0.65% | - |
| HSV(B) | 315.92º | 0.26% | 0.75% | - |
| XYZ | 38.7 | 33.17 | 45.96 | - |
| YUV | 159.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 177 | 0 | 0.26 | 0.07 | 0.25 | 315.92 | 0.27 | 0.65 |
| Hex | BE | 8D | B1 | 0 | 1A | 7 | 19 | 13C | 1B | 41 |
| Octal | 276 | 215 | 261 | 0 | 32 | 7 | 31 | 474 | 33 | 101 |
| Binary | 10111110 | 10001101 | 10110001 | 0 | 11010 | 111 | 11001 | 100111100 | 11011 | 1000001 |
Color Harmonies of #BE8DB1
Complementary color
Monochromatic Colors of #BE8DB1
Black with #BE8DB1
Text Example
Text Example
White with #BE8DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DB1; }
p { color: rgb(190,141,177); }
H1.HeaderClassName
{
color: #BE8DB1;
}
.AnyTagClassName
{
color: #BE8DB1;
}
</style>
background-color css
<style>
a { background-color: #BE8DB1; }
a { background-color: rgb(190,141,177); }
div.DivClassName
{
background-color: #BE8DB1;
}
.BgClassName
{
background-color: #BE8DB1;
}
</style>
border-color css
<style>
span { border-color: #BE8DB1; }
span { border-color: rgb(190,141,177); }
td.TdClassName
{
border-color: #BE8DB1;
}
.TagClassName
{
border-color: #BE8DB1;
}
</style>