Shades of Water Leaf #BEF6E9
Tints of Water Leaf #BEF6E9
RGB
CMYK
RGB Variations
Color information
#BEF6E9 (or 0xBEF6E9) is known color: Water Leaf. HEX triplet: BE, F6 and E9. RGB value is (190,246,233). Sum of RGB (Red+Green+Blue) = 190+246+233=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 233 (91.41% from 255 or 34.83% from 669); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6E9 is #410916. Grayscale: #E3E3E3. Windows color (decimal): -4262167 or 15333054. OLE color: 15333054.
HSL color Cylindrical-coordinate representation of color #BEF6E9: hue angle of 166.07º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF6E9 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 233 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.04 |
| HSL | 166.07º | 0.76% | 0.85% | - |
| HSV(B) | 166.07º | 0.23% | 0.96% | - |
| XYZ | 68.9 | 82.74 | 89.43 | - |
| YUV | 227.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 233 | 0.23 | 0 | 0.05 | 0.04 | 166.07 | 0.76 | 0.85 |
| Hex | BE | F6 | E9 | 17 | 0 | 5 | 4 | A6 | 4C | 55 |
| Octal | 276 | 366 | 351 | 27 | 0 | 5 | 4 | 246 | 114 | 125 |
| Binary | 10111110 | 11110110 | 11101001 | 10111 | 0 | 101 | 100 | 10100110 | 1001100 | 1010101 |
Color Harmonies of #BEF6E9
Complementary color
Monochromatic Colors of #BEF6E9
Black with #BEF6E9
Text Example
Text Example
White with #BEF6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF6E9; }
p { color: rgb(190,246,233); }
H1.HeaderClassName
{
color: #BEF6E9;
}
.AnyTagClassName
{
color: #BEF6E9;
}
</style>
background-color css
<style>
a { background-color: #BEF6E9; }
a { background-color: rgb(190,246,233); }
div.DivClassName
{
background-color: #BEF6E9;
}
.BgClassName
{
background-color: #BEF6E9;
}
</style>
border-color css
<style>
span { border-color: #BEF6E9; }
span { border-color: rgb(190,246,233); }
td.TdClassName
{
border-color: #BEF6E9;
}
.TagClassName
{
border-color: #BEF6E9;
}
</style>