Shades of Water Leaf #B2F3DE
Tints of Water Leaf #B2F3DE
RGB
CMYK
RGB Variations
Color information
#B2F3DE (or 0xB2F3DE) is known color: Water Leaf. HEX triplet: B2, F3 and DE. RGB value is (178,243,222). Sum of RGB (Red+Green+Blue) = 178+243+222=643 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.68% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F3DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F3DE is #4D0C21. Grayscale: #DDDDDD. Windows color (decimal): -5049378 or 14611378. OLE color: 14611378.
HSL color Cylindrical-coordinate representation of color #B2F3DE: hue angle of 160.62º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2F3DE is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 222 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.05 |
| HSL | 160.62º | 0.73% | 0.83% | - |
| HSV(B) | 160.62º | 0.27% | 0.95% | - |
| XYZ | 63.6 | 78.84 | 80.97 | - |
| YUV | 221.17 | 128.47 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 222 | 0.27 | 0 | 0.09 | 0.05 | 160.62 | 0.73 | 0.83 |
| Hex | B2 | F3 | DE | 1B | 0 | 9 | 5 | A1 | 49 | 53 |
| Octal | 262 | 363 | 336 | 33 | 0 | 11 | 5 | 241 | 111 | 123 |
| Binary | 10110010 | 11110011 | 11011110 | 11011 | 0 | 1001 | 101 | 10100001 | 1001001 | 1010011 |
Color Harmonies of #B2F3DE
Complementary color
Monochromatic Colors of #B2F3DE
Black with #B2F3DE
Text Example
Text Example
White with #B2F3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F3DE; }
p { color: rgb(178,243,222); }
H1.HeaderClassName
{
color: #B2F3DE;
}
.AnyTagClassName
{
color: #B2F3DE;
}
</style>
background-color css
<style>
a { background-color: #B2F3DE; }
a { background-color: rgb(178,243,222); }
div.DivClassName
{
background-color: #B2F3DE;
}
.BgClassName
{
background-color: #B2F3DE;
}
</style>
border-color css
<style>
span { border-color: #B2F3DE; }
span { border-color: rgb(178,243,222); }
td.TdClassName
{
border-color: #B2F3DE;
}
.TagClassName
{
border-color: #B2F3DE;
}
</style>