Shades of Water Leaf #B2F3DF
Tints of Water Leaf #B2F3DF
RGB
CMYK
RGB Variations
Color information
#B2F3DF (or 0xB2F3DF) is known color: Water Leaf. HEX triplet: B2, F3 and DF. RGB value is (178,243,223). Sum of RGB (Red+Green+Blue) = 178+243+223=644 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.64% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F3DF is #4D0C20. Grayscale: #DDDDDD. Windows color (decimal): -5049377 or 14676914. OLE color: 14676914.
HSL color Cylindrical-coordinate representation of color #B2F3DF: hue angle of 161.54º 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 #B2F3DF is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 223 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.05 |
| HSL | 161.54º | 0.73% | 0.83% | - |
| HSV(B) | 161.54º | 0.27% | 0.95% | - |
| XYZ | 63.73 | 78.89 | 81.68 | - |
| YUV | 221.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 223 | 0.27 | 0 | 0.08 | 0.05 | 161.54 | 0.73 | 0.83 |
| Hex | B2 | F3 | DF | 1B | 0 | 8 | 5 | A2 | 49 | 53 |
| Octal | 262 | 363 | 337 | 33 | 0 | 10 | 5 | 242 | 111 | 123 |
| Binary | 10110010 | 11110011 | 11011111 | 11011 | 0 | 1000 | 101 | 10100010 | 1001001 | 1010011 |
Color Harmonies of #B2F3DF
Complementary color
Monochromatic Colors of #B2F3DF
Black with #B2F3DF
Text Example
Text Example
White with #B2F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F3DF; }
p { color: rgb(178,243,223); }
H1.HeaderClassName
{
color: #B2F3DF;
}
.AnyTagClassName
{
color: #B2F3DF;
}
</style>
background-color css
<style>
a { background-color: #B2F3DF; }
a { background-color: rgb(178,243,223); }
div.DivClassName
{
background-color: #B2F3DF;
}
.BgClassName
{
background-color: #B2F3DF;
}
</style>
border-color css
<style>
span { border-color: #B2F3DF; }
span { border-color: rgb(178,243,223); }
td.TdClassName
{
border-color: #B2F3DF;
}
.TagClassName
{
border-color: #B2F3DF;
}
</style>