Shades of Water Leaf #BEF3E2
Tints of Water Leaf #BEF3E2
RGB
CMYK
RGB Variations
Color information
#BEF3E2 (or 0xBEF3E2) is known color: Water Leaf. HEX triplet: BE, F3 and E2. RGB value is (190,243,226). Sum of RGB (Red+Green+Blue) = 190+243+226=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF3E2 is #410C1D. Grayscale: #E1E1E1. Windows color (decimal): -4262942 or 14873534. OLE color: 14873534.
HSL color Cylindrical-coordinate representation of color #BEF3E2: hue angle of 160.75º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF3E2 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 226 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.05 |
| HSL | 160.75º | 0.69% | 0.85% | - |
| HSV(B) | 160.75º | 0.22% | 0.95% | - |
| XYZ | 67.01 | 80.54 | 83.97 | - |
| YUV | 225.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 226 | 0.22 | 0 | 0.07 | 0.05 | 160.75 | 0.69 | 0.85 |
| Hex | BE | F3 | E2 | 16 | 0 | 7 | 5 | A1 | 45 | 55 |
| Octal | 276 | 363 | 342 | 26 | 0 | 7 | 5 | 241 | 105 | 125 |
| Binary | 10111110 | 11110011 | 11100010 | 10110 | 0 | 111 | 101 | 10100001 | 1000101 | 1010101 |
Color Harmonies of #BEF3E2
Complementary color
Monochromatic Colors of #BEF3E2
Black with #BEF3E2
Text Example
Text Example
White with #BEF3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF3E2; }
p { color: rgb(190,243,226); }
H1.HeaderClassName
{
color: #BEF3E2;
}
.AnyTagClassName
{
color: #BEF3E2;
}
</style>
background-color css
<style>
a { background-color: #BEF3E2; }
a { background-color: rgb(190,243,226); }
div.DivClassName
{
background-color: #BEF3E2;
}
.BgClassName
{
background-color: #BEF3E2;
}
</style>
border-color css
<style>
span { border-color: #BEF3E2; }
span { border-color: rgb(190,243,226); }
td.TdClassName
{
border-color: #BEF3E2;
}
.TagClassName
{
border-color: #BEF3E2;
}
</style>