Shades of Water Leaf #B1FCDF
Tints of Water Leaf #B1FCDF
RGB
CMYK
RGB Variations
Color information
#B1FCDF (or 0xB1FCDF) is known color: Water Leaf. HEX triplet: B1, FC and DF. RGB value is (177,252,223). Sum of RGB (Red+Green+Blue) = 177+252+223=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCDF is #4E0320. Grayscale: #E2E2E2. Windows color (decimal): -5112609 or 14679217. OLE color: 14679217.
HSL color Cylindrical-coordinate representation of color #B1FCDF: hue angle of 156.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCDF is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 252 | 223 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.01 |
| HSL | 156.8º | 0.93% | 0.84% | - |
| HSV(B) | 156.8º | 0.3% | 0.99% | - |
| XYZ | 66.26 | 84.3 | 82.59 | - |
| YUV | 226.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 252 | 223 | 0.30 | 0 | 0.12 | 0.01 | 156.8 | 0.93 | 0.84 |
| Hex | B1 | FC | DF | 1E | 0 | C | 1 | 9D | 5D | 54 |
| Octal | 261 | 374 | 337 | 36 | 0 | 14 | 1 | 235 | 135 | 124 |
| Binary | 10110001 | 11111100 | 11011111 | 11110 | 0 | 1100 | 1 | 10011101 | 1011101 | 1010100 |
Color Harmonies of #B1FCDF
Complementary color
Monochromatic Colors of #B1FCDF
Black with #B1FCDF
Text Example
Text Example
White with #B1FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FCDF; }
p { color: rgb(177,252,223); }
H1.HeaderClassName
{
color: #B1FCDF;
}
.AnyTagClassName
{
color: #B1FCDF;
}
</style>
background-color css
<style>
a { background-color: #B1FCDF; }
a { background-color: rgb(177,252,223); }
div.DivClassName
{
background-color: #B1FCDF;
}
.BgClassName
{
background-color: #B1FCDF;
}
</style>
border-color css
<style>
span { border-color: #B1FCDF; }
span { border-color: rgb(177,252,223); }
td.TdClassName
{
border-color: #B1FCDF;
}
.TagClassName
{
border-color: #B1FCDF;
}
</style>