Shades of Water Leaf #BEF1E5
Tints of Water Leaf #BEF1E5
RGB
CMYK
RGB Variations
Color information
#BEF1E5 (or 0xBEF1E5) is known color: Water Leaf. HEX triplet: BE, F1 and E5. RGB value is (190,241,229). Sum of RGB (Red+Green+Blue) = 190+241+229=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1E5 is #410E1A. Grayscale: #E0E0E0. Windows color (decimal): -4263451 or 15069630. OLE color: 15069630.
HSL color Cylindrical-coordinate representation of color #BEF1E5: hue angle of 165.88º 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 #BEF1E5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 229 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.05 |
| HSL | 165.88º | 0.65% | 0.85% | - |
| HSV(B) | 165.88º | 0.21% | 0.95% | - |
| XYZ | 66.83 | 79.51 | 85.95 | - |
| YUV | 224.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 229 | 0.21 | 0 | 0.05 | 0.05 | 165.88 | 0.65 | 0.85 |
| Hex | BE | F1 | E5 | 15 | 0 | 5 | 5 | A6 | 41 | 55 |
| Octal | 276 | 361 | 345 | 25 | 0 | 5 | 5 | 246 | 101 | 125 |
| Binary | 10111110 | 11110001 | 11100101 | 10101 | 0 | 101 | 101 | 10100110 | 1000001 | 1010101 |
Color Harmonies of #BEF1E5
Complementary color
Monochromatic Colors of #BEF1E5
Black with #BEF1E5
Text Example
Text Example
White with #BEF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF1E5; }
p { color: rgb(190,241,229); }
H1.HeaderClassName
{
color: #BEF1E5;
}
.AnyTagClassName
{
color: #BEF1E5;
}
</style>
background-color css
<style>
a { background-color: #BEF1E5; }
a { background-color: rgb(190,241,229); }
div.DivClassName
{
background-color: #BEF1E5;
}
.BgClassName
{
background-color: #BEF1E5;
}
</style>
border-color css
<style>
span { border-color: #BEF1E5; }
span { border-color: rgb(190,241,229); }
td.TdClassName
{
border-color: #BEF1E5;
}
.TagClassName
{
border-color: #BEF1E5;
}
</style>