Shades of Water Leaf #BEF6EA
Tints of Water Leaf #BEF6EA
RGB
CMYK
RGB Variations
Color information
#BEF6EA (or 0xBEF6EA) is known color: Water Leaf. HEX triplet: BE, F6 and EA. RGB value is (190,246,234). Sum of RGB (Red+Green+Blue) = 190+246+234=670 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.36% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6EA is #410915. Grayscale: #E3E3E3. Windows color (decimal): -4262166 or 15398590. OLE color: 15398590.
HSL color Cylindrical-coordinate representation of color #BEF6EA: hue angle of 167.14º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF6EA is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 234 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.04 |
| HSL | 167.14º | 0.76% | 0.85% | - |
| HSV(B) | 167.14º | 0.23% | 0.96% | - |
| XYZ | 69.04 | 82.8 | 90.18 | - |
| YUV | 227.89 | 131.45 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 234 | 0.23 | 0 | 0.05 | 0.04 | 167.14 | 0.76 | 0.85 |
| Hex | BE | F6 | EA | 17 | 0 | 5 | 4 | A7 | 4C | 55 |
| Octal | 276 | 366 | 352 | 27 | 0 | 5 | 4 | 247 | 114 | 125 |
| Binary | 10111110 | 11110110 | 11101010 | 10111 | 0 | 101 | 100 | 10100111 | 1001100 | 1010101 |
Color Harmonies of #BEF6EA
Complementary color
Monochromatic Colors of #BEF6EA
Black with #BEF6EA
Text Example
Text Example
White with #BEF6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF6EA; }
p { color: rgb(190,246,234); }
H1.HeaderClassName
{
color: #BEF6EA;
}
.AnyTagClassName
{
color: #BEF6EA;
}
</style>
background-color css
<style>
a { background-color: #BEF6EA; }
a { background-color: rgb(190,246,234); }
div.DivClassName
{
background-color: #BEF6EA;
}
.BgClassName
{
background-color: #BEF6EA;
}
</style>
border-color css
<style>
span { border-color: #BEF6EA; }
span { border-color: rgb(190,246,234); }
td.TdClassName
{
border-color: #BEF6EA;
}
.TagClassName
{
border-color: #BEF6EA;
}
</style>