Shades of Water Leaf #BEF5EA
Tints of Water Leaf #BEF5EA
RGB
CMYK
RGB Variations
Color information
#BEF5EA (or 0xBEF5EA) is known color: Water Leaf. HEX triplet: BE, F5 and EA. RGB value is (190,245,234). Sum of RGB (Red+Green+Blue) = 190+245+234=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF5EA is #410A15. Grayscale: #E3E3E3. Windows color (decimal): -4262422 or 15398334. OLE color: 15398334.
HSL color Cylindrical-coordinate representation of color #BEF5EA: hue angle of 168º 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 #BEF5EA is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 234 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.04 |
| HSL | 168º | 0.73% | 0.85% | - |
| HSV(B) | 168º | 0.22% | 0.96% | - |
| XYZ | 68.74 | 82.19 | 90.08 | - |
| YUV | 227.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 234 | 0.22 | 0 | 0.04 | 0.04 | 168 | 0.73 | 0.85 |
| Hex | BE | F5 | EA | 16 | 0 | 4 | 4 | A8 | 49 | 55 |
| Octal | 276 | 365 | 352 | 26 | 0 | 4 | 4 | 250 | 111 | 125 |
| Binary | 10111110 | 11110101 | 11101010 | 10110 | 0 | 100 | 100 | 10101000 | 1001001 | 1010101 |
Color Harmonies of #BEF5EA
Complementary color
Monochromatic Colors of #BEF5EA
Black with #BEF5EA
Text Example
Text Example
White with #BEF5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF5EA; }
p { color: rgb(190,245,234); }
H1.HeaderClassName
{
color: #BEF5EA;
}
.AnyTagClassName
{
color: #BEF5EA;
}
</style>
background-color css
<style>
a { background-color: #BEF5EA; }
a { background-color: rgb(190,245,234); }
div.DivClassName
{
background-color: #BEF5EA;
}
.BgClassName
{
background-color: #BEF5EA;
}
</style>
border-color css
<style>
span { border-color: #BEF5EA; }
span { border-color: rgb(190,245,234); }
td.TdClassName
{
border-color: #BEF5EA;
}
.TagClassName
{
border-color: #BEF5EA;
}
</style>