Shades of Fringy Flower #B1F8C1
Tints of Fringy Flower #B1F8C1
RGB
CMYK
RGB Variations
Color information
#B1F8C1 (or 0xB1F8C1) is known color: Fringy Flower. HEX triplet: B1, F8 and C1. RGB value is (177,248,193). Sum of RGB (Red+Green+Blue) = 177+248+193=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F8C1 is #4E073E. Grayscale: #DCDCDC. Windows color (decimal): -5113663 or 12712113. OLE color: 12712113.
HSL color Cylindrical-coordinate representation of color #B1F8C1: hue angle of 133.52º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F8C1 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 248 | 193 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.03 |
| HSL | 133.52º | 0.84% | 0.83% | - |
| HSV(B) | 133.52º | 0.29% | 0.97% | - |
| XYZ | 61.32 | 80.33 | 62.73 | - |
| YUV | 220.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 248 | 193 | 0.29 | 0 | 0.22 | 0.03 | 133.52 | 0.84 | 0.83 |
| Hex | B1 | F8 | C1 | 1D | 0 | 16 | 3 | 86 | 54 | 53 |
| Octal | 261 | 370 | 301 | 35 | 0 | 26 | 3 | 206 | 124 | 123 |
| Binary | 10110001 | 11111000 | 11000001 | 11101 | 0 | 10110 | 11 | 10000110 | 1010100 | 1010011 |
Color Harmonies of #B1F8C1
Complementary color
Monochromatic Colors of #B1F8C1
Black with #B1F8C1
Text Example
Text Example
White with #B1F8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F8C1; }
p { color: rgb(177,248,193); }
H1.HeaderClassName
{
color: #B1F8C1;
}
.AnyTagClassName
{
color: #B1F8C1;
}
</style>
background-color css
<style>
a { background-color: #B1F8C1; }
a { background-color: rgb(177,248,193); }
div.DivClassName
{
background-color: #B1F8C1;
}
.BgClassName
{
background-color: #B1F8C1;
}
</style>
border-color css
<style>
span { border-color: #B1F8C1; }
span { border-color: rgb(177,248,193); }
td.TdClassName
{
border-color: #B1F8C1;
}
.TagClassName
{
border-color: #B1F8C1;
}
</style>