Shades of Fringy Flower #B1FAC4
Tints of Fringy Flower #B1FAC4
RGB
CMYK
RGB Variations
Color information
#B1FAC4 (or 0xB1FAC4) is known color: Fringy Flower. HEX triplet: B1, FA and C4. RGB value is (177,250,196). Sum of RGB (Red+Green+Blue) = 177+250+196=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FAC4 is #4E053B. Grayscale: #DEDEDE. Windows color (decimal): -5113148 or 12909233. OLE color: 12909233.
HSL color Cylindrical-coordinate representation of color #B1FAC4: hue angle of 135.62º degrees, saturation: 0.88, 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 #B1FAC4 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 250 | 196 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.02 |
| HSL | 135.62º | 0.88% | 0.84% | - |
| HSV(B) | 135.62º | 0.29% | 0.98% | - |
| XYZ | 62.28 | 81.7 | 64.71 | - |
| YUV | 222.02 | 113.32 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 250 | 196 | 0.29 | 0 | 0.22 | 0.02 | 135.62 | 0.88 | 0.84 |
| Hex | B1 | FA | C4 | 1D | 0 | 16 | 2 | 88 | 58 | 54 |
| Octal | 261 | 372 | 304 | 35 | 0 | 26 | 2 | 210 | 130 | 124 |
| Binary | 10110001 | 11111010 | 11000100 | 11101 | 0 | 10110 | 10 | 10001000 | 1011000 | 1010100 |
Color Harmonies of #B1FAC4
Complementary color
Monochromatic Colors of #B1FAC4
Black with #B1FAC4
Text Example
Text Example
White with #B1FAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FAC4; }
p { color: rgb(177,250,196); }
H1.HeaderClassName
{
color: #B1FAC4;
}
.AnyTagClassName
{
color: #B1FAC4;
}
</style>
background-color css
<style>
a { background-color: #B1FAC4; }
a { background-color: rgb(177,250,196); }
div.DivClassName
{
background-color: #B1FAC4;
}
.BgClassName
{
background-color: #B1FAC4;
}
</style>
border-color css
<style>
span { border-color: #B1FAC4; }
span { border-color: rgb(177,250,196); }
td.TdClassName
{
border-color: #B1FAC4;
}
.TagClassName
{
border-color: #B1FAC4;
}
</style>