Shades of Water Leaf #BEE3DB
Tints of Water Leaf #BEE3DB
RGB
CMYK
RGB Variations
Color information
#BEE3DB (or 0xBEE3DB) is known color: Water Leaf. HEX triplet: BE, E3 and DB. RGB value is (190,227,219). Sum of RGB (Red+Green+Blue) = 190+227+219=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE3DB is #411C24. Grayscale: #D7D7D7. Windows color (decimal): -4267045 or 14410686. OLE color: 14410686.
HSL color Cylindrical-coordinate representation of color #BEE3DB: hue angle of 167.03º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE3DB is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 219 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.11 |
| HSL | 167.03º | 0.4% | 0.82% | - |
| HSV(B) | 167.03º | 0.16% | 0.89% | - |
| XYZ | 61.49 | 71 | 77.48 | - |
| YUV | 215.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 219 | 0.16 | 0 | 0.04 | 0.11 | 167.03 | 0.4 | 0.82 |
| Hex | BE | E3 | DB | 10 | 0 | 4 | B | A7 | 28 | 52 |
| Octal | 276 | 343 | 333 | 20 | 0 | 4 | 13 | 247 | 50 | 122 |
| Binary | 10111110 | 11100011 | 11011011 | 10000 | 0 | 100 | 1011 | 10100111 | 101000 | 1010010 |
Color Harmonies of #BEE3DB
Complementary color
Monochromatic Colors of #BEE3DB
Black with #BEE3DB
Text Example
Text Example
White with #BEE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE3DB; }
p { color: rgb(190,227,219); }
H1.HeaderClassName
{
color: #BEE3DB;
}
.AnyTagClassName
{
color: #BEE3DB;
}
</style>
background-color css
<style>
a { background-color: #BEE3DB; }
a { background-color: rgb(190,227,219); }
div.DivClassName
{
background-color: #BEE3DB;
}
.BgClassName
{
background-color: #BEE3DB;
}
</style>
border-color css
<style>
span { border-color: #BEE3DB; }
span { border-color: rgb(190,227,219); }
td.TdClassName
{
border-color: #BEE3DB;
}
.TagClassName
{
border-color: #BEE3DB;
}
</style>