Shades of Fringy Flower #B1FAB8
Tints of Fringy Flower #B1FAB8
RGB
CMYK
RGB Variations
Color information
#B1FAB8 (or 0xB1FAB8) is known color: Fringy Flower. HEX triplet: B1, FA and B8. RGB value is (177,250,184). Sum of RGB (Red+Green+Blue) = 177+250+184=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 184 (72.27% from 255 or 30.11% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FAB8 is #4E0547. Grayscale: #DCDCDC. Windows color (decimal): -5113160 or 12122801. OLE color: 12122801.
HSL color Cylindrical-coordinate representation of color #B1FAB8: hue angle of 125.75º 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 #B1FAB8 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 250 | 184 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.02 |
| HSL | 125.75º | 0.88% | 0.84% | - |
| HSV(B) | 125.75º | 0.29% | 0.98% | - |
| XYZ | 60.97 | 81.18 | 57.8 | - |
| YUV | 220.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 250 | 184 | 0.29 | 0 | 0.26 | 0.02 | 125.75 | 0.88 | 0.84 |
| Hex | B1 | FA | B8 | 1D | 0 | 1A | 2 | 7E | 58 | 54 |
| Octal | 261 | 372 | 270 | 35 | 0 | 32 | 2 | 176 | 130 | 124 |
| Binary | 10110001 | 11111010 | 10111000 | 11101 | 0 | 11010 | 10 | 1111110 | 1011000 | 1010100 |
Color Harmonies of #B1FAB8
Complementary color
Monochromatic Colors of #B1FAB8
Black with #B1FAB8
Text Example
Text Example
White with #B1FAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FAB8; }
p { color: rgb(177,250,184); }
H1.HeaderClassName
{
color: #B1FAB8;
}
.AnyTagClassName
{
color: #B1FAB8;
}
</style>
background-color css
<style>
a { background-color: #B1FAB8; }
a { background-color: rgb(177,250,184); }
div.DivClassName
{
background-color: #B1FAB8;
}
.BgClassName
{
background-color: #B1FAB8;
}
</style>
border-color css
<style>
span { border-color: #B1FAB8; }
span { border-color: rgb(177,250,184); }
td.TdClassName
{
border-color: #B1FAB8;
}
.TagClassName
{
border-color: #B1FAB8;
}
</style>