Shades of Lily #BEA7B1
Tints of Lily #BEA7B1
RGB
CMYK
RGB Variations
Color information
#BEA7B1 (or 0xBEA7B1) is known color: Lily. HEX triplet: BE, A7 and B1. RGB value is (190,167,177). Sum of RGB (Red+Green+Blue) = 190+167+177=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA7B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA7B1 is #41584E. Grayscale: #AFAFAF. Windows color (decimal): -4282447 or 11642814. OLE color: 11642814.
HSL color Cylindrical-coordinate representation of color #BEA7B1: hue angle of 333.91º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEA7B1 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 167 | 177 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.25 |
| HSL | 333.91º | 0.15% | 0.7% | - |
| HSV(B) | 333.91º | 0.12% | 0.75% | - |
| XYZ | 42.99 | 41.76 | 47.39 | - |
| YUV | 175.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 167 | 177 | 0 | 0.12 | 0.07 | 0.25 | 333.91 | 0.15 | 0.7 |
| Hex | BE | A7 | B1 | 0 | C | 7 | 19 | 14E | F | 46 |
| Octal | 276 | 247 | 261 | 0 | 14 | 7 | 31 | 516 | 17 | 106 |
| Binary | 10111110 | 10100111 | 10110001 | 0 | 1100 | 111 | 11001 | 101001110 | 1111 | 1000110 |
Color Harmonies of #BEA7B1
Complementary color
Monochromatic Colors of #BEA7B1
Black with #BEA7B1
Text Example
Text Example
White with #BEA7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA7B1; }
p { color: rgb(190,167,177); }
H1.HeaderClassName
{
color: #BEA7B1;
}
.AnyTagClassName
{
color: #BEA7B1;
}
</style>
background-color css
<style>
a { background-color: #BEA7B1; }
a { background-color: rgb(190,167,177); }
div.DivClassName
{
background-color: #BEA7B1;
}
.BgClassName
{
background-color: #BEA7B1;
}
</style>
border-color css
<style>
span { border-color: #BEA7B1; }
span { border-color: rgb(190,167,177); }
td.TdClassName
{
border-color: #BEA7B1;
}
.TagClassName
{
border-color: #BEA7B1;
}
</style>