Shades of Water Leaf #B6ECDF
Tints of Water Leaf #B6ECDF
RGB
CMYK
RGB Variations
Color information
#B6ECDF (or 0xB6ECDF) is known color: Water Leaf. HEX triplet: B6, EC and DF. RGB value is (182,236,223). Sum of RGB (Red+Green+Blue) = 182+236+223=641 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.39% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECDF is #491320. Grayscale: #DADADA. Windows color (decimal): -4789025 or 14675126. OLE color: 14675126.
HSL color Cylindrical-coordinate representation of color #B6ECDF: hue angle of 165.56º 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 #B6ECDF is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 182 | 236 | 223 | - |
CMYK | 0.23 | 0 | 0.06 | 0.07 |
HSL | 165.56º | 0.59% | 0.82% | - |
HSV(B) | 165.56º | 0.23% | 0.93% | - |
XYZ | 62.61 | 75.26 | 81.04 | - |
YUV | 218.37 | 130.61 | 102.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 236 | 223 | 0.23 | 0 | 0.06 | 0.07 | 165.56 | 0.59 | 0.82 |
Hex | B6 | EC | DF | 17 | 0 | 6 | 7 | A6 | 3B | 52 |
Octal | 266 | 354 | 337 | 27 | 0 | 6 | 7 | 246 | 73 | 122 |
Binary | 10110110 | 11101100 | 11011111 | 10111 | 0 | 110 | 111 | 10100110 | 111011 | 1010010 |
Color Harmonies of #B6ECDF
Complementary color
Monochromatic Colors of #B6ECDF
Black with #B6ECDF
Text Example
Text Example
White with #B6ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ECDF; }
p { color: rgb(182,236,223); }
H1.HeaderClassName
{
color: #B6ECDF;
}
.AnyTagClassName
{
color: #B6ECDF;
}
</style>
background-color css
<style>
a { background-color: #B6ECDF; }
a { background-color: rgb(182,236,223); }
div.DivClassName
{
background-color: #B6ECDF;
}
.BgClassName
{
background-color: #B6ECDF;
}
</style>
border-color css
<style>
span { border-color: #B6ECDF; }
span { border-color: rgb(182,236,223); }
td.TdClassName
{
border-color: #B6ECDF;
}
.TagClassName
{
border-color: #B6ECDF;
}
</style>