Shades of Water Leaf #B2EEDD
Tints of Water Leaf #B2EEDD
RGB
CMYK
RGB Variations
Color information
#B2EEDD (or 0xB2EEDD) is known color: Water Leaf. HEX triplet: B2, EE and DD. RGB value is (178,238,221). Sum of RGB (Red+Green+Blue) = 178+238+221=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEDD is #4D1122. Grayscale: #DADADA. Windows color (decimal): -5050659 or 14544562. OLE color: 14544562.
HSL color Cylindrical-coordinate representation of color #B2EEDD: hue angle of 163º 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 #B2EEDD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 221 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.07 |
| HSL | 163º | 0.64% | 0.82% | - |
| HSV(B) | 163º | 0.25% | 0.93% | - |
| XYZ | 61.99 | 75.83 | 79.78 | - |
| YUV | 218.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 221 | 0.25 | 0 | 0.07 | 0.07 | 163 | 0.64 | 0.82 |
| Hex | B2 | EE | DD | 19 | 0 | 7 | 7 | A3 | 40 | 52 |
| Octal | 262 | 356 | 335 | 31 | 0 | 7 | 7 | 243 | 100 | 122 |
| Binary | 10110010 | 11101110 | 11011101 | 11001 | 0 | 111 | 111 | 10100011 | 1000000 | 1010010 |
Color Harmonies of #B2EEDD
Complementary color
Monochromatic Colors of #B2EEDD
Black with #B2EEDD
Text Example
Text Example
White with #B2EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEDD; }
p { color: rgb(178,238,221); }
H1.HeaderClassName
{
color: #B2EEDD;
}
.AnyTagClassName
{
color: #B2EEDD;
}
</style>
background-color css
<style>
a { background-color: #B2EEDD; }
a { background-color: rgb(178,238,221); }
div.DivClassName
{
background-color: #B2EEDD;
}
.BgClassName
{
background-color: #B2EEDD;
}
</style>
border-color css
<style>
span { border-color: #B2EEDD; }
span { border-color: rgb(178,238,221); }
td.TdClassName
{
border-color: #B2EEDD;
}
.TagClassName
{
border-color: #B2EEDD;
}
</style>