Shades of Water Leaf #B2F0DB
Tints of Water Leaf #B2F0DB
RGB
CMYK
RGB Variations
Color information
#B2F0DB (or 0xB2F0DB) is known color: Water Leaf. HEX triplet: B2, F0 and DB. RGB value is (178,240,219). Sum of RGB (Red+Green+Blue) = 178+240+219=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F0DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F0DB is #4D0F24. Grayscale: #DBDBDB. Windows color (decimal): -5050149 or 14414002. OLE color: 14414002.
HSL color Cylindrical-coordinate representation of color #B2F0DB: hue angle of 159.68º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F0DB is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 219 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.06 |
| HSL | 159.68º | 0.67% | 0.82% | - |
| HSV(B) | 159.68º | 0.26% | 0.94% | - |
| XYZ | 62.31 | 76.9 | 78.58 | - |
| YUV | 219.07 | 127.96 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 219 | 0.26 | 0 | 0.09 | 0.06 | 159.68 | 0.67 | 0.82 |
| Hex | B2 | F0 | DB | 1A | 0 | 9 | 6 | A0 | 43 | 52 |
| Octal | 262 | 360 | 333 | 32 | 0 | 11 | 6 | 240 | 103 | 122 |
| Binary | 10110010 | 11110000 | 11011011 | 11010 | 0 | 1001 | 110 | 10100000 | 1000011 | 1010010 |
Color Harmonies of #B2F0DB
Complementary color
Monochromatic Colors of #B2F0DB
Black with #B2F0DB
Text Example
Text Example
White with #B2F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F0DB; }
p { color: rgb(178,240,219); }
H1.HeaderClassName
{
color: #B2F0DB;
}
.AnyTagClassName
{
color: #B2F0DB;
}
</style>
background-color css
<style>
a { background-color: #B2F0DB; }
a { background-color: rgb(178,240,219); }
div.DivClassName
{
background-color: #B2F0DB;
}
.BgClassName
{
background-color: #B2F0DB;
}
</style>
border-color css
<style>
span { border-color: #B2F0DB; }
span { border-color: rgb(178,240,219); }
td.TdClassName
{
border-color: #B2F0DB;
}
.TagClassName
{
border-color: #B2F0DB;
}
</style>