Shades of Water Leaf #B7F5DB
Tints of Water Leaf #B7F5DB
RGB
CMYK
RGB Variations
Color information
#B7F5DB (or 0xB7F5DB) is known color: Water Leaf. HEX triplet: B7, F5 and DB. RGB value is (183,245,219). Sum of RGB (Red+Green+Blue) = 183+245+219=647 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.28% from 647); Green value is 245 (96.09% from 255 or 37.87% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 245 - color contains mainly: green. Hex color #B7F5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F5DB is #480A24. Grayscale: #DFDFDF. Windows color (decimal): -4721189 or 14415287. OLE color: 14415287.
HSL color Cylindrical-coordinate representation of color #B7F5DB: hue angle of 154.84º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7F5DB is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 245 | 219 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.04 |
| HSL | 154.84º | 0.76% | 0.84% | - |
| HSV(B) | 154.84º | 0.25% | 0.96% | - |
| XYZ | 64.97 | 80.49 | 79.13 | - |
| YUV | 223.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 245 | 219 | 0.25 | 0 | 0.11 | 0.04 | 154.84 | 0.76 | 0.84 |
| Hex | B7 | F5 | DB | 19 | 0 | B | 4 | 9B | 4C | 54 |
| Octal | 267 | 365 | 333 | 31 | 0 | 13 | 4 | 233 | 114 | 124 |
| Binary | 10110111 | 11110101 | 11011011 | 11001 | 0 | 1011 | 100 | 10011011 | 1001100 | 1010100 |
Color Harmonies of #B7F5DB
Complementary color
Monochromatic Colors of #B7F5DB
Black with #B7F5DB
Text Example
Text Example
White with #B7F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F5DB; }
p { color: rgb(183,245,219); }
H1.HeaderClassName
{
color: #B7F5DB;
}
.AnyTagClassName
{
color: #B7F5DB;
}
</style>
background-color css
<style>
a { background-color: #B7F5DB; }
a { background-color: rgb(183,245,219); }
div.DivClassName
{
background-color: #B7F5DB;
}
.BgClassName
{
background-color: #B7F5DB;
}
</style>
border-color css
<style>
span { border-color: #B7F5DB; }
span { border-color: rgb(183,245,219); }
td.TdClassName
{
border-color: #B7F5DB;
}
.TagClassName
{
border-color: #B7F5DB;
}
</style>