Shades of Water Leaf #B1FBE5
Tints of Water Leaf #B1FBE5
RGB
CMYK
RGB Variations
Color information
#B1FBE5 (or 0xB1FBE5) is known color: Water Leaf. HEX triplet: B1, FB and E5. RGB value is (177,251,229). Sum of RGB (Red+Green+Blue) = 177+251+229=657 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.94% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBE5 is #4E041A. Grayscale: #E2E2E2. Windows color (decimal): -5112859 or 15072177. OLE color: 15072177.
HSL color Cylindrical-coordinate representation of color #B1FBE5: hue angle of 162.16º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FBE5 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 251 | 229 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.02 |
| HSL | 162.16º | 0.9% | 0.84% | - |
| HSV(B) | 162.16º | 0.29% | 0.98% | - |
| XYZ | 66.77 | 84 | 86.82 | - |
| YUV | 226.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 251 | 229 | 0.29 | 0 | 0.09 | 0.02 | 162.16 | 0.9 | 0.84 |
| Hex | B1 | FB | E5 | 1D | 0 | 9 | 2 | A2 | 5A | 54 |
| Octal | 261 | 373 | 345 | 35 | 0 | 11 | 2 | 242 | 132 | 124 |
| Binary | 10110001 | 11111011 | 11100101 | 11101 | 0 | 1001 | 10 | 10100010 | 1011010 | 1010100 |
Color Harmonies of #B1FBE5
Complementary color
Monochromatic Colors of #B1FBE5
Black with #B1FBE5
Text Example
Text Example
White with #B1FBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FBE5; }
p { color: rgb(177,251,229); }
H1.HeaderClassName
{
color: #B1FBE5;
}
.AnyTagClassName
{
color: #B1FBE5;
}
</style>
background-color css
<style>
a { background-color: #B1FBE5; }
a { background-color: rgb(177,251,229); }
div.DivClassName
{
background-color: #B1FBE5;
}
.BgClassName
{
background-color: #B1FBE5;
}
</style>
border-color css
<style>
span { border-color: #B1FBE5; }
span { border-color: rgb(177,251,229); }
td.TdClassName
{
border-color: #B1FBE5;
}
.TagClassName
{
border-color: #B1FBE5;
}
</style>