Shades of Water Leaf #B2EDDC
Tints of Water Leaf #B2EDDC
RGB
CMYK
RGB Variations
Color information
#B2EDDC (or 0xB2EDDC) is known color: Water Leaf. HEX triplet: B2, ED and DC. RGB value is (178,237,220). Sum of RGB (Red+Green+Blue) = 178+237+220=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDDC is #4D1223. Grayscale: #D9D9D9. Windows color (decimal): -5050916 or 14478770. OLE color: 14478770.
HSL color Cylindrical-coordinate representation of color #B2EDDC: hue angle of 162.71º 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 #B2EDDC is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 220 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.07 |
| HSL | 162.71º | 0.62% | 0.81% | - |
| HSV(B) | 162.71º | 0.25% | 0.93% | - |
| XYZ | 61.56 | 75.2 | 78.98 | - |
| YUV | 217.42 | 129.45 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 220 | 0.25 | 0 | 0.07 | 0.07 | 162.71 | 0.62 | 0.81 |
| Hex | B2 | ED | DC | 19 | 0 | 7 | 7 | A3 | 3E | 51 |
| Octal | 262 | 355 | 334 | 31 | 0 | 7 | 7 | 243 | 76 | 121 |
| Binary | 10110010 | 11101101 | 11011100 | 11001 | 0 | 111 | 111 | 10100011 | 111110 | 1010001 |
Color Harmonies of #B2EDDC
Complementary color
Monochromatic Colors of #B2EDDC
Black with #B2EDDC
Text Example
Text Example
White with #B2EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EDDC; }
p { color: rgb(178,237,220); }
H1.HeaderClassName
{
color: #B2EDDC;
}
.AnyTagClassName
{
color: #B2EDDC;
}
</style>
background-color css
<style>
a { background-color: #B2EDDC; }
a { background-color: rgb(178,237,220); }
div.DivClassName
{
background-color: #B2EDDC;
}
.BgClassName
{
background-color: #B2EDDC;
}
</style>
border-color css
<style>
span { border-color: #B2EDDC; }
span { border-color: rgb(178,237,220); }
td.TdClassName
{
border-color: #B2EDDC;
}
.TagClassName
{
border-color: #B2EDDC;
}
</style>