Shades of Fringy Flower #BAF4BA
Tints of Fringy Flower #BAF4BA
RGB
CMYK
RGB Variations
Color information
#BAF4BA (or 0xBAF4BA) is known color: Fringy Flower. HEX triplet: BA, F4 and BA. RGB value is (186,244,186). Sum of RGB (Red+Green+Blue) = 186+244+186=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF4BA is #450B45. Grayscale: #DCDCDC. Windows color (decimal): -4524870 or 12252346. OLE color: 12252346.
HSL color Cylindrical-coordinate representation of color #BAF4BA: hue angle of 120º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF4BA is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 186 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.04 |
| HSL | 120º | 0.73% | 0.84% | - |
| HSV(B) | 120º | 0.24% | 0.96% | - |
| XYZ | 61.46 | 78.69 | 58.4 | - |
| YUV | 220.05 | 108.78 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 186 | 0.24 | 0 | 0.24 | 0.04 | 120 | 0.73 | 0.84 |
| Hex | BA | F4 | BA | 18 | 0 | 18 | 4 | 78 | 48 | 54 |
| Octal | 272 | 364 | 272 | 30 | 0 | 30 | 4 | 170 | 110 | 124 |
| Binary | 10111010 | 11110100 | 10111010 | 11000 | 0 | 11000 | 100 | 1111000 | 1001000 | 1010100 |
Color Harmonies of #BAF4BA
Complementary color
Monochromatic Colors of #BAF4BA
Black with #BAF4BA
Text Example
Text Example
White with #BAF4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF4BA; }
p { color: rgb(186,244,186); }
H1.HeaderClassName
{
color: #BAF4BA;
}
.AnyTagClassName
{
color: #BAF4BA;
}
</style>
background-color css
<style>
a { background-color: #BAF4BA; }
a { background-color: rgb(186,244,186); }
div.DivClassName
{
background-color: #BAF4BA;
}
.BgClassName
{
background-color: #BAF4BA;
}
</style>
border-color css
<style>
span { border-color: #BAF4BA; }
span { border-color: rgb(186,244,186); }
td.TdClassName
{
border-color: #BAF4BA;
}
.TagClassName
{
border-color: #BAF4BA;
}
</style>