Shades of Water Leaf #BEEEE5
Tints of Water Leaf #BEEEE5
RGB
CMYK
RGB Variations
Color information
#BEEEE5 (or 0xBEEEE5) is known color: Water Leaf. HEX triplet: BE, EE and E5. RGB value is (190,238,229). Sum of RGB (Red+Green+Blue) = 190+238+229=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEE5 is #41111A. Grayscale: #DEDEDE. Windows color (decimal): -4264219 or 15068862. OLE color: 15068862.
HSL color Cylindrical-coordinate representation of color #BEEEE5: hue angle of 168.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEEE5 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 238 | 229 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.07 |
| HSL | 168.75º | 0.59% | 0.84% | - |
| HSV(B) | 168.75º | 0.2% | 0.93% | - |
| XYZ | 65.95 | 77.75 | 85.66 | - |
| YUV | 222.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 229 | 0.20 | 0 | 0.04 | 0.07 | 168.75 | 0.59 | 0.84 |
| Hex | BE | EE | E5 | 14 | 0 | 4 | 7 | A9 | 3B | 54 |
| Octal | 276 | 356 | 345 | 24 | 0 | 4 | 7 | 251 | 73 | 124 |
| Binary | 10111110 | 11101110 | 11100101 | 10100 | 0 | 100 | 111 | 10101001 | 111011 | 1010100 |
Color Harmonies of #BEEEE5
Complementary color
Monochromatic Colors of #BEEEE5
Black with #BEEEE5
Text Example
Text Example
White with #BEEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEE5; }
p { color: rgb(190,238,229); }
H1.HeaderClassName
{
color: #BEEEE5;
}
.AnyTagClassName
{
color: #BEEEE5;
}
</style>
background-color css
<style>
a { background-color: #BEEEE5; }
a { background-color: rgb(190,238,229); }
div.DivClassName
{
background-color: #BEEEE5;
}
.BgClassName
{
background-color: #BEEEE5;
}
</style>
border-color css
<style>
span { border-color: #BEEEE5; }
span { border-color: rgb(190,238,229); }
td.TdClassName
{
border-color: #BEEEE5;
}
.TagClassName
{
border-color: #BEEEE5;
}
</style>