Shades of Water Leaf #BEEFE0
Tints of Water Leaf #BEEFE0
RGB
CMYK
RGB Variations
Color information
#BEEFE0 (or 0xBEEFE0) is known color: Water Leaf. HEX triplet: BE, EF and E0. RGB value is (190,239,224). Sum of RGB (Red+Green+Blue) = 190+239+224=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFE0 is #41101F. Grayscale: #DEDEDE. Windows color (decimal): -4263968 or 14741438. OLE color: 14741438.
HSL color Cylindrical-coordinate representation of color #BEEFE0: hue angle of 161.63º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFE0 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 224 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.06 |
| HSL | 161.63º | 0.6% | 0.84% | - |
| HSV(B) | 161.63º | 0.21% | 0.94% | - |
| XYZ | 65.56 | 78.06 | 82.13 | - |
| YUV | 222.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 224 | 0.21 | 0 | 0.06 | 0.06 | 161.63 | 0.6 | 0.84 |
| Hex | BE | EF | E0 | 15 | 0 | 6 | 6 | A2 | 3C | 54 |
| Octal | 276 | 357 | 340 | 25 | 0 | 6 | 6 | 242 | 74 | 124 |
| Binary | 10111110 | 11101111 | 11100000 | 10101 | 0 | 110 | 110 | 10100010 | 111100 | 1010100 |
Color Harmonies of #BEEFE0
Complementary color
Monochromatic Colors of #BEEFE0
Black with #BEEFE0
Text Example
Text Example
White with #BEEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEFE0; }
p { color: rgb(190,239,224); }
H1.HeaderClassName
{
color: #BEEFE0;
}
.AnyTagClassName
{
color: #BEEFE0;
}
</style>
background-color css
<style>
a { background-color: #BEEFE0; }
a { background-color: rgb(190,239,224); }
div.DivClassName
{
background-color: #BEEFE0;
}
.BgClassName
{
background-color: #BEEFE0;
}
</style>
border-color css
<style>
span { border-color: #BEEFE0; }
span { border-color: rgb(190,239,224); }
td.TdClassName
{
border-color: #BEEFE0;
}
.TagClassName
{
border-color: #BEEFE0;
}
</style>