Shades of Water Leaf #B2F7DD
Tints of Water Leaf #B2F7DD
RGB
CMYK
RGB Variations
Color information
#B2F7DD (or 0xB2F7DD) is known color: Water Leaf. HEX triplet: B2, F7 and DD. RGB value is (178,247,221). Sum of RGB (Red+Green+Blue) = 178+247+221=646 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.55% from 646); Green value is 247 (96.88% from 255 or 38.24% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F7DD is #4D0822. Grayscale: #DFDFDF. Windows color (decimal): -5048355 or 14546866. OLE color: 14546866.
HSL color Cylindrical-coordinate representation of color #B2F7DD: hue angle of 157.39º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F7DD is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 247 | 221 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.03 |
| HSL | 157.39º | 0.81% | 0.83% | - |
| HSV(B) | 157.39º | 0.28% | 0.97% | - |
| XYZ | 64.67 | 81.21 | 80.67 | - |
| YUV | 223.41 | 126.64 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 247 | 221 | 0.28 | 0 | 0.11 | 0.03 | 157.39 | 0.81 | 0.83 |
| Hex | B2 | F7 | DD | 1C | 0 | B | 3 | 9D | 51 | 53 |
| Octal | 262 | 367 | 335 | 34 | 0 | 13 | 3 | 235 | 121 | 123 |
| Binary | 10110010 | 11110111 | 11011101 | 11100 | 0 | 1011 | 11 | 10011101 | 1010001 | 1010011 |
Color Harmonies of #B2F7DD
Complementary color
Monochromatic Colors of #B2F7DD
Black with #B2F7DD
Text Example
Text Example
White with #B2F7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F7DD; }
p { color: rgb(178,247,221); }
H1.HeaderClassName
{
color: #B2F7DD;
}
.AnyTagClassName
{
color: #B2F7DD;
}
</style>
background-color css
<style>
a { background-color: #B2F7DD; }
a { background-color: rgb(178,247,221); }
div.DivClassName
{
background-color: #B2F7DD;
}
.BgClassName
{
background-color: #B2F7DD;
}
</style>
border-color css
<style>
span { border-color: #B2F7DD; }
span { border-color: rgb(178,247,221); }
td.TdClassName
{
border-color: #B2F7DD;
}
.TagClassName
{
border-color: #B2F7DD;
}
</style>