Shades of Fringy Flower #BAF5BA
Tints of Fringy Flower #BAF5BA
RGB
CMYK
RGB Variations
Color information
#BAF5BA (or 0xBAF5BA) is known color: Fringy Flower. HEX triplet: BA, F5 and BA. RGB value is (186,245,186). Sum of RGB (Red+Green+Blue) = 186+245+186=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF5BA is #450A45. Grayscale: #DCDCDC. Windows color (decimal): -4524614 or 12252602. OLE color: 12252602.
HSL color Cylindrical-coordinate representation of color #BAF5BA: hue angle of 120º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF5BA is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 186 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.04 |
| HSL | 120º | 0.75% | 0.85% | - |
| HSV(B) | 120º | 0.24% | 0.96% | - |
| XYZ | 61.77 | 79.29 | 58.5 | - |
| YUV | 220.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 186 | 0.24 | 0 | 0.24 | 0.04 | 120 | 0.75 | 0.85 |
| Hex | BA | F5 | BA | 18 | 0 | 18 | 4 | 78 | 4B | 55 |
| Octal | 272 | 365 | 272 | 30 | 0 | 30 | 4 | 170 | 113 | 125 |
| Binary | 10111010 | 11110101 | 10111010 | 11000 | 0 | 11000 | 100 | 1111000 | 1001011 | 1010101 |
Color Harmonies of #BAF5BA
Complementary color
Monochromatic Colors of #BAF5BA
Black with #BAF5BA
Text Example
Text Example
White with #BAF5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF5BA; }
p { color: rgb(186,245,186); }
H1.HeaderClassName
{
color: #BAF5BA;
}
.AnyTagClassName
{
color: #BAF5BA;
}
</style>
background-color css
<style>
a { background-color: #BAF5BA; }
a { background-color: rgb(186,245,186); }
div.DivClassName
{
background-color: #BAF5BA;
}
.BgClassName
{
background-color: #BAF5BA;
}
</style>
border-color css
<style>
span { border-color: #BAF5BA; }
span { border-color: rgb(186,245,186); }
td.TdClassName
{
border-color: #BAF5BA;
}
.TagClassName
{
border-color: #BAF5BA;
}
</style>