Shades of Fringy Flower #B1F4C1
Tints of Fringy Flower #B1F4C1
RGB
CMYK
RGB Variations
Color information
#B1F4C1 (or 0xB1F4C1) is known color: Fringy Flower. HEX triplet: B1, F4 and C1. RGB value is (177,244,193). Sum of RGB (Red+Green+Blue) = 177+244+193=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 244 (95.70% from 255 or 39.74% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F4C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F4C1 is #4E0B3E. Grayscale: #DADADA. Windows color (decimal): -5114687 or 12711089. OLE color: 12711089.
HSL color Cylindrical-coordinate representation of color #B1F4C1: hue angle of 134.33º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F4C1 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 244 | 193 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.04 |
| HSL | 134.33º | 0.75% | 0.83% | - |
| HSV(B) | 134.33º | 0.27% | 0.96% | - |
| XYZ | 60.11 | 77.9 | 62.32 | - |
| YUV | 218.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 244 | 193 | 0.27 | 0 | 0.21 | 0.04 | 134.33 | 0.75 | 0.83 |
| Hex | B1 | F4 | C1 | 1B | 0 | 15 | 4 | 86 | 4B | 53 |
| Octal | 261 | 364 | 301 | 33 | 0 | 25 | 4 | 206 | 113 | 123 |
| Binary | 10110001 | 11110100 | 11000001 | 11011 | 0 | 10101 | 100 | 10000110 | 1001011 | 1010011 |
Color Harmonies of #B1F4C1
Complementary color
Monochromatic Colors of #B1F4C1
Black with #B1F4C1
Text Example
Text Example
White with #B1F4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F4C1; }
p { color: rgb(177,244,193); }
H1.HeaderClassName
{
color: #B1F4C1;
}
.AnyTagClassName
{
color: #B1F4C1;
}
</style>
background-color css
<style>
a { background-color: #B1F4C1; }
a { background-color: rgb(177,244,193); }
div.DivClassName
{
background-color: #B1F4C1;
}
.BgClassName
{
background-color: #B1F4C1;
}
</style>
border-color css
<style>
span { border-color: #B1F4C1; }
span { border-color: rgb(177,244,193); }
td.TdClassName
{
border-color: #B1F4C1;
}
.TagClassName
{
border-color: #B1F4C1;
}
</style>