Shades of Water Leaf #B1EFE4
Tints of Water Leaf #B1EFE4
RGB
CMYK
RGB Variations
Color information
#B1EFE4 (or 0xB1EFE4) is known color: Water Leaf. HEX triplet: B1, EF and E4. RGB value is (177,239,228). Sum of RGB (Red+Green+Blue) = 177+239+228=644 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.48% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EFE4 is #4E101B. Grayscale: #DBDBDB. Windows color (decimal): -5115932 or 15003569. OLE color: 15003569.
HSL color Cylindrical-coordinate representation of color #B1EFE4: hue angle of 169.35º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EFE4 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 239 | 228 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.06 |
| HSL | 169.35º | 0.66% | 0.82% | - |
| HSV(B) | 169.35º | 0.26% | 0.94% | - |
| XYZ | 63 | 76.68 | 84.88 | - |
| YUV | 219.21 | 132.96 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 239 | 228 | 0.26 | 0 | 0.05 | 0.06 | 169.35 | 0.66 | 0.82 |
| Hex | B1 | EF | E4 | 1A | 0 | 5 | 6 | A9 | 42 | 52 |
| Octal | 261 | 357 | 344 | 32 | 0 | 5 | 6 | 251 | 102 | 122 |
| Binary | 10110001 | 11101111 | 11100100 | 11010 | 0 | 101 | 110 | 10101001 | 1000010 | 1010010 |
Color Harmonies of #B1EFE4
Complementary color
Monochromatic Colors of #B1EFE4
Black with #B1EFE4
Text Example
Text Example
White with #B1EFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EFE4; }
p { color: rgb(177,239,228); }
H1.HeaderClassName
{
color: #B1EFE4;
}
.AnyTagClassName
{
color: #B1EFE4;
}
</style>
background-color css
<style>
a { background-color: #B1EFE4; }
a { background-color: rgb(177,239,228); }
div.DivClassName
{
background-color: #B1EFE4;
}
.BgClassName
{
background-color: #B1EFE4;
}
</style>
border-color css
<style>
span { border-color: #B1EFE4; }
span { border-color: rgb(177,239,228); }
td.TdClassName
{
border-color: #B1EFE4;
}
.TagClassName
{
border-color: #B1EFE4;
}
</style>