Shades of Fringy Flower #B1FBC1
Tints of Fringy Flower #B1FBC1
RGB
CMYK
RGB Variations
Color information
#B1FBC1 (or 0xB1FBC1) is known color: Fringy Flower. HEX triplet: B1, FB and C1. RGB value is (177,251,193). Sum of RGB (Red+Green+Blue) = 177+251+193=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBC1 is #4E043E. Grayscale: #DEDEDE. Windows color (decimal): -5112895 or 12712881. OLE color: 12712881.
HSL color Cylindrical-coordinate representation of color #B1FBC1: hue angle of 132.97º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FBC1 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 251 | 193 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.02 |
| HSL | 132.97º | 0.9% | 0.84% | - |
| HSV(B) | 132.97º | 0.29% | 0.98% | - |
| XYZ | 62.25 | 82.19 | 63.04 | - |
| YUV | 222.26 | 111.48 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 251 | 193 | 0.29 | 0 | 0.23 | 0.02 | 132.97 | 0.9 | 0.84 |
| Hex | B1 | FB | C1 | 1D | 0 | 17 | 2 | 85 | 5A | 54 |
| Octal | 261 | 373 | 301 | 35 | 0 | 27 | 2 | 205 | 132 | 124 |
| Binary | 10110001 | 11111011 | 11000001 | 11101 | 0 | 10111 | 10 | 10000101 | 1011010 | 1010100 |
Color Harmonies of #B1FBC1
Complementary color
Monochromatic Colors of #B1FBC1
Black with #B1FBC1
Text Example
Text Example
White with #B1FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FBC1; }
p { color: rgb(177,251,193); }
H1.HeaderClassName
{
color: #B1FBC1;
}
.AnyTagClassName
{
color: #B1FBC1;
}
</style>
background-color css
<style>
a { background-color: #B1FBC1; }
a { background-color: rgb(177,251,193); }
div.DivClassName
{
background-color: #B1FBC1;
}
.BgClassName
{
background-color: #B1FBC1;
}
</style>
border-color css
<style>
span { border-color: #B1FBC1; }
span { border-color: rgb(177,251,193); }
td.TdClassName
{
border-color: #B1FBC1;
}
.TagClassName
{
border-color: #B1FBC1;
}
</style>