Shades of Water Leaf #B7EDE6
Tints of Water Leaf #B7EDE6
RGB
CMYK
RGB Variations
Color information
#B7EDE6 (or 0xB7EDE6) is known color: Water Leaf. HEX triplet: B7, ED and E6. RGB value is (183,237,230). Sum of RGB (Red+Green+Blue) = 183+237+230=650 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.15% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EDE6 is #481219. Grayscale: #DCDCDC. Windows color (decimal): -4723226 or 15134135. OLE color: 15134135.
HSL color Cylindrical-coordinate representation of color #B7EDE6: hue angle of 172.22º 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 #B7EDE6 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 237 | 230 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.07 |
| HSL | 172.22º | 0.6% | 0.82% | - |
| HSV(B) | 172.22º | 0.23% | 0.93% | - |
| XYZ | 64.1 | 76.35 | 86.22 | - |
| YUV | 220.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 237 | 230 | 0.23 | 0 | 0.03 | 0.07 | 172.22 | 0.6 | 0.82 |
| Hex | B7 | ED | E6 | 17 | 0 | 3 | 7 | AC | 3C | 52 |
| Octal | 267 | 355 | 346 | 27 | 0 | 3 | 7 | 254 | 74 | 122 |
| Binary | 10110111 | 11101101 | 11100110 | 10111 | 0 | 11 | 111 | 10101100 | 111100 | 1010010 |
Color Harmonies of #B7EDE6
Complementary color
Monochromatic Colors of #B7EDE6
Black with #B7EDE6
Text Example
Text Example
White with #B7EDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EDE6; }
p { color: rgb(183,237,230); }
H1.HeaderClassName
{
color: #B7EDE6;
}
.AnyTagClassName
{
color: #B7EDE6;
}
</style>
background-color css
<style>
a { background-color: #B7EDE6; }
a { background-color: rgb(183,237,230); }
div.DivClassName
{
background-color: #B7EDE6;
}
.BgClassName
{
background-color: #B7EDE6;
}
</style>
border-color css
<style>
span { border-color: #B7EDE6; }
span { border-color: rgb(183,237,230); }
td.TdClassName
{
border-color: #B7EDE6;
}
.TagClassName
{
border-color: #B7EDE6;
}
</style>