Shades of Water Leaf #B6ECDB
Tints of Water Leaf #B6ECDB
RGB
CMYK
RGB Variations
Color information
#B6ECDB (or 0xB6ECDB) is known color: Water Leaf. HEX triplet: B6, EC and DB. RGB value is (182,236,219). Sum of RGB (Red+Green+Blue) = 182+236+219=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECDB is #491324. Grayscale: #D9D9D9. Windows color (decimal): -4789029 or 14412982. OLE color: 14412982.
HSL color Cylindrical-coordinate representation of color #B6ECDB: hue angle of 161.11º degrees, saturation: 0.59, 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 #B6ECDB is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 182 | 236 | 219 | - |
CMYK | 0.23 | 0 | 0.07 | 0.07 |
HSL | 161.11º | 0.59% | 0.82% | - |
HSV(B) | 161.11º | 0.23% | 0.93% | - |
XYZ | 62.07 | 75.05 | 78.23 | - |
YUV | 217.92 | 128.61 | 102.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 236 | 219 | 0.23 | 0 | 0.07 | 0.07 | 161.11 | 0.59 | 0.82 |
Hex | B6 | EC | DB | 17 | 0 | 7 | 7 | A1 | 3B | 52 |
Octal | 266 | 354 | 333 | 27 | 0 | 7 | 7 | 241 | 73 | 122 |
Binary | 10110110 | 11101100 | 11011011 | 10111 | 0 | 111 | 111 | 10100001 | 111011 | 1010010 |
Color Harmonies of #B6ECDB
Complementary color
Monochromatic Colors of #B6ECDB
Black with #B6ECDB
Text Example
Text Example
White with #B6ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ECDB; }
p { color: rgb(182,236,219); }
H1.HeaderClassName
{
color: #B6ECDB;
}
.AnyTagClassName
{
color: #B6ECDB;
}
</style>
background-color css
<style>
a { background-color: #B6ECDB; }
a { background-color: rgb(182,236,219); }
div.DivClassName
{
background-color: #B6ECDB;
}
.BgClassName
{
background-color: #B6ECDB;
}
</style>
border-color css
<style>
span { border-color: #B6ECDB; }
span { border-color: rgb(182,236,219); }
td.TdClassName
{
border-color: #B6ECDB;
}
.TagClassName
{
border-color: #B6ECDB;
}
</style>