Shades of Water Leaf #BEE9E0
Tints of Water Leaf #BEE9E0
RGB
CMYK
RGB Variations
Color information
#BEE9E0 (or 0xBEE9E0) is known color: Water Leaf. HEX triplet: BE, E9 and E0. RGB value is (190,233,224). Sum of RGB (Red+Green+Blue) = 190+233+224=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9E0 is #41161F. Grayscale: #DBDBDB. Windows color (decimal): -4265504 or 14739902. OLE color: 14739902.
HSL color Cylindrical-coordinate representation of color #BEE9E0: hue angle of 167.44º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE9E0 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 224 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.09 |
| HSL | 167.44º | 0.49% | 0.83% | - |
| HSV(B) | 167.44º | 0.18% | 0.91% | - |
| XYZ | 63.83 | 74.61 | 81.56 | - |
| YUV | 219.12 | 130.75 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 224 | 0.18 | 0 | 0.04 | 0.09 | 167.44 | 0.49 | 0.83 |
| Hex | BE | E9 | E0 | 12 | 0 | 4 | 9 | A7 | 31 | 53 |
| Octal | 276 | 351 | 340 | 22 | 0 | 4 | 11 | 247 | 61 | 123 |
| Binary | 10111110 | 11101001 | 11100000 | 10010 | 0 | 100 | 1001 | 10100111 | 110001 | 1010011 |
Color Harmonies of #BEE9E0
Complementary color
Monochromatic Colors of #BEE9E0
Black with #BEE9E0
Text Example
Text Example
White with #BEE9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE9E0; }
p { color: rgb(190,233,224); }
H1.HeaderClassName
{
color: #BEE9E0;
}
.AnyTagClassName
{
color: #BEE9E0;
}
</style>
background-color css
<style>
a { background-color: #BEE9E0; }
a { background-color: rgb(190,233,224); }
div.DivClassName
{
background-color: #BEE9E0;
}
.BgClassName
{
background-color: #BEE9E0;
}
</style>
border-color css
<style>
span { border-color: #BEE9E0; }
span { border-color: rgb(190,233,224); }
td.TdClassName
{
border-color: #BEE9E0;
}
.TagClassName
{
border-color: #BEE9E0;
}
</style>