Shades of Water Leaf #B1E8DD
Tints of Water Leaf #B1E8DD
RGB
CMYK
RGB Variations
Color information
#B1E8DD (or 0xB1E8DD) is known color: Water Leaf. HEX triplet: B1, E8 and DD. RGB value is (177,232,221). Sum of RGB (Red+Green+Blue) = 177+232+221=630 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.10% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 232 - color contains mainly: green. Hex color #B1E8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E8DD is #4E1722. Grayscale: #D6D6D6. Windows color (decimal): -5117731 or 14543025. OLE color: 14543025.
HSL color Cylindrical-coordinate representation of color #B1E8DD: hue angle of 168º degrees, saturation: 0.54, 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 #B1E8DD is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 232 | 221 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.09 |
| HSL | 168º | 0.54% | 0.8% | - |
| HSV(B) | 168º | 0.24% | 0.91% | - |
| XYZ | 60.04 | 72.28 | 79.19 | - |
| YUV | 214.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 232 | 221 | 0.24 | 0 | 0.05 | 0.09 | 168 | 0.54 | 0.8 |
| Hex | B1 | E8 | DD | 18 | 0 | 5 | 9 | A8 | 36 | 50 |
| Octal | 261 | 350 | 335 | 30 | 0 | 5 | 11 | 250 | 66 | 120 |
| Binary | 10110001 | 11101000 | 11011101 | 11000 | 0 | 101 | 1001 | 10101000 | 110110 | 1010000 |
Color Harmonies of #B1E8DD
Complementary color
Monochromatic Colors of #B1E8DD
Black with #B1E8DD
Text Example
Text Example
White with #B1E8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E8DD; }
p { color: rgb(177,232,221); }
H1.HeaderClassName
{
color: #B1E8DD;
}
.AnyTagClassName
{
color: #B1E8DD;
}
</style>
background-color css
<style>
a { background-color: #B1E8DD; }
a { background-color: rgb(177,232,221); }
div.DivClassName
{
background-color: #B1E8DD;
}
.BgClassName
{
background-color: #B1E8DD;
}
</style>
border-color css
<style>
span { border-color: #B1E8DD; }
span { border-color: rgb(177,232,221); }
td.TdClassName
{
border-color: #B1E8DD;
}
.TagClassName
{
border-color: #B1E8DD;
}
</style>