Shades of Water Leaf #BEF8E4
Tints of Water Leaf #BEF8E4
RGB
CMYK
RGB Variations
Color information
#BEF8E4 (or 0xBEF8E4) is known color: Water Leaf. HEX triplet: BE, F8 and E4. RGB value is (190,248,228). Sum of RGB (Red+Green+Blue) = 190+248+228=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF8E4 is #41071B. Grayscale: #E4E4E4. Windows color (decimal): -4261660 or 15005886. OLE color: 15005886.
HSL color Cylindrical-coordinate representation of color #BEF8E4: hue angle of 159.31º degrees, saturation: 0.81, 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 #BEF8E4 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 228 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.03 |
| HSL | 159.31º | 0.81% | 0.86% | - |
| HSV(B) | 159.31º | 0.23% | 0.97% | - |
| XYZ | 68.81 | 83.68 | 85.92 | - |
| YUV | 228.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 228 | 0.23 | 0 | 0.08 | 0.03 | 159.31 | 0.81 | 0.86 |
| Hex | BE | F8 | E4 | 17 | 0 | 8 | 3 | 9F | 51 | 56 |
| Octal | 276 | 370 | 344 | 27 | 0 | 10 | 3 | 237 | 121 | 126 |
| Binary | 10111110 | 11111000 | 11100100 | 10111 | 0 | 1000 | 11 | 10011111 | 1010001 | 1010110 |
Color Harmonies of #BEF8E4
Complementary color
Monochromatic Colors of #BEF8E4
Black with #BEF8E4
Text Example
Text Example
White with #BEF8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF8E4; }
p { color: rgb(190,248,228); }
H1.HeaderClassName
{
color: #BEF8E4;
}
.AnyTagClassName
{
color: #BEF8E4;
}
</style>
background-color css
<style>
a { background-color: #BEF8E4; }
a { background-color: rgb(190,248,228); }
div.DivClassName
{
background-color: #BEF8E4;
}
.BgClassName
{
background-color: #BEF8E4;
}
</style>
border-color css
<style>
span { border-color: #BEF8E4; }
span { border-color: rgb(190,248,228); }
td.TdClassName
{
border-color: #BEF8E4;
}
.TagClassName
{
border-color: #BEF8E4;
}
</style>