Shades of Water Leaf #B1FDE2
Tints of Water Leaf #B1FDE2
RGB
CMYK
RGB Variations
Color information
#B1FDE2 (or 0xB1FDE2) is known color: Water Leaf. HEX triplet: B1, FD and E2. RGB value is (177,253,226). Sum of RGB (Red+Green+Blue) = 177+253+226=656 (86% of max value = 765). Red value is 177 (69.53% from 255 or 26.98% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FDE2 is #4E021D. Grayscale: #E3E3E3. Windows color (decimal): -5112350 or 14876081. OLE color: 14876081.
HSL color Cylindrical-coordinate representation of color #B1FDE2: hue angle of 158.68º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FDE2 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 253 | 226 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.01 |
| HSL | 158.68º | 0.95% | 0.84% | - |
| HSV(B) | 158.68º | 0.3% | 0.99% | - |
| XYZ | 66.98 | 85.09 | 84.84 | - |
| YUV | 227.2 | 127.32 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 253 | 226 | 0.30 | 0 | 0.11 | 0.01 | 158.68 | 0.95 | 0.84 |
| Hex | B1 | FD | E2 | 1E | 0 | B | 1 | 9F | 5F | 54 |
| Octal | 261 | 375 | 342 | 36 | 0 | 13 | 1 | 237 | 137 | 124 |
| Binary | 10110001 | 11111101 | 11100010 | 11110 | 0 | 1011 | 1 | 10011111 | 1011111 | 1010100 |
Color Harmonies of #B1FDE2
Complementary color
Monochromatic Colors of #B1FDE2
Black with #B1FDE2
Text Example
Text Example
White with #B1FDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FDE2; }
p { color: rgb(177,253,226); }
H1.HeaderClassName
{
color: #B1FDE2;
}
.AnyTagClassName
{
color: #B1FDE2;
}
</style>
background-color css
<style>
a { background-color: #B1FDE2; }
a { background-color: rgb(177,253,226); }
div.DivClassName
{
background-color: #B1FDE2;
}
.BgClassName
{
background-color: #B1FDE2;
}
</style>
border-color css
<style>
span { border-color: #B1FDE2; }
span { border-color: rgb(177,253,226); }
td.TdClassName
{
border-color: #B1FDE2;
}
.TagClassName
{
border-color: #B1FDE2;
}
</style>