Shades of Water Leaf #B1F3E8
Tints of Water Leaf #B1F3E8
RGB
CMYK
RGB Variations
Color information
#B1F3E8 (or 0xB1F3E8) is known color: Water Leaf. HEX triplet: B1, F3 and E8. RGB value is (177,243,232). Sum of RGB (Red+Green+Blue) = 177+243+232=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F3E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F3E8 is #4E0C17. Grayscale: #DDDDDD. Windows color (decimal): -5114904 or 15266737. OLE color: 15266737.
HSL color Cylindrical-coordinate representation of color #B1F3E8: hue angle of 170º degrees, saturation: 0.73, 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 #B1F3E8 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 243 | 232 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.05 |
| HSL | 170º | 0.73% | 0.82% | - |
| HSV(B) | 170º | 0.27% | 0.95% | - |
| XYZ | 64.75 | 79.27 | 88.23 | - |
| YUV | 222.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 243 | 232 | 0.27 | 0 | 0.05 | 0.05 | 170 | 0.73 | 0.82 |
| Hex | B1 | F3 | E8 | 1B | 0 | 5 | 5 | AA | 49 | 52 |
| Octal | 261 | 363 | 350 | 33 | 0 | 5 | 5 | 252 | 111 | 122 |
| Binary | 10110001 | 11110011 | 11101000 | 11011 | 0 | 101 | 101 | 10101010 | 1001001 | 1010010 |
Color Harmonies of #B1F3E8
Complementary color
Monochromatic Colors of #B1F3E8
Black with #B1F3E8
Text Example
Text Example
White with #B1F3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F3E8; }
p { color: rgb(177,243,232); }
H1.HeaderClassName
{
color: #B1F3E8;
}
.AnyTagClassName
{
color: #B1F3E8;
}
</style>
background-color css
<style>
a { background-color: #B1F3E8; }
a { background-color: rgb(177,243,232); }
div.DivClassName
{
background-color: #B1F3E8;
}
.BgClassName
{
background-color: #B1F3E8;
}
</style>
border-color css
<style>
span { border-color: #B1F3E8; }
span { border-color: rgb(177,243,232); }
td.TdClassName
{
border-color: #B1F3E8;
}
.TagClassName
{
border-color: #B1F3E8;
}
</style>