Shades of Water Leaf #B1EBE4
Tints of Water Leaf #B1EBE4
RGB
CMYK
RGB Variations
Color information
#B1EBE4 (or 0xB1EBE4) is known color: Water Leaf. HEX triplet: B1, EB and E4. RGB value is (177,235,228). Sum of RGB (Red+Green+Blue) = 177+235+228=640 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.66% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBE4 is #4E141B. Grayscale: #D8D8D8. Windows color (decimal): -5116956 or 15002545. OLE color: 15002545.
HSL color Cylindrical-coordinate representation of color #B1EBE4: hue angle of 172.76º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBE4 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 235 | 228 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.08 |
| HSL | 172.76º | 0.59% | 0.81% | - |
| HSV(B) | 172.76º | 0.25% | 0.92% | - |
| XYZ | 61.84 | 74.37 | 84.49 | - |
| YUV | 216.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 235 | 228 | 0.25 | 0 | 0.03 | 0.08 | 172.76 | 0.59 | 0.81 |
| Hex | B1 | EB | E4 | 19 | 0 | 3 | 8 | AD | 3B | 51 |
| Octal | 261 | 353 | 344 | 31 | 0 | 3 | 10 | 255 | 73 | 121 |
| Binary | 10110001 | 11101011 | 11100100 | 11001 | 0 | 11 | 1000 | 10101101 | 111011 | 1010001 |
Color Harmonies of #B1EBE4
Complementary color
Monochromatic Colors of #B1EBE4
Black with #B1EBE4
Text Example
Text Example
White with #B1EBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EBE4; }
p { color: rgb(177,235,228); }
H1.HeaderClassName
{
color: #B1EBE4;
}
.AnyTagClassName
{
color: #B1EBE4;
}
</style>
background-color css
<style>
a { background-color: #B1EBE4; }
a { background-color: rgb(177,235,228); }
div.DivClassName
{
background-color: #B1EBE4;
}
.BgClassName
{
background-color: #B1EBE4;
}
</style>
border-color css
<style>
span { border-color: #B1EBE4; }
span { border-color: rgb(177,235,228); }
td.TdClassName
{
border-color: #B1EBE4;
}
.TagClassName
{
border-color: #B1EBE4;
}
</style>