Shades of Water Leaf #BEF7EC
Tints of Water Leaf #BEF7EC
RGB
CMYK
RGB Variations
Color information
#BEF7EC (or 0xBEF7EC) is known color: Water Leaf. HEX triplet: BE, F7 and EC. RGB value is (190,247,236). Sum of RGB (Red+Green+Blue) = 190+247+236=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF7EC is #410813. Grayscale: #E4E4E4. Windows color (decimal): -4261908 or 15529918. OLE color: 15529918.
HSL color Cylindrical-coordinate representation of color #BEF7EC: hue angle of 168.42º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF7EC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 236 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.03 |
| HSL | 168.42º | 0.78% | 0.86% | - |
| HSV(B) | 168.42º | 0.23% | 0.97% | - |
| XYZ | 69.64 | 83.52 | 91.81 | - |
| YUV | 228.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 236 | 0.23 | 0 | 0.04 | 0.03 | 168.42 | 0.78 | 0.86 |
| Hex | BE | F7 | EC | 17 | 0 | 4 | 3 | A8 | 4E | 56 |
| Octal | 276 | 367 | 354 | 27 | 0 | 4 | 3 | 250 | 116 | 126 |
| Binary | 10111110 | 11110111 | 11101100 | 10111 | 0 | 100 | 11 | 10101000 | 1001110 | 1010110 |
Color Harmonies of #BEF7EC
Complementary color
Monochromatic Colors of #BEF7EC
Black with #BEF7EC
Text Example
Text Example
White with #BEF7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF7EC; }
p { color: rgb(190,247,236); }
H1.HeaderClassName
{
color: #BEF7EC;
}
.AnyTagClassName
{
color: #BEF7EC;
}
</style>
background-color css
<style>
a { background-color: #BEF7EC; }
a { background-color: rgb(190,247,236); }
div.DivClassName
{
background-color: #BEF7EC;
}
.BgClassName
{
background-color: #BEF7EC;
}
</style>
border-color css
<style>
span { border-color: #BEF7EC; }
span { border-color: rgb(190,247,236); }
td.TdClassName
{
border-color: #BEF7EC;
}
.TagClassName
{
border-color: #BEF7EC;
}
</style>