Shades of Water Leaf #B2F8DD
Tints of Water Leaf #B2F8DD
RGB
CMYK
RGB Variations
Color information
#B2F8DD (or 0xB2F8DD) is known color: Water Leaf. HEX triplet: B2, F8 and DD. RGB value is (178,248,221). Sum of RGB (Red+Green+Blue) = 178+248+221=647 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.51% from 647); Green value is 248 (97.27% from 255 or 38.33% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F8DD is #4D0722. Grayscale: #E0E0E0. Windows color (decimal): -5048099 or 14547122. OLE color: 14547122.
HSL color Cylindrical-coordinate representation of color #B2F8DD: hue angle of 156.86º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F8DD is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 221 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.03 |
| HSL | 156.86º | 0.83% | 0.84% | - |
| HSV(B) | 156.86º | 0.28% | 0.97% | - |
| XYZ | 64.98 | 81.82 | 80.77 | - |
| YUV | 223.99 | 126.31 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 221 | 0.28 | 0 | 0.11 | 0.03 | 156.86 | 0.83 | 0.84 |
| Hex | B2 | F8 | DD | 1C | 0 | B | 3 | 9D | 53 | 54 |
| Octal | 262 | 370 | 335 | 34 | 0 | 13 | 3 | 235 | 123 | 124 |
| Binary | 10110010 | 11111000 | 11011101 | 11100 | 0 | 1011 | 11 | 10011101 | 1010011 | 1010100 |
Color Harmonies of #B2F8DD
Complementary color
Monochromatic Colors of #B2F8DD
Black with #B2F8DD
Text Example
Text Example
White with #B2F8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F8DD; }
p { color: rgb(178,248,221); }
H1.HeaderClassName
{
color: #B2F8DD;
}
.AnyTagClassName
{
color: #B2F8DD;
}
</style>
background-color css
<style>
a { background-color: #B2F8DD; }
a { background-color: rgb(178,248,221); }
div.DivClassName
{
background-color: #B2F8DD;
}
.BgClassName
{
background-color: #B2F8DD;
}
</style>
border-color css
<style>
span { border-color: #B2F8DD; }
span { border-color: rgb(178,248,221); }
td.TdClassName
{
border-color: #B2F8DD;
}
.TagClassName
{
border-color: #B2F8DD;
}
</style>