Shades of Water Leaf #B1F1DB
Tints of Water Leaf #B1F1DB
RGB
CMYK
RGB Variations
Color information
#B1F1DB (or 0xB1F1DB) is known color: Water Leaf. HEX triplet: B1, F1 and DB. RGB value is (177,241,219). Sum of RGB (Red+Green+Blue) = 177+241+219=637 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.79% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F1DB is #4E0E24. Grayscale: #DBDBDB. Windows color (decimal): -5115429 or 14414257. OLE color: 14414257.
HSL color Cylindrical-coordinate representation of color #B1F1DB: hue angle of 159.38º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F1DB is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 241 | 219 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.05 |
| HSL | 159.38º | 0.7% | 0.82% | - |
| HSV(B) | 159.38º | 0.27% | 0.95% | - |
| XYZ | 62.37 | 77.37 | 78.66 | - |
| YUV | 219.36 | 127.8 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 241 | 219 | 0.27 | 0 | 0.09 | 0.05 | 159.38 | 0.7 | 0.82 |
| Hex | B1 | F1 | DB | 1B | 0 | 9 | 5 | 9F | 46 | 52 |
| Octal | 261 | 361 | 333 | 33 | 0 | 11 | 5 | 237 | 106 | 122 |
| Binary | 10110001 | 11110001 | 11011011 | 11011 | 0 | 1001 | 101 | 10011111 | 1000110 | 1010010 |
Color Harmonies of #B1F1DB
Complementary color
Monochromatic Colors of #B1F1DB
Black with #B1F1DB
Text Example
Text Example
White with #B1F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F1DB; }
p { color: rgb(177,241,219); }
H1.HeaderClassName
{
color: #B1F1DB;
}
.AnyTagClassName
{
color: #B1F1DB;
}
</style>
background-color css
<style>
a { background-color: #B1F1DB; }
a { background-color: rgb(177,241,219); }
div.DivClassName
{
background-color: #B1F1DB;
}
.BgClassName
{
background-color: #B1F1DB;
}
</style>
border-color css
<style>
span { border-color: #B1F1DB; }
span { border-color: rgb(177,241,219); }
td.TdClassName
{
border-color: #B1F1DB;
}
.TagClassName
{
border-color: #B1F1DB;
}
</style>