Shades of Water Leaf #B6FFEC
Tints of Water Leaf #B6FFEC
RGB
CMYK
RGB Variations
Color information
#B6FFEC (or 0xB6FFEC) is known color: Water Leaf. HEX triplet: B6, FF and EC. RGB value is (182,255,236). Sum of RGB (Red+Green+Blue) = 182+255+236=673 (89% of max value = 765). Red value is 182 (71.48% from 255 or 27.04% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FFEC is #490013. Grayscale: #E7E7E7. Windows color (decimal): -4784148 or 15531958. OLE color: 15531958.
HSL color Cylindrical-coordinate representation of color #B6FFEC: hue angle of 164.38º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFEC is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 236 | - |
| CMYK | 0.29 | 0 | 0.07 | 0 |
| HSL | 164.38º | 1% | 0.86% | - |
| HSV(B) | 164.38º | 0.29% | 1% | - |
| XYZ | 70.19 | 87.52 | 92.55 | - |
| YUV | 231.01 | 130.82 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 236 | 0.29 | 0 | 0.07 | 0 | 164.38 | 1 | 0.86 |
| Hex | B6 | FF | EC | 1D | 0 | 7 | 0 | A4 | 64 | 56 |
| Octal | 266 | 377 | 354 | 35 | 0 | 7 | 0 | 244 | 144 | 126 |
| Binary | 10110110 | 11111111 | 11101100 | 11101 | 0 | 111 | 0 | 10100100 | 1100100 | 1010110 |
Color Harmonies of #B6FFEC
Complementary color
Monochromatic Colors of #B6FFEC
Black with #B6FFEC
Text Example
Text Example
White with #B6FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFEC; }
p { color: rgb(182,255,236); }
H1.HeaderClassName
{
color: #B6FFEC;
}
.AnyTagClassName
{
color: #B6FFEC;
}
</style>
background-color css
<style>
a { background-color: #B6FFEC; }
a { background-color: rgb(182,255,236); }
div.DivClassName
{
background-color: #B6FFEC;
}
.BgClassName
{
background-color: #B6FFEC;
}
</style>
border-color css
<style>
span { border-color: #B6FFEC; }
span { border-color: rgb(182,255,236); }
td.TdClassName
{
border-color: #B6FFEC;
}
.TagClassName
{
border-color: #B6FFEC;
}
</style>