Shades of Water Leaf #BEF5EC
Tints of Water Leaf #BEF5EC
RGB
CMYK
RGB Variations
Color information
#BEF5EC (or 0xBEF5EC) is known color: Water Leaf. HEX triplet: BE, F5 and EC. RGB value is (190,245,236). Sum of RGB (Red+Green+Blue) = 190+245+236=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF5EC is #410A13. Grayscale: #E3E3E3. Windows color (decimal): -4262420 or 15529406. OLE color: 15529406.
HSL color Cylindrical-coordinate representation of color #BEF5EC: hue angle of 170.18º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF5EC is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 236 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.04 |
| HSL | 170.18º | 0.73% | 0.85% | - |
| HSV(B) | 170.18º | 0.22% | 0.96% | - |
| XYZ | 69.03 | 82.31 | 91.61 | - |
| YUV | 227.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 236 | 0.22 | 0 | 0.04 | 0.04 | 170.18 | 0.73 | 0.85 |
| Hex | BE | F5 | EC | 16 | 0 | 4 | 4 | AA | 49 | 55 |
| Octal | 276 | 365 | 354 | 26 | 0 | 4 | 4 | 252 | 111 | 125 |
| Binary | 10111110 | 11110101 | 11101100 | 10110 | 0 | 100 | 100 | 10101010 | 1001001 | 1010101 |
Color Harmonies of #BEF5EC
Complementary color
Monochromatic Colors of #BEF5EC
Black with #BEF5EC
Text Example
Text Example
White with #BEF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF5EC; }
p { color: rgb(190,245,236); }
H1.HeaderClassName
{
color: #BEF5EC;
}
.AnyTagClassName
{
color: #BEF5EC;
}
</style>
background-color css
<style>
a { background-color: #BEF5EC; }
a { background-color: rgb(190,245,236); }
div.DivClassName
{
background-color: #BEF5EC;
}
.BgClassName
{
background-color: #BEF5EC;
}
</style>
border-color css
<style>
span { border-color: #BEF5EC; }
span { border-color: rgb(190,245,236); }
td.TdClassName
{
border-color: #BEF5EC;
}
.TagClassName
{
border-color: #BEF5EC;
}
</style>