Shades of Water Leaf #B2EEDB
Tints of Water Leaf #B2EEDB
RGB
CMYK
RGB Variations
Color information
#B2EEDB (or 0xB2EEDB) is known color: Water Leaf. HEX triplet: B2, EE and DB. RGB value is (178,238,219). Sum of RGB (Red+Green+Blue) = 178+238+219=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEDB is #4D1124. Grayscale: #D9D9D9. Windows color (decimal): -5050661 or 14413490. OLE color: 14413490.
HSL color Cylindrical-coordinate representation of color #B2EEDB: hue angle of 161º 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 #B2EEDB is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 219 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.07 |
| HSL | 161º | 0.64% | 0.82% | - |
| HSV(B) | 161º | 0.25% | 0.93% | - |
| XYZ | 61.72 | 75.73 | 78.38 | - |
| YUV | 217.89 | 128.62 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 219 | 0.25 | 0 | 0.08 | 0.07 | 161 | 0.64 | 0.82 |
| Hex | B2 | EE | DB | 19 | 0 | 8 | 7 | A1 | 40 | 52 |
| Octal | 262 | 356 | 333 | 31 | 0 | 10 | 7 | 241 | 100 | 122 |
| Binary | 10110010 | 11101110 | 11011011 | 11001 | 0 | 1000 | 111 | 10100001 | 1000000 | 1010010 |
Color Harmonies of #B2EEDB
Complementary color
Monochromatic Colors of #B2EEDB
Black with #B2EEDB
Text Example
Text Example
White with #B2EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEDB; }
p { color: rgb(178,238,219); }
H1.HeaderClassName
{
color: #B2EEDB;
}
.AnyTagClassName
{
color: #B2EEDB;
}
</style>
background-color css
<style>
a { background-color: #B2EEDB; }
a { background-color: rgb(178,238,219); }
div.DivClassName
{
background-color: #B2EEDB;
}
.BgClassName
{
background-color: #B2EEDB;
}
</style>
border-color css
<style>
span { border-color: #B2EEDB; }
span { border-color: rgb(178,238,219); }
td.TdClassName
{
border-color: #B2EEDB;
}
.TagClassName
{
border-color: #B2EEDB;
}
</style>