Shades of Water Leaf #B2F5DF
Tints of Water Leaf #B2F5DF
RGB
CMYK
RGB Variations
Color information
#B2F5DF (or 0xB2F5DF) is known color: Water Leaf. HEX triplet: B2, F5 and DF. RGB value is (178,245,223). Sum of RGB (Red+Green+Blue) = 178+245+223=646 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.55% from 646); Green value is 245 (96.09% from 255 or 37.93% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F5DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F5DF is #4D0A20. Grayscale: #DEDEDE. Windows color (decimal): -5048865 or 14677426. OLE color: 14677426.
HSL color Cylindrical-coordinate representation of color #B2F5DF: hue angle of 160.3º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2F5DF is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 223 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.04 |
| HSL | 160.3º | 0.77% | 0.83% | - |
| HSV(B) | 160.3º | 0.27% | 0.96% | - |
| XYZ | 64.33 | 80.1 | 81.88 | - |
| YUV | 222.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 223 | 0.27 | 0 | 0.09 | 0.04 | 160.3 | 0.77 | 0.83 |
| Hex | B2 | F5 | DF | 1B | 0 | 9 | 4 | A0 | 4D | 53 |
| Octal | 262 | 365 | 337 | 33 | 0 | 11 | 4 | 240 | 115 | 123 |
| Binary | 10110010 | 11110101 | 11011111 | 11011 | 0 | 1001 | 100 | 10100000 | 1001101 | 1010011 |
Color Harmonies of #B2F5DF
Complementary color
Monochromatic Colors of #B2F5DF
Black with #B2F5DF
Text Example
Text Example
White with #B2F5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F5DF; }
p { color: rgb(178,245,223); }
H1.HeaderClassName
{
color: #B2F5DF;
}
.AnyTagClassName
{
color: #B2F5DF;
}
</style>
background-color css
<style>
a { background-color: #B2F5DF; }
a { background-color: rgb(178,245,223); }
div.DivClassName
{
background-color: #B2F5DF;
}
.BgClassName
{
background-color: #B2F5DF;
}
</style>
border-color css
<style>
span { border-color: #B2F5DF; }
span { border-color: rgb(178,245,223); }
td.TdClassName
{
border-color: #B2F5DF;
}
.TagClassName
{
border-color: #B2F5DF;
}
</style>