Shades of Fringy Flower #B1E7C2
Tints of Fringy Flower #B1E7C2
RGB
CMYK
RGB Variations
Color information
#B1E7C2 (or 0xB1E7C2) is known color: Fringy Flower. HEX triplet: B1, E7 and C2. RGB value is (177,231,194). Sum of RGB (Red+Green+Blue) = 177+231+194=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 231 - color contains mainly: green. Hex color #B1E7C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E7C2 is #4E183D. Grayscale: #D2D2D2. Windows color (decimal): -5118014 or 12773297. OLE color: 12773297.
HSL color Cylindrical-coordinate representation of color #B1E7C2: hue angle of 138.89º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1E7C2 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 231 | 194 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.09 |
| HSL | 138.89º | 0.53% | 0.8% | - |
| HSV(B) | 138.89º | 0.23% | 0.91% | - |
| XYZ | 56.44 | 70.39 | 61.65 | - |
| YUV | 210.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 231 | 194 | 0.23 | 0 | 0.16 | 0.09 | 138.89 | 0.53 | 0.8 |
| Hex | B1 | E7 | C2 | 17 | 0 | 10 | 9 | 8B | 35 | 50 |
| Octal | 261 | 347 | 302 | 27 | 0 | 20 | 11 | 213 | 65 | 120 |
| Binary | 10110001 | 11100111 | 11000010 | 10111 | 0 | 10000 | 1001 | 10001011 | 110101 | 1010000 |
Color Harmonies of #B1E7C2
Complementary color
Monochromatic Colors of #B1E7C2
Black with #B1E7C2
Text Example
Text Example
White with #B1E7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E7C2; }
p { color: rgb(177,231,194); }
H1.HeaderClassName
{
color: #B1E7C2;
}
.AnyTagClassName
{
color: #B1E7C2;
}
</style>
background-color css
<style>
a { background-color: #B1E7C2; }
a { background-color: rgb(177,231,194); }
div.DivClassName
{
background-color: #B1E7C2;
}
.BgClassName
{
background-color: #B1E7C2;
}
</style>
border-color css
<style>
span { border-color: #B1E7C2; }
span { border-color: rgb(177,231,194); }
td.TdClassName
{
border-color: #B1E7C2;
}
.TagClassName
{
border-color: #B1E7C2;
}
</style>