Shades of Water Leaf #BEF8EE
Tints of Water Leaf #BEF8EE
RGB
CMYK
RGB Variations
Color information
#BEF8EE (or 0xBEF8EE) is known color: Water Leaf. HEX triplet: BE, F8 and EE. RGB value is (190,248,238). Sum of RGB (Red+Green+Blue) = 190+248+238=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8EE is #410711. Grayscale: #E5E5E5. Windows color (decimal): -4261650 or 15661246. OLE color: 15661246.
HSL color Cylindrical-coordinate representation of color #BEF8EE: hue angle of 169.66º 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 #BEF8EE is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 238 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.03 |
| HSL | 169.66º | 0.81% | 0.86% | - |
| HSV(B) | 169.66º | 0.23% | 0.97% | - |
| XYZ | 70.24 | 84.26 | 93.45 | - |
| YUV | 229.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 238 | 0.23 | 0 | 0.04 | 0.03 | 169.66 | 0.81 | 0.86 |
| Hex | BE | F8 | EE | 17 | 0 | 4 | 3 | AA | 51 | 56 |
| Octal | 276 | 370 | 356 | 27 | 0 | 4 | 3 | 252 | 121 | 126 |
| Binary | 10111110 | 11111000 | 11101110 | 10111 | 0 | 100 | 11 | 10101010 | 1010001 | 1010110 |
Color Harmonies of #BEF8EE
Complementary color
Monochromatic Colors of #BEF8EE
Black with #BEF8EE
Text Example
Text Example
White with #BEF8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF8EE; }
p { color: rgb(190,248,238); }
H1.HeaderClassName
{
color: #BEF8EE;
}
.AnyTagClassName
{
color: #BEF8EE;
}
</style>
background-color css
<style>
a { background-color: #BEF8EE; }
a { background-color: rgb(190,248,238); }
div.DivClassName
{
background-color: #BEF8EE;
}
.BgClassName
{
background-color: #BEF8EE;
}
</style>
border-color css
<style>
span { border-color: #BEF8EE; }
span { border-color: rgb(190,248,238); }
td.TdClassName
{
border-color: #BEF8EE;
}
.TagClassName
{
border-color: #BEF8EE;
}
</style>