Shades of Water Leaf #BEE5DB
Tints of Water Leaf #BEE5DB
RGB
CMYK
RGB Variations
Color information
#BEE5DB (or 0xBEE5DB) is known color: Water Leaf. HEX triplet: BE, E5 and DB. RGB value is (190,229,219). Sum of RGB (Red+Green+Blue) = 190+229+219=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE5DB is #411A24. Grayscale: #D8D8D8. Windows color (decimal): -4266533 or 14411198. OLE color: 14411198.
HSL color Cylindrical-coordinate representation of color #BEE5DB: hue angle of 164.62º 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 #BEE5DB is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 219 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.10 |
| HSL | 164.62º | 0.43% | 0.82% | - |
| HSV(B) | 164.62º | 0.17% | 0.9% | - |
| XYZ | 62.04 | 72.1 | 77.66 | - |
| YUV | 216.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 219 | 0.17 | 0 | 0.04 | 0.10 | 164.62 | 0.43 | 0.82 |
| Hex | BE | E5 | DB | 11 | 0 | 4 | A | A5 | 2B | 52 |
| Octal | 276 | 345 | 333 | 21 | 0 | 4 | 12 | 245 | 53 | 122 |
| Binary | 10111110 | 11100101 | 11011011 | 10001 | 0 | 100 | 1010 | 10100101 | 101011 | 1010010 |
Color Harmonies of #BEE5DB
Complementary color
Monochromatic Colors of #BEE5DB
Black with #BEE5DB
Text Example
Text Example
White with #BEE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE5DB; }
p { color: rgb(190,229,219); }
H1.HeaderClassName
{
color: #BEE5DB;
}
.AnyTagClassName
{
color: #BEE5DB;
}
</style>
background-color css
<style>
a { background-color: #BEE5DB; }
a { background-color: rgb(190,229,219); }
div.DivClassName
{
background-color: #BEE5DB;
}
.BgClassName
{
background-color: #BEE5DB;
}
</style>
border-color css
<style>
span { border-color: #BEE5DB; }
span { border-color: rgb(190,229,219); }
td.TdClassName
{
border-color: #BEE5DB;
}
.TagClassName
{
border-color: #BEE5DB;
}
</style>