Shades of Water Leaf #B1E9DE
Tints of Water Leaf #B1E9DE
RGB
CMYK
RGB Variations
Color information
#B1E9DE (or 0xB1E9DE) is known color: Water Leaf. HEX triplet: B1, E9 and DE. RGB value is (177,233,222). Sum of RGB (Red+Green+Blue) = 177+233+222=632 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.01% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E9DE is #4E1621. Grayscale: #D6D6D6. Windows color (decimal): -5117474 or 14608817. OLE color: 14608817.
HSL color Cylindrical-coordinate representation of color #B1E9DE: hue angle of 168.21º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1E9DE is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 233 | 222 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.09 |
| HSL | 168.21º | 0.56% | 0.8% | - |
| HSV(B) | 168.21º | 0.24% | 0.91% | - |
| XYZ | 60.46 | 72.9 | 79.99 | - |
| YUV | 215 | 131.95 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 233 | 222 | 0.24 | 0 | 0.05 | 0.09 | 168.21 | 0.56 | 0.8 |
| Hex | B1 | E9 | DE | 18 | 0 | 5 | 9 | A8 | 38 | 50 |
| Octal | 261 | 351 | 336 | 30 | 0 | 5 | 11 | 250 | 70 | 120 |
| Binary | 10110001 | 11101001 | 11011110 | 11000 | 0 | 101 | 1001 | 10101000 | 111000 | 1010000 |
Color Harmonies of #B1E9DE
Complementary color
Monochromatic Colors of #B1E9DE
Black with #B1E9DE
Text Example
Text Example
White with #B1E9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E9DE; }
p { color: rgb(177,233,222); }
H1.HeaderClassName
{
color: #B1E9DE;
}
.AnyTagClassName
{
color: #B1E9DE;
}
</style>
background-color css
<style>
a { background-color: #B1E9DE; }
a { background-color: rgb(177,233,222); }
div.DivClassName
{
background-color: #B1E9DE;
}
.BgClassName
{
background-color: #B1E9DE;
}
</style>
border-color css
<style>
span { border-color: #B1E9DE; }
span { border-color: rgb(177,233,222); }
td.TdClassName
{
border-color: #B1E9DE;
}
.TagClassName
{
border-color: #B1E9DE;
}
</style>