Shades of Water Leaf #B1FDE4
Tints of Water Leaf #B1FDE4
RGB
CMYK
RGB Variations
Color information
#B1FDE4 (or 0xB1FDE4) is known color: Water Leaf. HEX triplet: B1, FD and E4. RGB value is (177,253,228). Sum of RGB (Red+Green+Blue) = 177+253+228=658 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.90% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FDE4 is #4E021B. Grayscale: #E3E3E3. Windows color (decimal): -5112348 or 15007153. OLE color: 15007153.
HSL color Cylindrical-coordinate representation of color #B1FDE4: hue angle of 160.26º degrees, saturation: 0.95, 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 #B1FDE4 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 253 | 228 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.01 |
| HSL | 160.26º | 0.95% | 0.84% | - |
| HSV(B) | 160.26º | 0.3% | 0.99% | - |
| XYZ | 67.26 | 85.2 | 86.3 | - |
| YUV | 227.43 | 128.32 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 253 | 228 | 0.30 | 0 | 0.10 | 0.01 | 160.26 | 0.95 | 0.84 |
| Hex | B1 | FD | E4 | 1E | 0 | A | 1 | A0 | 5F | 54 |
| Octal | 261 | 375 | 344 | 36 | 0 | 12 | 1 | 240 | 137 | 124 |
| Binary | 10110001 | 11111101 | 11100100 | 11110 | 0 | 1010 | 1 | 10100000 | 1011111 | 1010100 |
Color Harmonies of #B1FDE4
Complementary color
Monochromatic Colors of #B1FDE4
Black with #B1FDE4
Text Example
Text Example
White with #B1FDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FDE4; }
p { color: rgb(177,253,228); }
H1.HeaderClassName
{
color: #B1FDE4;
}
.AnyTagClassName
{
color: #B1FDE4;
}
</style>
background-color css
<style>
a { background-color: #B1FDE4; }
a { background-color: rgb(177,253,228); }
div.DivClassName
{
background-color: #B1FDE4;
}
.BgClassName
{
background-color: #B1FDE4;
}
</style>
border-color css
<style>
span { border-color: #B1FDE4; }
span { border-color: rgb(177,253,228); }
td.TdClassName
{
border-color: #B1FDE4;
}
.TagClassName
{
border-color: #B1FDE4;
}
</style>