Shades of Fringy Flower #B5FABA
Tints of Fringy Flower #B5FABA
RGB
CMYK
RGB Variations
Color information
#B5FABA (or 0xB5FABA) is known color: Fringy Flower. HEX triplet: B5, FA and BA. RGB value is (181,250,186). Sum of RGB (Red+Green+Blue) = 181+250+186=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FABA is #4A0545. Grayscale: #DEDEDE. Windows color (decimal): -4851014 or 12253877. OLE color: 12253877.
HSL color Cylindrical-coordinate representation of color #B5FABA: hue angle of 124.35º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FABA is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 186 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.02 |
| HSL | 124.35º | 0.87% | 0.85% | - |
| HSV(B) | 124.35º | 0.28% | 0.98% | - |
| XYZ | 62.1 | 81.74 | 58.96 | - |
| YUV | 222.07 | 107.64 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 186 | 0.28 | 0 | 0.26 | 0.02 | 124.35 | 0.87 | 0.85 |
| Hex | B5 | FA | BA | 1C | 0 | 1A | 2 | 7C | 57 | 55 |
| Octal | 265 | 372 | 272 | 34 | 0 | 32 | 2 | 174 | 127 | 125 |
| Binary | 10110101 | 11111010 | 10111010 | 11100 | 0 | 11010 | 10 | 1111100 | 1010111 | 1010101 |
Color Harmonies of #B5FABA
Complementary color
Monochromatic Colors of #B5FABA
Black with #B5FABA
Text Example
Text Example
White with #B5FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FABA; }
p { color: rgb(181,250,186); }
H1.HeaderClassName
{
color: #B5FABA;
}
.AnyTagClassName
{
color: #B5FABA;
}
</style>
background-color css
<style>
a { background-color: #B5FABA; }
a { background-color: rgb(181,250,186); }
div.DivClassName
{
background-color: #B5FABA;
}
.BgClassName
{
background-color: #B5FABA;
}
</style>
border-color css
<style>
span { border-color: #B5FABA; }
span { border-color: rgb(181,250,186); }
td.TdClassName
{
border-color: #B5FABA;
}
.TagClassName
{
border-color: #B5FABA;
}
</style>