Shades of Water Leaf #B1EDDC
Tints of Water Leaf #B1EDDC
RGB
CMYK
RGB Variations
Color information
#B1EDDC (or 0xB1EDDC) is known color: Water Leaf. HEX triplet: B1, ED and DC. RGB value is (177,237,220). Sum of RGB (Red+Green+Blue) = 177+237+220=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDDC is #4E1223. Grayscale: #D9D9D9. Windows color (decimal): -5116452 or 14478769. OLE color: 14478769.
HSL color Cylindrical-coordinate representation of color #B1EDDC: hue angle of 163º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EDDC is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 237 | 220 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.07 |
| HSL | 163º | 0.63% | 0.81% | - |
| HSV(B) | 163º | 0.25% | 0.93% | - |
| XYZ | 61.33 | 75.08 | 78.97 | - |
| YUV | 217.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 237 | 220 | 0.25 | 0 | 0.07 | 0.07 | 163 | 0.63 | 0.81 |
| Hex | B1 | ED | DC | 19 | 0 | 7 | 7 | A3 | 3E | 51 |
| Octal | 261 | 355 | 334 | 31 | 0 | 7 | 7 | 243 | 76 | 121 |
| Binary | 10110001 | 11101101 | 11011100 | 11001 | 0 | 111 | 111 | 10100011 | 111110 | 1010001 |
Color Harmonies of #B1EDDC
Complementary color
Monochromatic Colors of #B1EDDC
Black with #B1EDDC
Text Example
Text Example
White with #B1EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EDDC; }
p { color: rgb(177,237,220); }
H1.HeaderClassName
{
color: #B1EDDC;
}
.AnyTagClassName
{
color: #B1EDDC;
}
</style>
background-color css
<style>
a { background-color: #B1EDDC; }
a { background-color: rgb(177,237,220); }
div.DivClassName
{
background-color: #B1EDDC;
}
.BgClassName
{
background-color: #B1EDDC;
}
</style>
border-color css
<style>
span { border-color: #B1EDDC; }
span { border-color: rgb(177,237,220); }
td.TdClassName
{
border-color: #B1EDDC;
}
.TagClassName
{
border-color: #B1EDDC;
}
</style>