Shades of Water Leaf #B1FFEC
Tints of Water Leaf #B1FFEC
RGB
CMYK
RGB Variations
Color information
#B1FFEC (or 0xB1FFEC) is known color: Water Leaf. HEX triplet: B1, FF and EC. RGB value is (177,255,236). Sum of RGB (Red+Green+Blue) = 177+255+236=668 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.50% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFEC is #4E0013. Grayscale: #E5E5E5. Windows color (decimal): -5111828 or 15531953. OLE color: 15531953.
HSL color Cylindrical-coordinate representation of color #B1FFEC: hue angle of 165.38º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFEC is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 236 | - |
| CMYK | 0.31 | 0 | 0.07 | 0 |
| HSL | 165.38º | 1% | 0.85% | - |
| HSV(B) | 165.38º | 0.31% | 1% | - |
| XYZ | 69.03 | 86.92 | 92.5 | - |
| YUV | 229.51 | 131.66 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 236 | 0.31 | 0 | 0.07 | 0 | 165.38 | 1 | 0.85 |
| Hex | B1 | FF | EC | 1F | 0 | 7 | 0 | A5 | 64 | 55 |
| Octal | 261 | 377 | 354 | 37 | 0 | 7 | 0 | 245 | 144 | 125 |
| Binary | 10110001 | 11111111 | 11101100 | 11111 | 0 | 111 | 0 | 10100101 | 1100100 | 1010101 |
Color Harmonies of #B1FFEC
Complementary color
Monochromatic Colors of #B1FFEC
Black with #B1FFEC
Text Example
Text Example
White with #B1FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFEC; }
p { color: rgb(177,255,236); }
H1.HeaderClassName
{
color: #B1FFEC;
}
.AnyTagClassName
{
color: #B1FFEC;
}
</style>
background-color css
<style>
a { background-color: #B1FFEC; }
a { background-color: rgb(177,255,236); }
div.DivClassName
{
background-color: #B1FFEC;
}
.BgClassName
{
background-color: #B1FFEC;
}
</style>
border-color css
<style>
span { border-color: #B1FFEC; }
span { border-color: rgb(177,255,236); }
td.TdClassName
{
border-color: #B1FFEC;
}
.TagClassName
{
border-color: #B1FFEC;
}
</style>