Shades of Water Leaf #BEE5DD
Tints of Water Leaf #BEE5DD
RGB
CMYK
RGB Variations
Color information
#BEE5DD (or 0xBEE5DD) is known color: Water Leaf. HEX triplet: BE, E5 and DD. RGB value is (190,229,221). Sum of RGB (Red+Green+Blue) = 190+229+221=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE5DD is #411A22. Grayscale: #D8D8D8. Windows color (decimal): -4266531 or 14542270. OLE color: 14542270.
HSL color Cylindrical-coordinate representation of color #BEE5DD: hue angle of 167.69º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEE5DD is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 221 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.10 |
| HSL | 167.69º | 0.43% | 0.82% | - |
| HSV(B) | 167.69º | 0.17% | 0.9% | - |
| XYZ | 62.31 | 72.21 | 79.06 | - |
| YUV | 216.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 221 | 0.17 | 0 | 0.03 | 0.10 | 167.69 | 0.43 | 0.82 |
| Hex | BE | E5 | DD | 11 | 0 | 3 | A | A8 | 2B | 52 |
| Octal | 276 | 345 | 335 | 21 | 0 | 3 | 12 | 250 | 53 | 122 |
| Binary | 10111110 | 11100101 | 11011101 | 10001 | 0 | 11 | 1010 | 10101000 | 101011 | 1010010 |
Color Harmonies of #BEE5DD
Complementary color
Monochromatic Colors of #BEE5DD
Black with #BEE5DD
Text Example
Text Example
White with #BEE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE5DD; }
p { color: rgb(190,229,221); }
H1.HeaderClassName
{
color: #BEE5DD;
}
.AnyTagClassName
{
color: #BEE5DD;
}
</style>
background-color css
<style>
a { background-color: #BEE5DD; }
a { background-color: rgb(190,229,221); }
div.DivClassName
{
background-color: #BEE5DD;
}
.BgClassName
{
background-color: #BEE5DD;
}
</style>
border-color css
<style>
span { border-color: #BEE5DD; }
span { border-color: rgb(190,229,221); }
td.TdClassName
{
border-color: #BEE5DD;
}
.TagClassName
{
border-color: #BEE5DD;
}
</style>