Shades of Water Leaf #B7EADB
Tints of Water Leaf #B7EADB
RGB
CMYK
RGB Variations
Color information
#B7EADB (or 0xB7EADB) is known color: Water Leaf. HEX triplet: B7, EA and DB. RGB value is (183,234,219). Sum of RGB (Red+Green+Blue) = 183+234+219=636 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.77% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #B7EADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EADB is #481524. Grayscale: #D9D9D9. Windows color (decimal): -4724005 or 14412471. OLE color: 14412471.
HSL color Cylindrical-coordinate representation of color #B7EADB: hue angle of 162.35º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7EADB is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 234 | 219 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.08 |
| HSL | 162.35º | 0.55% | 0.82% | - |
| HSV(B) | 162.35º | 0.22% | 0.92% | - |
| XYZ | 61.74 | 74.03 | 78.05 | - |
| YUV | 217.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 234 | 219 | 0.22 | 0 | 0.06 | 0.08 | 162.35 | 0.55 | 0.82 |
| Hex | B7 | EA | DB | 16 | 0 | 6 | 8 | A2 | 37 | 52 |
| Octal | 267 | 352 | 333 | 26 | 0 | 6 | 10 | 242 | 67 | 122 |
| Binary | 10110111 | 11101010 | 11011011 | 10110 | 0 | 110 | 1000 | 10100010 | 110111 | 1010010 |
Color Harmonies of #B7EADB
Complementary color
Monochromatic Colors of #B7EADB
Black with #B7EADB
Text Example
Text Example
White with #B7EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EADB; }
p { color: rgb(183,234,219); }
H1.HeaderClassName
{
color: #B7EADB;
}
.AnyTagClassName
{
color: #B7EADB;
}
</style>
background-color css
<style>
a { background-color: #B7EADB; }
a { background-color: rgb(183,234,219); }
div.DivClassName
{
background-color: #B7EADB;
}
.BgClassName
{
background-color: #B7EADB;
}
</style>
border-color css
<style>
span { border-color: #B7EADB; }
span { border-color: rgb(183,234,219); }
td.TdClassName
{
border-color: #B7EADB;
}
.TagClassName
{
border-color: #B7EADB;
}
</style>