Shades of Water Leaf #B7EDD8
Tints of Water Leaf #B7EDD8
RGB
CMYK
RGB Variations
Color information
#B7EDD8 (or 0xB7EDD8) is known color: Water Leaf. HEX triplet: B7, ED and D8. RGB value is (183,237,216). Sum of RGB (Red+Green+Blue) = 183+237+216=636 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.77% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EDD8 is #481227. Grayscale: #DADADA. Windows color (decimal): -4723240 or 14216631. OLE color: 14216631.
HSL color Cylindrical-coordinate representation of color #B7EDD8: hue angle of 156.67º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EDD8 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 237 | 216 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.07 |
| HSL | 156.67º | 0.6% | 0.82% | - |
| HSV(B) | 156.67º | 0.23% | 0.93% | - |
| XYZ | 62.21 | 75.59 | 76.28 | - |
| YUV | 218.46 | 126.61 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 237 | 216 | 0.23 | 0 | 0.09 | 0.07 | 156.67 | 0.6 | 0.82 |
| Hex | B7 | ED | D8 | 17 | 0 | 9 | 7 | 9D | 3C | 52 |
| Octal | 267 | 355 | 330 | 27 | 0 | 11 | 7 | 235 | 74 | 122 |
| Binary | 10110111 | 11101101 | 11011000 | 10111 | 0 | 1001 | 111 | 10011101 | 111100 | 1010010 |
Color Harmonies of #B7EDD8
Complementary color
Monochromatic Colors of #B7EDD8
Black with #B7EDD8
Text Example
Text Example
White with #B7EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EDD8; }
p { color: rgb(183,237,216); }
H1.HeaderClassName
{
color: #B7EDD8;
}
.AnyTagClassName
{
color: #B7EDD8;
}
</style>
background-color css
<style>
a { background-color: #B7EDD8; }
a { background-color: rgb(183,237,216); }
div.DivClassName
{
background-color: #B7EDD8;
}
.BgClassName
{
background-color: #B7EDD8;
}
</style>
border-color css
<style>
span { border-color: #B7EDD8; }
span { border-color: rgb(183,237,216); }
td.TdClassName
{
border-color: #B7EDD8;
}
.TagClassName
{
border-color: #B7EDD8;
}
</style>