Shades of Water Leaf #BEF1E1
Tints of Water Leaf #BEF1E1
RGB
CMYK
RGB Variations
Color information
#BEF1E1 (or 0xBEF1E1) is known color: Water Leaf. HEX triplet: BE, F1 and E1. RGB value is (190,241,225). Sum of RGB (Red+Green+Blue) = 190+241+225=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1E1 is #410E1E. Grayscale: #DFDFDF. Windows color (decimal): -4263455 or 14807486. OLE color: 14807486.
HSL color Cylindrical-coordinate representation of color #BEF1E1: hue angle of 161.18º degrees, saturation: 0.65, 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 #BEF1E1 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 225 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.05 |
| HSL | 161.18º | 0.65% | 0.85% | - |
| HSV(B) | 161.18º | 0.21% | 0.95% | - |
| XYZ | 66.28 | 79.29 | 83.05 | - |
| YUV | 223.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 225 | 0.21 | 0 | 0.07 | 0.05 | 161.18 | 0.65 | 0.85 |
| Hex | BE | F1 | E1 | 15 | 0 | 7 | 5 | A1 | 41 | 55 |
| Octal | 276 | 361 | 341 | 25 | 0 | 7 | 5 | 241 | 101 | 125 |
| Binary | 10111110 | 11110001 | 11100001 | 10101 | 0 | 111 | 101 | 10100001 | 1000001 | 1010101 |
Color Harmonies of #BEF1E1
Complementary color
Monochromatic Colors of #BEF1E1
Black with #BEF1E1
Text Example
Text Example
White with #BEF1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF1E1; }
p { color: rgb(190,241,225); }
H1.HeaderClassName
{
color: #BEF1E1;
}
.AnyTagClassName
{
color: #BEF1E1;
}
</style>
background-color css
<style>
a { background-color: #BEF1E1; }
a { background-color: rgb(190,241,225); }
div.DivClassName
{
background-color: #BEF1E1;
}
.BgClassName
{
background-color: #BEF1E1;
}
</style>
border-color css
<style>
span { border-color: #BEF1E1; }
span { border-color: rgb(190,241,225); }
td.TdClassName
{
border-color: #BEF1E1;
}
.TagClassName
{
border-color: #BEF1E1;
}
</style>