Shades of Fringy Flower #BAF1BA
Tints of Fringy Flower #BAF1BA
RGB
CMYK
RGB Variations
Color information
#BAF1BA (or 0xBAF1BA) is known color: Fringy Flower. HEX triplet: BA, F1 and BA. RGB value is (186,241,186). Sum of RGB (Red+Green+Blue) = 186+241+186=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1BA is #450E45. Grayscale: #DADADA. Windows color (decimal): -4525638 or 12251578. OLE color: 12251578.
HSL color Cylindrical-coordinate representation of color #BAF1BA: hue angle of 120º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF1BA is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 186 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.05 |
| HSL | 120º | 0.66% | 0.84% | - |
| HSV(B) | 120º | 0.23% | 0.95% | - |
| XYZ | 60.57 | 76.89 | 58.1 | - |
| YUV | 218.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 186 | 0.23 | 0 | 0.23 | 0.05 | 120 | 0.66 | 0.84 |
| Hex | BA | F1 | BA | 17 | 0 | 17 | 5 | 78 | 42 | 54 |
| Octal | 272 | 361 | 272 | 27 | 0 | 27 | 5 | 170 | 102 | 124 |
| Binary | 10111010 | 11110001 | 10111010 | 10111 | 0 | 10111 | 101 | 1111000 | 1000010 | 1010100 |
Color Harmonies of #BAF1BA
Complementary color
Monochromatic Colors of #BAF1BA
Black with #BAF1BA
Text Example
Text Example
White with #BAF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1BA; }
p { color: rgb(186,241,186); }
H1.HeaderClassName
{
color: #BAF1BA;
}
.AnyTagClassName
{
color: #BAF1BA;
}
</style>
background-color css
<style>
a { background-color: #BAF1BA; }
a { background-color: rgb(186,241,186); }
div.DivClassName
{
background-color: #BAF1BA;
}
.BgClassName
{
background-color: #BAF1BA;
}
</style>
border-color css
<style>
span { border-color: #BAF1BA; }
span { border-color: rgb(186,241,186); }
td.TdClassName
{
border-color: #BAF1BA;
}
.TagClassName
{
border-color: #BAF1BA;
}
</style>