Shades of Fringy Flower #B1ECC1
Tints of Fringy Flower #B1ECC1
RGB
CMYK
RGB Variations
Color information
#B1ECC1 (or 0xB1ECC1) is known color: Fringy Flower. HEX triplet: B1, EC and C1. RGB value is (177,236,193). Sum of RGB (Red+Green+Blue) = 177+236+193=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECC1 is #4E133E. Grayscale: #D5D5D5. Windows color (decimal): -5116735 or 12709041. OLE color: 12709041.
HSL color Cylindrical-coordinate representation of color #B1ECC1: hue angle of 136.27º 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 #B1ECC1 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 236 | 193 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.07 |
| HSL | 136.27º | 0.61% | 0.81% | - |
| HSV(B) | 136.27º | 0.25% | 0.93% | - |
| XYZ | 57.75 | 73.19 | 61.53 | - |
| YUV | 213.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 236 | 193 | 0.25 | 0 | 0.18 | 0.07 | 136.27 | 0.61 | 0.81 |
| Hex | B1 | EC | C1 | 19 | 0 | 12 | 7 | 88 | 3D | 51 |
| Octal | 261 | 354 | 301 | 31 | 0 | 22 | 7 | 210 | 75 | 121 |
| Binary | 10110001 | 11101100 | 11000001 | 11001 | 0 | 10010 | 111 | 10001000 | 111101 | 1010001 |
Color Harmonies of #B1ECC1
Complementary color
Monochromatic Colors of #B1ECC1
Black with #B1ECC1
Text Example
Text Example
White with #B1ECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ECC1; }
p { color: rgb(177,236,193); }
H1.HeaderClassName
{
color: #B1ECC1;
}
.AnyTagClassName
{
color: #B1ECC1;
}
</style>
background-color css
<style>
a { background-color: #B1ECC1; }
a { background-color: rgb(177,236,193); }
div.DivClassName
{
background-color: #B1ECC1;
}
.BgClassName
{
background-color: #B1ECC1;
}
</style>
border-color css
<style>
span { border-color: #B1ECC1; }
span { border-color: rgb(177,236,193); }
td.TdClassName
{
border-color: #B1ECC1;
}
.TagClassName
{
border-color: #B1ECC1;
}
</style>