Shades of Fringy Flower #B4FABF
Tints of Fringy Flower #B4FABF
RGB
CMYK
RGB Variations
Color information
#B4FABF (or 0xB4FABF) is known color: Fringy Flower. HEX triplet: B4, FA and BF. RGB value is (180,250,191). Sum of RGB (Red+Green+Blue) = 180+250+191=621 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.99% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FABF is #4B0540. Grayscale: #DEDEDE. Windows color (decimal): -4916545 or 12581556. OLE color: 12581556.
HSL color Cylindrical-coordinate representation of color #B4FABF: hue angle of 129.43º 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 #B4FABF is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 191 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.02 |
| HSL | 129.43º | 0.88% | 0.84% | - |
| HSV(B) | 129.43º | 0.28% | 0.98% | - |
| XYZ | 62.41 | 81.84 | 61.8 | - |
| YUV | 222.34 | 110.31 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 191 | 0.28 | 0 | 0.24 | 0.02 | 129.43 | 0.88 | 0.84 |
| Hex | B4 | FA | BF | 1C | 0 | 18 | 2 | 81 | 58 | 54 |
| Octal | 264 | 372 | 277 | 34 | 0 | 30 | 2 | 201 | 130 | 124 |
| Binary | 10110100 | 11111010 | 10111111 | 11100 | 0 | 11000 | 10 | 10000001 | 1011000 | 1010100 |
Color Harmonies of #B4FABF
Complementary color
Monochromatic Colors of #B4FABF
Black with #B4FABF
Text Example
Text Example
White with #B4FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FABF; }
p { color: rgb(180,250,191); }
H1.HeaderClassName
{
color: #B4FABF;
}
.AnyTagClassName
{
color: #B4FABF;
}
</style>
background-color css
<style>
a { background-color: #B4FABF; }
a { background-color: rgb(180,250,191); }
div.DivClassName
{
background-color: #B4FABF;
}
.BgClassName
{
background-color: #B4FABF;
}
</style>
border-color css
<style>
span { border-color: #B4FABF; }
span { border-color: rgb(180,250,191); }
td.TdClassName
{
border-color: #B4FABF;
}
.TagClassName
{
border-color: #B4FABF;
}
</style>