Shades of Lily #BEABB1
Tints of Lily #BEABB1
RGB
CMYK
RGB Variations
Color information
#BEABB1 (or 0xBEABB1) is known color: Lily. HEX triplet: BE, AB and B1. RGB value is (190,171,177). Sum of RGB (Red+Green+Blue) = 190+171+177=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABB1 is #41544E. Grayscale: #B1B1B1. Windows color (decimal): -4281423 or 11643838. OLE color: 11643838.
HSL color Cylindrical-coordinate representation of color #BEABB1: hue angle of 341.05º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEABB1 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 177 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.25 |
| HSL | 341.05º | 0.13% | 0.71% | - |
| HSV(B) | 341.05º | 0.1% | 0.75% | - |
| XYZ | 43.73 | 43.25 | 47.64 | - |
| YUV | 177.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 177 | 0 | 0.10 | 0.07 | 0.25 | 341.05 | 0.13 | 0.71 |
| Hex | BE | AB | B1 | 0 | A | 7 | 19 | 155 | D | 47 |
| Octal | 276 | 253 | 261 | 0 | 12 | 7 | 31 | 525 | 15 | 107 |
| Binary | 10111110 | 10101011 | 10110001 | 0 | 1010 | 111 | 11001 | 101010101 | 1101 | 1000111 |
Color Harmonies of #BEABB1
Complementary color
Monochromatic Colors of #BEABB1
Black with #BEABB1
Text Example
Text Example
White with #BEABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEABB1; }
p { color: rgb(190,171,177); }
H1.HeaderClassName
{
color: #BEABB1;
}
.AnyTagClassName
{
color: #BEABB1;
}
</style>
background-color css
<style>
a { background-color: #BEABB1; }
a { background-color: rgb(190,171,177); }
div.DivClassName
{
background-color: #BEABB1;
}
.BgClassName
{
background-color: #BEABB1;
}
</style>
border-color css
<style>
span { border-color: #BEABB1; }
span { border-color: rgb(190,171,177); }
td.TdClassName
{
border-color: #BEABB1;
}
.TagClassName
{
border-color: #BEABB1;
}
</style>