Shades of Water Leaf #B2EDDF
Tints of Water Leaf #B2EDDF
RGB
CMYK
RGB Variations
Color information
#B2EDDF (or 0xB2EDDF) is known color: Water Leaf. HEX triplet: B2, ED and DF. RGB value is (178,237,223). Sum of RGB (Red+Green+Blue) = 178+237+223=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDDF is #4D1220. Grayscale: #D9D9D9. Windows color (decimal): -5050913 or 14675378. OLE color: 14675378.
HSL color Cylindrical-coordinate representation of color #B2EDDF: hue angle of 165.76º 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 #B2EDDF is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 223 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.07 |
| HSL | 165.76º | 0.62% | 0.81% | - |
| HSV(B) | 165.76º | 0.25% | 0.93% | - |
| XYZ | 61.96 | 75.36 | 81.09 | - |
| YUV | 217.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 223 | 0.25 | 0 | 0.06 | 0.07 | 165.76 | 0.62 | 0.81 |
| Hex | B2 | ED | DF | 19 | 0 | 6 | 7 | A6 | 3E | 51 |
| Octal | 262 | 355 | 337 | 31 | 0 | 6 | 7 | 246 | 76 | 121 |
| Binary | 10110010 | 11101101 | 11011111 | 11001 | 0 | 110 | 111 | 10100110 | 111110 | 1010001 |
Color Harmonies of #B2EDDF
Complementary color
Monochromatic Colors of #B2EDDF
Black with #B2EDDF
Text Example
Text Example
White with #B2EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EDDF; }
p { color: rgb(178,237,223); }
H1.HeaderClassName
{
color: #B2EDDF;
}
.AnyTagClassName
{
color: #B2EDDF;
}
</style>
background-color css
<style>
a { background-color: #B2EDDF; }
a { background-color: rgb(178,237,223); }
div.DivClassName
{
background-color: #B2EDDF;
}
.BgClassName
{
background-color: #B2EDDF;
}
</style>
border-color css
<style>
span { border-color: #B2EDDF; }
span { border-color: rgb(178,237,223); }
td.TdClassName
{
border-color: #B2EDDF;
}
.TagClassName
{
border-color: #B2EDDF;
}
</style>