Shades of Fringy Flower #BAF9BA
Tints of Fringy Flower #BAF9BA
RGB
CMYK
RGB Variations
Color information
#BAF9BA (or 0xBAF9BA) is known color: Fringy Flower. HEX triplet: BA, F9 and BA. RGB value is (186,249,186). Sum of RGB (Red+Green+Blue) = 186+249+186=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF9BA is #450645. Grayscale: #DFDFDF. Windows color (decimal): -4523590 or 12253626. OLE color: 12253626.
HSL color Cylindrical-coordinate representation of color #BAF9BA: hue angle of 120º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF9BA is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 186 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.02 |
| HSL | 120º | 0.84% | 0.85% | - |
| HSV(B) | 120º | 0.25% | 0.98% | - |
| XYZ | 62.99 | 81.74 | 58.91 | - |
| YUV | 222.98 | 107.13 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 186 | 0.25 | 0 | 0.25 | 0.02 | 120 | 0.84 | 0.85 |
| Hex | BA | F9 | BA | 19 | 0 | 19 | 2 | 78 | 54 | 55 |
| Octal | 272 | 371 | 272 | 31 | 0 | 31 | 2 | 170 | 124 | 125 |
| Binary | 10111010 | 11111001 | 10111010 | 11001 | 0 | 11001 | 10 | 1111000 | 1010100 | 1010101 |
Color Harmonies of #BAF9BA
Complementary color
Monochromatic Colors of #BAF9BA
Black with #BAF9BA
Text Example
Text Example
White with #BAF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF9BA; }
p { color: rgb(186,249,186); }
H1.HeaderClassName
{
color: #BAF9BA;
}
.AnyTagClassName
{
color: #BAF9BA;
}
</style>
background-color css
<style>
a { background-color: #BAF9BA; }
a { background-color: rgb(186,249,186); }
div.DivClassName
{
background-color: #BAF9BA;
}
.BgClassName
{
background-color: #BAF9BA;
}
</style>
border-color css
<style>
span { border-color: #BAF9BA; }
span { border-color: rgb(186,249,186); }
td.TdClassName
{
border-color: #BAF9BA;
}
.TagClassName
{
border-color: #BAF9BA;
}
</style>