Shades of Fringy Flower #B9FABB
Tints of Fringy Flower #B9FABB
RGB
CMYK
RGB Variations
Color information
#B9FABB (or 0xB9FABB) is known color: Fringy Flower. HEX triplet: B9, FA and BB. RGB value is (185,250,187). Sum of RGB (Red+Green+Blue) = 185+250+187=622 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.74% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FABB is #460544. Grayscale: #DFDFDF. Windows color (decimal): -4588869 or 12319417. OLE color: 12319417.
HSL color Cylindrical-coordinate representation of color #B9FABB: hue angle of 121.85º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FABB is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 187 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.02 |
| HSL | 121.85º | 0.87% | 0.85% | - |
| HSV(B) | 121.85º | 0.26% | 0.98% | - |
| XYZ | 63.16 | 82.27 | 59.57 | - |
| YUV | 223.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 187 | 0.26 | 0 | 0.25 | 0.02 | 121.85 | 0.87 | 0.85 |
| Hex | B9 | FA | BB | 1A | 0 | 19 | 2 | 7A | 57 | 55 |
| Octal | 271 | 372 | 273 | 32 | 0 | 31 | 2 | 172 | 127 | 125 |
| Binary | 10111001 | 11111010 | 10111011 | 11010 | 0 | 11001 | 10 | 1111010 | 1010111 | 1010101 |
Color Harmonies of #B9FABB
Complementary color
Monochromatic Colors of #B9FABB
Black with #B9FABB
Text Example
Text Example
White with #B9FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FABB; }
p { color: rgb(185,250,187); }
H1.HeaderClassName
{
color: #B9FABB;
}
.AnyTagClassName
{
color: #B9FABB;
}
</style>
background-color css
<style>
a { background-color: #B9FABB; }
a { background-color: rgb(185,250,187); }
div.DivClassName
{
background-color: #B9FABB;
}
.BgClassName
{
background-color: #B9FABB;
}
</style>
border-color css
<style>
span { border-color: #B9FABB; }
span { border-color: rgb(185,250,187); }
td.TdClassName
{
border-color: #B9FABB;
}
.TagClassName
{
border-color: #B9FABB;
}
</style>