Shades of Lily #BE91B0
Tints of Lily #BE91B0
RGB
CMYK
RGB Variations
Color information
#BE91B0 (or 0xBE91B0) is known color: Lily. HEX triplet: BE, 91 and B0. RGB value is (190,145,176). Sum of RGB (Red+Green+Blue) = 190+145+176=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BE91B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE91B0 is #416E4F. Grayscale: #A1A1A1. Windows color (decimal): -4288080 or 11571646. OLE color: 11571646.
HSL color Cylindrical-coordinate representation of color #BE91B0: hue angle of 318.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE91B0 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 176 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.25 |
| HSL | 318.67º | 0.26% | 0.66% | - |
| HSV(B) | 318.67º | 0.24% | 0.75% | - |
| XYZ | 39.2 | 34.33 | 45.64 | - |
| YUV | 161.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 176 | 0 | 0.24 | 0.07 | 0.25 | 318.67 | 0.26 | 0.66 |
| Hex | BE | 91 | B0 | 0 | 18 | 7 | 19 | 13F | 1A | 42 |
| Octal | 276 | 221 | 260 | 0 | 30 | 7 | 31 | 477 | 32 | 102 |
| Binary | 10111110 | 10010001 | 10110000 | 0 | 11000 | 111 | 11001 | 100111111 | 11010 | 1000010 |
Color Harmonies of #BE91B0
Complementary color
Monochromatic Colors of #BE91B0
Black with #BE91B0
Text Example
Text Example
White with #BE91B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE91B0; }
p { color: rgb(190,145,176); }
H1.HeaderClassName
{
color: #BE91B0;
}
.AnyTagClassName
{
color: #BE91B0;
}
</style>
background-color css
<style>
a { background-color: #BE91B0; }
a { background-color: rgb(190,145,176); }
div.DivClassName
{
background-color: #BE91B0;
}
.BgClassName
{
background-color: #BE91B0;
}
</style>
border-color css
<style>
span { border-color: #BE91B0; }
span { border-color: rgb(190,145,176); }
td.TdClassName
{
border-color: #BE91B0;
}
.TagClassName
{
border-color: #BE91B0;
}
</style>