Shades of Water Leaf #B6EDD8
Tints of Water Leaf #B6EDD8
RGB
CMYK
RGB Variations
Color information
#B6EDD8 (or 0xB6EDD8) is known color: Water Leaf. HEX triplet: B6, ED and D8. RGB value is (182,237,216). Sum of RGB (Red+Green+Blue) = 182+237+216=635 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.66% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDD8 is #491227. Grayscale: #DADADA. Windows color (decimal): -4788776 or 14216630. OLE color: 14216630.
HSL color Cylindrical-coordinate representation of color #B6EDD8: hue angle of 157.09º 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 #B6EDD8 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 237 | 216 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.07 |
| HSL | 157.09º | 0.6% | 0.82% | - |
| HSV(B) | 157.09º | 0.23% | 0.93% | - |
| XYZ | 61.97 | 75.47 | 76.27 | - |
| YUV | 218.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 237 | 216 | 0.23 | 0 | 0.09 | 0.07 | 157.09 | 0.6 | 0.82 |
| Hex | B6 | ED | D8 | 17 | 0 | 9 | 7 | 9D | 3C | 52 |
| Octal | 266 | 355 | 330 | 27 | 0 | 11 | 7 | 235 | 74 | 122 |
| Binary | 10110110 | 11101101 | 11011000 | 10111 | 0 | 1001 | 111 | 10011101 | 111100 | 1010010 |
Color Harmonies of #B6EDD8
Complementary color
Monochromatic Colors of #B6EDD8
Black with #B6EDD8
Text Example
Text Example
White with #B6EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EDD8; }
p { color: rgb(182,237,216); }
H1.HeaderClassName
{
color: #B6EDD8;
}
.AnyTagClassName
{
color: #B6EDD8;
}
</style>
background-color css
<style>
a { background-color: #B6EDD8; }
a { background-color: rgb(182,237,216); }
div.DivClassName
{
background-color: #B6EDD8;
}
.BgClassName
{
background-color: #B6EDD8;
}
</style>
border-color css
<style>
span { border-color: #B6EDD8; }
span { border-color: rgb(182,237,216); }
td.TdClassName
{
border-color: #B6EDD8;
}
.TagClassName
{
border-color: #B6EDD8;
}
</style>