Shades of Water Leaf #B1EEE4
Tints of Water Leaf #B1EEE4
RGB
CMYK
RGB Variations
Color information
#B1EEE4 (or 0xB1EEE4) is known color: Water Leaf. HEX triplet: B1, EE and E4. RGB value is (177,238,228). Sum of RGB (Red+Green+Blue) = 177+238+228=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEE4 is #4E111B. Grayscale: #DADADA. Windows color (decimal): -5116188 or 15003313. OLE color: 15003313.
HSL color Cylindrical-coordinate representation of color #B1EEE4: hue angle of 170.16º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EEE4 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 228 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.07 |
| HSL | 170.16º | 0.64% | 0.81% | - |
| HSV(B) | 170.16º | 0.26% | 0.93% | - |
| XYZ | 62.71 | 76.1 | 84.78 | - |
| YUV | 218.62 | 133.29 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 228 | 0.26 | 0 | 0.04 | 0.07 | 170.16 | 0.64 | 0.81 |
| Hex | B1 | EE | E4 | 1A | 0 | 4 | 7 | AA | 40 | 51 |
| Octal | 261 | 356 | 344 | 32 | 0 | 4 | 7 | 252 | 100 | 121 |
| Binary | 10110001 | 11101110 | 11100100 | 11010 | 0 | 100 | 111 | 10101010 | 1000000 | 1010001 |
Color Harmonies of #B1EEE4
Complementary color
Monochromatic Colors of #B1EEE4
Black with #B1EEE4
Text Example
Text Example
White with #B1EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EEE4; }
p { color: rgb(177,238,228); }
H1.HeaderClassName
{
color: #B1EEE4;
}
.AnyTagClassName
{
color: #B1EEE4;
}
</style>
background-color css
<style>
a { background-color: #B1EEE4; }
a { background-color: rgb(177,238,228); }
div.DivClassName
{
background-color: #B1EEE4;
}
.BgClassName
{
background-color: #B1EEE4;
}
</style>
border-color css
<style>
span { border-color: #B1EEE4; }
span { border-color: rgb(177,238,228); }
td.TdClassName
{
border-color: #B1EEE4;
}
.TagClassName
{
border-color: #B1EEE4;
}
</style>