Shades of Water Leaf #B1EEDE
Tints of Water Leaf #B1EEDE
RGB
CMYK
RGB Variations
Color information
#B1EEDE (or 0xB1EEDE) is known color: Water Leaf. HEX triplet: B1, EE and DE. RGB value is (177,238,222). Sum of RGB (Red+Green+Blue) = 177+238+222=637 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.79% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEDE is #4E1121. Grayscale: #D9D9D9. Windows color (decimal): -5116194 or 14610097. OLE color: 14610097.
HSL color Cylindrical-coordinate representation of color #B1EEDE: hue angle of 164.26º 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 #B1EEDE is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 222 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.07 |
| HSL | 164.26º | 0.64% | 0.81% | - |
| HSV(B) | 164.26º | 0.26% | 0.93% | - |
| XYZ | 61.89 | 75.77 | 80.47 | - |
| YUV | 217.94 | 130.29 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 222 | 0.26 | 0 | 0.07 | 0.07 | 164.26 | 0.64 | 0.81 |
| Hex | B1 | EE | DE | 1A | 0 | 7 | 7 | A4 | 40 | 51 |
| Octal | 261 | 356 | 336 | 32 | 0 | 7 | 7 | 244 | 100 | 121 |
| Binary | 10110001 | 11101110 | 11011110 | 11010 | 0 | 111 | 111 | 10100100 | 1000000 | 1010001 |
Color Harmonies of #B1EEDE
Complementary color
Monochromatic Colors of #B1EEDE
Black with #B1EEDE
Text Example
Text Example
White with #B1EEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EEDE; }
p { color: rgb(177,238,222); }
H1.HeaderClassName
{
color: #B1EEDE;
}
.AnyTagClassName
{
color: #B1EEDE;
}
</style>
background-color css
<style>
a { background-color: #B1EEDE; }
a { background-color: rgb(177,238,222); }
div.DivClassName
{
background-color: #B1EEDE;
}
.BgClassName
{
background-color: #B1EEDE;
}
</style>
border-color css
<style>
span { border-color: #B1EEDE; }
span { border-color: rgb(177,238,222); }
td.TdClassName
{
border-color: #B1EEDE;
}
.TagClassName
{
border-color: #B1EEDE;
}
</style>