Shades of Fringy Flower #B1FBC2
Tints of Fringy Flower #B1FBC2
RGB
CMYK
RGB Variations
Color information
#B1FBC2 (or 0xB1FBC2) is known color: Fringy Flower. HEX triplet: B1, FB and C2. RGB value is (177,251,194). Sum of RGB (Red+Green+Blue) = 177+251+194=622 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.46% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBC2 is #4E043D. Grayscale: #DEDEDE. Windows color (decimal): -5112894 or 12778417. OLE color: 12778417.
HSL color Cylindrical-coordinate representation of color #B1FBC2: hue angle of 133.78º 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 #B1FBC2 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 251 | 194 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.02 |
| HSL | 133.78º | 0.9% | 0.84% | - |
| HSV(B) | 133.78º | 0.29% | 0.98% | - |
| XYZ | 62.37 | 82.24 | 63.63 | - |
| YUV | 222.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 251 | 194 | 0.29 | 0 | 0.23 | 0.02 | 133.78 | 0.9 | 0.84 |
| Hex | B1 | FB | C2 | 1D | 0 | 17 | 2 | 86 | 5A | 54 |
| Octal | 261 | 373 | 302 | 35 | 0 | 27 | 2 | 206 | 132 | 124 |
| Binary | 10110001 | 11111011 | 11000010 | 11101 | 0 | 10111 | 10 | 10000110 | 1011010 | 1010100 |
Color Harmonies of #B1FBC2
Complementary color
Monochromatic Colors of #B1FBC2
Black with #B1FBC2
Text Example
Text Example
White with #B1FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FBC2; }
p { color: rgb(177,251,194); }
H1.HeaderClassName
{
color: #B1FBC2;
}
.AnyTagClassName
{
color: #B1FBC2;
}
</style>
background-color css
<style>
a { background-color: #B1FBC2; }
a { background-color: rgb(177,251,194); }
div.DivClassName
{
background-color: #B1FBC2;
}
.BgClassName
{
background-color: #B1FBC2;
}
</style>
border-color css
<style>
span { border-color: #B1FBC2; }
span { border-color: rgb(177,251,194); }
td.TdClassName
{
border-color: #B1FBC2;
}
.TagClassName
{
border-color: #B1FBC2;
}
</style>