Shades of Water Leaf #BEE9DD
Tints of Water Leaf #BEE9DD
RGB
CMYK
RGB Variations
Color information
#BEE9DD (or 0xBEE9DD) is known color: Water Leaf. HEX triplet: BE, E9 and DD. RGB value is (190,233,221). Sum of RGB (Red+Green+Blue) = 190+233+221=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9DD is #411622. Grayscale: #DADADA. Windows color (decimal): -4265507 or 14543294. OLE color: 14543294.
HSL color Cylindrical-coordinate representation of color #BEE9DD: hue angle of 163.26º 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 #BEE9DD is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 221 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.09 |
| HSL | 163.26º | 0.49% | 0.83% | - |
| HSV(B) | 163.26º | 0.18% | 0.91% | - |
| XYZ | 63.43 | 74.45 | 79.43 | - |
| YUV | 218.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 221 | 0.18 | 0 | 0.05 | 0.09 | 163.26 | 0.49 | 0.83 |
| Hex | BE | E9 | DD | 12 | 0 | 5 | 9 | A3 | 31 | 53 |
| Octal | 276 | 351 | 335 | 22 | 0 | 5 | 11 | 243 | 61 | 123 |
| Binary | 10111110 | 11101001 | 11011101 | 10010 | 0 | 101 | 1001 | 10100011 | 110001 | 1010011 |
Color Harmonies of #BEE9DD
Complementary color
Monochromatic Colors of #BEE9DD
Black with #BEE9DD
Text Example
Text Example
White with #BEE9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE9DD; }
p { color: rgb(190,233,221); }
H1.HeaderClassName
{
color: #BEE9DD;
}
.AnyTagClassName
{
color: #BEE9DD;
}
</style>
background-color css
<style>
a { background-color: #BEE9DD; }
a { background-color: rgb(190,233,221); }
div.DivClassName
{
background-color: #BEE9DD;
}
.BgClassName
{
background-color: #BEE9DD;
}
</style>
border-color css
<style>
span { border-color: #BEE9DD; }
span { border-color: rgb(190,233,221); }
td.TdClassName
{
border-color: #BEE9DD;
}
.TagClassName
{
border-color: #BEE9DD;
}
</style>