Shades of Fringy Flower #B1EDB9
Tints of Fringy Flower #B1EDB9
RGB
CMYK
RGB Variations
Color information
#B1EDB9 (or 0xB1EDB9) is known color: Fringy Flower. HEX triplet: B1, ED and B9. RGB value is (177,237,185). Sum of RGB (Red+Green+Blue) = 177+237+185=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 185 (72.66% from 255 or 30.88% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDB9 is #4E1246. Grayscale: #D5D5D5. Windows color (decimal): -5116487 or 12185009. OLE color: 12185009.
HSL color Cylindrical-coordinate representation of color #B1EDB9: hue angle of 128º degrees, saturation: 0.62, 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 #B1EDB9 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 237 | 185 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.07 |
| HSL | 128º | 0.63% | 0.81% | - |
| HSV(B) | 128º | 0.25% | 0.93% | - |
| XYZ | 57.17 | 73.42 | 57.06 | - |
| YUV | 213.13 | 112.12 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 237 | 185 | 0.25 | 0 | 0.22 | 0.07 | 128 | 0.63 | 0.81 |
| Hex | B1 | ED | B9 | 19 | 0 | 16 | 7 | 80 | 3E | 51 |
| Octal | 261 | 355 | 271 | 31 | 0 | 26 | 7 | 200 | 76 | 121 |
| Binary | 10110001 | 11101101 | 10111001 | 11001 | 0 | 10110 | 111 | 10000000 | 111110 | 1010001 |
Color Harmonies of #B1EDB9
Complementary color
Monochromatic Colors of #B1EDB9
Black with #B1EDB9
Text Example
Text Example
White with #B1EDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EDB9; }
p { color: rgb(177,237,185); }
H1.HeaderClassName
{
color: #B1EDB9;
}
.AnyTagClassName
{
color: #B1EDB9;
}
</style>
background-color css
<style>
a { background-color: #B1EDB9; }
a { background-color: rgb(177,237,185); }
div.DivClassName
{
background-color: #B1EDB9;
}
.BgClassName
{
background-color: #B1EDB9;
}
</style>
border-color css
<style>
span { border-color: #B1EDB9; }
span { border-color: rgb(177,237,185); }
td.TdClassName
{
border-color: #B1EDB9;
}
.TagClassName
{
border-color: #B1EDB9;
}
</style>