Shades of Fringy Flower #B1FFB8
Tints of Fringy Flower #B1FFB8
RGB
CMYK
RGB Variations
Color information
#B1FFB8 (or 0xB1FFB8) is known color: Fringy Flower. HEX triplet: B1, FF and B8. RGB value is (177,255,184). Sum of RGB (Red+Green+Blue) = 177+255+184=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 184 (72.27% from 255 or 29.87% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFB8 is #4E0047. Grayscale: #DFDFDF. Windows color (decimal): -5111880 or 12124081. OLE color: 12124081.
HSL color Cylindrical-coordinate representation of color #B1FFB8: hue angle of 125.38º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFB8 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 184 | - |
| CMYK | 0.31 | 0 | 0.28 | 0 |
| HSL | 125.38º | 1% | 0.85% | - |
| HSV(B) | 125.38º | 0.31% | 1% | - |
| XYZ | 62.54 | 84.33 | 58.33 | - |
| YUV | 223.58 | 105.66 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 184 | 0.31 | 0 | 0.28 | 0 | 125.38 | 1 | 0.85 |
| Hex | B1 | FF | B8 | 1F | 0 | 1C | 0 | 7D | 64 | 55 |
| Octal | 261 | 377 | 270 | 37 | 0 | 34 | 0 | 175 | 144 | 125 |
| Binary | 10110001 | 11111111 | 10111000 | 11111 | 0 | 11100 | 0 | 1111101 | 1100100 | 1010101 |
Color Harmonies of #B1FFB8
Complementary color
Monochromatic Colors of #B1FFB8
Black with #B1FFB8
Text Example
Text Example
White with #B1FFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFB8; }
p { color: rgb(177,255,184); }
H1.HeaderClassName
{
color: #B1FFB8;
}
.AnyTagClassName
{
color: #B1FFB8;
}
</style>
background-color css
<style>
a { background-color: #B1FFB8; }
a { background-color: rgb(177,255,184); }
div.DivClassName
{
background-color: #B1FFB8;
}
.BgClassName
{
background-color: #B1FFB8;
}
</style>
border-color css
<style>
span { border-color: #B1FFB8; }
span { border-color: rgb(177,255,184); }
td.TdClassName
{
border-color: #B1FFB8;
}
.TagClassName
{
border-color: #B1FFB8;
}
</style>