Shades of Fringy Flower #B1EBC1
Tints of Fringy Flower #B1EBC1
RGB
CMYK
RGB Variations
Color information
#B1EBC1 (or 0xB1EBC1) is known color: Fringy Flower. HEX triplet: B1, EB and C1. RGB value is (177,235,193). Sum of RGB (Red+Green+Blue) = 177+235+193=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBC1 is #4E143E. Grayscale: #D4D4D4. Windows color (decimal): -5116991 or 12708785. OLE color: 12708785.
HSL color Cylindrical-coordinate representation of color #B1EBC1: hue angle of 136.55º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBC1 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 235 | 193 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.08 |
| HSL | 136.55º | 0.59% | 0.81% | - |
| HSV(B) | 136.55º | 0.25% | 0.92% | - |
| XYZ | 57.47 | 72.61 | 61.44 | - |
| YUV | 212.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 235 | 193 | 0.25 | 0 | 0.18 | 0.08 | 136.55 | 0.59 | 0.81 |
| Hex | B1 | EB | C1 | 19 | 0 | 12 | 8 | 89 | 3B | 51 |
| Octal | 261 | 353 | 301 | 31 | 0 | 22 | 10 | 211 | 73 | 121 |
| Binary | 10110001 | 11101011 | 11000001 | 11001 | 0 | 10010 | 1000 | 10001001 | 111011 | 1010001 |
Color Harmonies of #B1EBC1
Complementary color
Monochromatic Colors of #B1EBC1
Black with #B1EBC1
Text Example
Text Example
White with #B1EBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EBC1; }
p { color: rgb(177,235,193); }
H1.HeaderClassName
{
color: #B1EBC1;
}
.AnyTagClassName
{
color: #B1EBC1;
}
</style>
background-color css
<style>
a { background-color: #B1EBC1; }
a { background-color: rgb(177,235,193); }
div.DivClassName
{
background-color: #B1EBC1;
}
.BgClassName
{
background-color: #B1EBC1;
}
</style>
border-color css
<style>
span { border-color: #B1EBC1; }
span { border-color: rgb(177,235,193); }
td.TdClassName
{
border-color: #B1EBC1;
}
.TagClassName
{
border-color: #B1EBC1;
}
</style>