Shades of Water Leaf #BEF2E3
Tints of Water Leaf #BEF2E3
RGB
CMYK
RGB Variations
Color information
#BEF2E3 (or 0xBEF2E3) is known color: Water Leaf. HEX triplet: BE, F2 and E3. RGB value is (190,242,227). Sum of RGB (Red+Green+Blue) = 190+242+227=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 227 (89.06% from 255 or 34.45% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2E3 is #410D1C. Grayscale: #E0E0E0. Windows color (decimal): -4263197 or 14938814. OLE color: 14938814.
HSL color Cylindrical-coordinate representation of color #BEF2E3: hue angle of 162.69º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF2E3 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 227 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.05 |
| HSL | 162.69º | 0.67% | 0.85% | - |
| HSV(B) | 162.69º | 0.21% | 0.95% | - |
| XYZ | 66.85 | 80 | 84.59 | - |
| YUV | 224.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 227 | 0.21 | 0 | 0.06 | 0.05 | 162.69 | 0.67 | 0.85 |
| Hex | BE | F2 | E3 | 15 | 0 | 6 | 5 | A3 | 43 | 55 |
| Octal | 276 | 362 | 343 | 25 | 0 | 6 | 5 | 243 | 103 | 125 |
| Binary | 10111110 | 11110010 | 11100011 | 10101 | 0 | 110 | 101 | 10100011 | 1000011 | 1010101 |
Color Harmonies of #BEF2E3
Complementary color
Monochromatic Colors of #BEF2E3
Black with #BEF2E3
Text Example
Text Example
White with #BEF2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF2E3; }
p { color: rgb(190,242,227); }
H1.HeaderClassName
{
color: #BEF2E3;
}
.AnyTagClassName
{
color: #BEF2E3;
}
</style>
background-color css
<style>
a { background-color: #BEF2E3; }
a { background-color: rgb(190,242,227); }
div.DivClassName
{
background-color: #BEF2E3;
}
.BgClassName
{
background-color: #BEF2E3;
}
</style>
border-color css
<style>
span { border-color: #BEF2E3; }
span { border-color: rgb(190,242,227); }
td.TdClassName
{
border-color: #BEF2E3;
}
.TagClassName
{
border-color: #BEF2E3;
}
</style>