Shades of Water Leaf #BEF7EA
Tints of Water Leaf #BEF7EA
RGB
CMYK
RGB Variations
Color information
#BEF7EA (or 0xBEF7EA) is known color: Water Leaf. HEX triplet: BE, F7 and EA. RGB value is (190,247,234). Sum of RGB (Red+Green+Blue) = 190+247+234=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF7EA is #410815. Grayscale: #E4E4E4. Windows color (decimal): -4261910 or 15398846. OLE color: 15398846.
HSL color Cylindrical-coordinate representation of color #BEF7EA: hue angle of 166.32º 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 #BEF7EA is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 234 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.03 |
| HSL | 166.32º | 0.78% | 0.86% | - |
| HSV(B) | 166.32º | 0.23% | 0.97% | - |
| XYZ | 69.35 | 83.41 | 90.29 | - |
| YUV | 228.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 234 | 0.23 | 0 | 0.05 | 0.03 | 166.32 | 0.78 | 0.86 |
| Hex | BE | F7 | EA | 17 | 0 | 5 | 3 | A6 | 4E | 56 |
| Octal | 276 | 367 | 352 | 27 | 0 | 5 | 3 | 246 | 116 | 126 |
| Binary | 10111110 | 11110111 | 11101010 | 10111 | 0 | 101 | 11 | 10100110 | 1001110 | 1010110 |
Color Harmonies of #BEF7EA
Complementary color
Monochromatic Colors of #BEF7EA
Black with #BEF7EA
Text Example
Text Example
White with #BEF7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF7EA; }
p { color: rgb(190,247,234); }
H1.HeaderClassName
{
color: #BEF7EA;
}
.AnyTagClassName
{
color: #BEF7EA;
}
</style>
background-color css
<style>
a { background-color: #BEF7EA; }
a { background-color: rgb(190,247,234); }
div.DivClassName
{
background-color: #BEF7EA;
}
.BgClassName
{
background-color: #BEF7EA;
}
</style>
border-color css
<style>
span { border-color: #BEF7EA; }
span { border-color: rgb(190,247,234); }
td.TdClassName
{
border-color: #BEF7EA;
}
.TagClassName
{
border-color: #BEF7EA;
}
</style>