Shades of Water Leaf #B1F4DB
Tints of Water Leaf #B1F4DB
RGB
CMYK
RGB Variations
Color information
#B1F4DB (or 0xB1F4DB) is known color: Water Leaf. HEX triplet: B1, F4 and DB. RGB value is (177,244,219). Sum of RGB (Red+Green+Blue) = 177+244+219=640 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.66% from 640); Green value is 244 (95.70% from 255 or 38.12% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F4DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F4DB is #4E0B24. Grayscale: #DDDDDD. Windows color (decimal): -5114661 or 14415025. OLE color: 14415025.
HSL color Cylindrical-coordinate representation of color #B1F4DB: hue angle of 157.61º degrees, saturation: 0.75, 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 #B1F4DB is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 244 | 219 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.04 |
| HSL | 157.61º | 0.75% | 0.83% | - |
| HSV(B) | 157.61º | 0.27% | 0.96% | - |
| XYZ | 63.27 | 79.16 | 78.96 | - |
| YUV | 221.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 244 | 219 | 0.27 | 0 | 0.10 | 0.04 | 157.61 | 0.75 | 0.83 |
| Hex | B1 | F4 | DB | 1B | 0 | A | 4 | 9E | 4B | 53 |
| Octal | 261 | 364 | 333 | 33 | 0 | 12 | 4 | 236 | 113 | 123 |
| Binary | 10110001 | 11110100 | 11011011 | 11011 | 0 | 1010 | 100 | 10011110 | 1001011 | 1010011 |
Color Harmonies of #B1F4DB
Complementary color
Monochromatic Colors of #B1F4DB
Black with #B1F4DB
Text Example
Text Example
White with #B1F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F4DB; }
p { color: rgb(177,244,219); }
H1.HeaderClassName
{
color: #B1F4DB;
}
.AnyTagClassName
{
color: #B1F4DB;
}
</style>
background-color css
<style>
a { background-color: #B1F4DB; }
a { background-color: rgb(177,244,219); }
div.DivClassName
{
background-color: #B1F4DB;
}
.BgClassName
{
background-color: #B1F4DB;
}
</style>
border-color css
<style>
span { border-color: #B1F4DB; }
span { border-color: rgb(177,244,219); }
td.TdClassName
{
border-color: #B1F4DB;
}
.TagClassName
{
border-color: #B1F4DB;
}
</style>