Shades of Fringy Flower #B1ECBF
Tints of Fringy Flower #B1ECBF
RGB
CMYK
RGB Variations
Color information
#B1ECBF (or 0xB1ECBF) is known color: Fringy Flower. HEX triplet: B1, EC and BF. RGB value is (177,236,191). Sum of RGB (Red+Green+Blue) = 177+236+191=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECBF is #4E1340. Grayscale: #D5D5D5. Windows color (decimal): -5116737 or 12577969. OLE color: 12577969.
HSL color Cylindrical-coordinate representation of color #B1ECBF: hue angle of 134.24º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1ECBF is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 236 | 191 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.07 |
| HSL | 134.24º | 0.61% | 0.81% | - |
| HSV(B) | 134.24º | 0.25% | 0.93% | - |
| XYZ | 57.53 | 73.1 | 60.37 | - |
| YUV | 213.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 236 | 191 | 0.25 | 0 | 0.19 | 0.07 | 134.24 | 0.61 | 0.81 |
| Hex | B1 | EC | BF | 19 | 0 | 13 | 7 | 86 | 3D | 51 |
| Octal | 261 | 354 | 277 | 31 | 0 | 23 | 7 | 206 | 75 | 121 |
| Binary | 10110001 | 11101100 | 10111111 | 11001 | 0 | 10011 | 111 | 10000110 | 111101 | 1010001 |
Color Harmonies of #B1ECBF
Complementary color
Monochromatic Colors of #B1ECBF
Black with #B1ECBF
Text Example
Text Example
White with #B1ECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ECBF; }
p { color: rgb(177,236,191); }
H1.HeaderClassName
{
color: #B1ECBF;
}
.AnyTagClassName
{
color: #B1ECBF;
}
</style>
background-color css
<style>
a { background-color: #B1ECBF; }
a { background-color: rgb(177,236,191); }
div.DivClassName
{
background-color: #B1ECBF;
}
.BgClassName
{
background-color: #B1ECBF;
}
</style>
border-color css
<style>
span { border-color: #B1ECBF; }
span { border-color: rgb(177,236,191); }
td.TdClassName
{
border-color: #B1ECBF;
}
.TagClassName
{
border-color: #B1ECBF;
}
</style>