Shades of Fringy Flower #B4FABB
Tints of Fringy Flower #B4FABB
RGB
CMYK
RGB Variations
Color information
#B4FABB (or 0xB4FABB) is known color: Fringy Flower. HEX triplet: B4, FA and BB. RGB value is (180,250,187). Sum of RGB (Red+Green+Blue) = 180+250+187=617 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.17% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FABB is #4B0544. Grayscale: #DEDEDE. Windows color (decimal): -4916549 or 12319412. OLE color: 12319412.
HSL color Cylindrical-coordinate representation of color #B4FABB: hue angle of 126º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FABB is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 187 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.02 |
| HSL | 126º | 0.88% | 0.84% | - |
| HSV(B) | 126º | 0.28% | 0.98% | - |
| XYZ | 61.98 | 81.66 | 59.51 | - |
| YUV | 221.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 187 | 0.28 | 0 | 0.25 | 0.02 | 126 | 0.88 | 0.84 |
| Hex | B4 | FA | BB | 1C | 0 | 19 | 2 | 7E | 58 | 54 |
| Octal | 264 | 372 | 273 | 34 | 0 | 31 | 2 | 176 | 130 | 124 |
| Binary | 10110100 | 11111010 | 10111011 | 11100 | 0 | 11001 | 10 | 1111110 | 1011000 | 1010100 |
Color Harmonies of #B4FABB
Complementary color
Monochromatic Colors of #B4FABB
Black with #B4FABB
Text Example
Text Example
White with #B4FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FABB; }
p { color: rgb(180,250,187); }
H1.HeaderClassName
{
color: #B4FABB;
}
.AnyTagClassName
{
color: #B4FABB;
}
</style>
background-color css
<style>
a { background-color: #B4FABB; }
a { background-color: rgb(180,250,187); }
div.DivClassName
{
background-color: #B4FABB;
}
.BgClassName
{
background-color: #B4FABB;
}
</style>
border-color css
<style>
span { border-color: #B4FABB; }
span { border-color: rgb(180,250,187); }
td.TdClassName
{
border-color: #B4FABB;
}
.TagClassName
{
border-color: #B4FABB;
}
</style>