Shades of Water Leaf #B2EEDC
Tints of Water Leaf #B2EEDC
RGB
CMYK
RGB Variations
Color information
#B2EEDC (or 0xB2EEDC) is known color: Water Leaf. HEX triplet: B2, EE and DC. RGB value is (178,238,220). Sum of RGB (Red+Green+Blue) = 178+238+220=636 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.99% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEDC is #4D1123. Grayscale: #DADADA. Windows color (decimal): -5050660 or 14479026. OLE color: 14479026.
HSL color Cylindrical-coordinate representation of color #B2EEDC: hue angle of 162º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EEDC is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 220 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.07 |
| HSL | 162º | 0.64% | 0.82% | - |
| HSV(B) | 162º | 0.25% | 0.93% | - |
| XYZ | 61.85 | 75.78 | 79.08 | - |
| YUV | 218.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 220 | 0.25 | 0 | 0.08 | 0.07 | 162 | 0.64 | 0.82 |
| Hex | B2 | EE | DC | 19 | 0 | 8 | 7 | A2 | 40 | 52 |
| Octal | 262 | 356 | 334 | 31 | 0 | 10 | 7 | 242 | 100 | 122 |
| Binary | 10110010 | 11101110 | 11011100 | 11001 | 0 | 1000 | 111 | 10100010 | 1000000 | 1010010 |
Color Harmonies of #B2EEDC
Complementary color
Monochromatic Colors of #B2EEDC
Black with #B2EEDC
Text Example
Text Example
White with #B2EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEDC; }
p { color: rgb(178,238,220); }
H1.HeaderClassName
{
color: #B2EEDC;
}
.AnyTagClassName
{
color: #B2EEDC;
}
</style>
background-color css
<style>
a { background-color: #B2EEDC; }
a { background-color: rgb(178,238,220); }
div.DivClassName
{
background-color: #B2EEDC;
}
.BgClassName
{
background-color: #B2EEDC;
}
</style>
border-color css
<style>
span { border-color: #B2EEDC; }
span { border-color: rgb(178,238,220); }
td.TdClassName
{
border-color: #B2EEDC;
}
.TagClassName
{
border-color: #B2EEDC;
}
</style>