Shades of Water Leaf #B1FFEB
Tints of Water Leaf #B1FFEB
RGB
CMYK
RGB Variations
Color information
#B1FFEB (or 0xB1FFEB) is known color: Water Leaf. HEX triplet: B1, FF and EB. RGB value is (177,255,235). Sum of RGB (Red+Green+Blue) = 177+255+235=667 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.54% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFEB is #4E0014. Grayscale: #E5E5E5. Windows color (decimal): -5111829 or 15466417. OLE color: 15466417.
HSL color Cylindrical-coordinate representation of color #B1FFEB: hue angle of 164.62º 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 #B1FFEB is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 235 | - |
| CMYK | 0.31 | 0 | 0.08 | 0 |
| HSL | 164.62º | 1% | 0.85% | - |
| HSV(B) | 164.62º | 0.31% | 1% | - |
| XYZ | 68.89 | 86.87 | 91.73 | - |
| YUV | 229.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 235 | 0.31 | 0 | 0.08 | 0 | 164.62 | 1 | 0.85 |
| Hex | B1 | FF | EB | 1F | 0 | 8 | 0 | A5 | 64 | 55 |
| Octal | 261 | 377 | 353 | 37 | 0 | 10 | 0 | 245 | 144 | 125 |
| Binary | 10110001 | 11111111 | 11101011 | 11111 | 0 | 1000 | 0 | 10100101 | 1100100 | 1010101 |
Color Harmonies of #B1FFEB
Complementary color
Monochromatic Colors of #B1FFEB
Black with #B1FFEB
Text Example
Text Example
White with #B1FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFEB; }
p { color: rgb(177,255,235); }
H1.HeaderClassName
{
color: #B1FFEB;
}
.AnyTagClassName
{
color: #B1FFEB;
}
</style>
background-color css
<style>
a { background-color: #B1FFEB; }
a { background-color: rgb(177,255,235); }
div.DivClassName
{
background-color: #B1FFEB;
}
.BgClassName
{
background-color: #B1FFEB;
}
</style>
border-color css
<style>
span { border-color: #B1FFEB; }
span { border-color: rgb(177,255,235); }
td.TdClassName
{
border-color: #B1FFEB;
}
.TagClassName
{
border-color: #B1FFEB;
}
</style>