Shades of Water Leaf #BEF4E4
Tints of Water Leaf #BEF4E4
RGB
CMYK
RGB Variations
Color information
#BEF4E4 (or 0xBEF4E4) is known color: Water Leaf. HEX triplet: BE, F4 and E4. RGB value is (190,244,228). Sum of RGB (Red+Green+Blue) = 190+244+228=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 244 (95.70% from 255 or 36.86% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF4E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF4E4 is #410B1B. Grayscale: #E2E2E2. Windows color (decimal): -4262684 or 15004862. OLE color: 15004862.
HSL color Cylindrical-coordinate representation of color #BEF4E4: hue angle of 162.22º degrees, saturation: 0.71, 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 #BEF4E4 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 228 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.04 |
| HSL | 162.22º | 0.71% | 0.85% | - |
| HSV(B) | 162.22º | 0.22% | 0.96% | - |
| XYZ | 67.59 | 81.25 | 85.52 | - |
| YUV | 226.03 | 129.11 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 228 | 0.22 | 0 | 0.07 | 0.04 | 162.22 | 0.71 | 0.85 |
| Hex | BE | F4 | E4 | 16 | 0 | 7 | 4 | A2 | 47 | 55 |
| Octal | 276 | 364 | 344 | 26 | 0 | 7 | 4 | 242 | 107 | 125 |
| Binary | 10111110 | 11110100 | 11100100 | 10110 | 0 | 111 | 100 | 10100010 | 1000111 | 1010101 |
Color Harmonies of #BEF4E4
Complementary color
Monochromatic Colors of #BEF4E4
Black with #BEF4E4
Text Example
Text Example
White with #BEF4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF4E4; }
p { color: rgb(190,244,228); }
H1.HeaderClassName
{
color: #BEF4E4;
}
.AnyTagClassName
{
color: #BEF4E4;
}
</style>
background-color css
<style>
a { background-color: #BEF4E4; }
a { background-color: rgb(190,244,228); }
div.DivClassName
{
background-color: #BEF4E4;
}
.BgClassName
{
background-color: #BEF4E4;
}
</style>
border-color css
<style>
span { border-color: #BEF4E4; }
span { border-color: rgb(190,244,228); }
td.TdClassName
{
border-color: #BEF4E4;
}
.TagClassName
{
border-color: #BEF4E4;
}
</style>