Shades of Water Leaf #B1FFED
Tints of Water Leaf #B1FFED
RGB
CMYK
RGB Variations
Color information
#B1FFED (or 0xB1FFED) is known color: Water Leaf. HEX triplet: B1, FF and ED. RGB value is (177,255,237). Sum of RGB (Red+Green+Blue) = 177+255+237=669 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.46% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFED is #4E0012. Grayscale: #E5E5E5. Windows color (decimal): -5111827 or 15597489. OLE color: 15597489.
HSL color Cylindrical-coordinate representation of color #B1FFED: hue angle of 166.15º 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 #B1FFED is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 237 | - |
| CMYK | 0.31 | 0 | 0.07 | 0 |
| HSL | 166.15º | 1% | 0.85% | - |
| HSV(B) | 166.15º | 0.31% | 1% | - |
| XYZ | 69.18 | 86.98 | 93.26 | - |
| YUV | 229.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 237 | 0.31 | 0 | 0.07 | 0 | 166.15 | 1 | 0.85 |
| Hex | B1 | FF | ED | 1F | 0 | 7 | 0 | A6 | 64 | 55 |
| Octal | 261 | 377 | 355 | 37 | 0 | 7 | 0 | 246 | 144 | 125 |
| Binary | 10110001 | 11111111 | 11101101 | 11111 | 0 | 111 | 0 | 10100110 | 1100100 | 1010101 |
Color Harmonies of #B1FFED
Complementary color
Monochromatic Colors of #B1FFED
Black with #B1FFED
Text Example
Text Example
White with #B1FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFED; }
p { color: rgb(177,255,237); }
H1.HeaderClassName
{
color: #B1FFED;
}
.AnyTagClassName
{
color: #B1FFED;
}
</style>
background-color css
<style>
a { background-color: #B1FFED; }
a { background-color: rgb(177,255,237); }
div.DivClassName
{
background-color: #B1FFED;
}
.BgClassName
{
background-color: #B1FFED;
}
</style>
border-color css
<style>
span { border-color: #B1FFED; }
span { border-color: rgb(177,255,237); }
td.TdClassName
{
border-color: #B1FFED;
}
.TagClassName
{
border-color: #B1FFED;
}
</style>