Shades of Fringy Flower #BAF0BA
Tints of Fringy Flower #BAF0BA
RGB
CMYK
RGB Variations
Color information
#BAF0BA (or 0xBAF0BA) is known color: Fringy Flower. HEX triplet: BA, F0 and BA. RGB value is (186,240,186). Sum of RGB (Red+Green+Blue) = 186+240+186=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0BA is #450F45. Grayscale: #D9D9D9. Windows color (decimal): -4525894 or 12251322. OLE color: 12251322.
HSL color Cylindrical-coordinate representation of color #BAF0BA: hue angle of 120º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF0BA is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 186 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.06 |
| HSL | 120º | 0.64% | 0.84% | - |
| HSV(B) | 120º | 0.23% | 0.94% | - |
| XYZ | 60.27 | 76.3 | 58.01 | - |
| YUV | 217.7 | 110.11 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 186 | 0.22 | 0 | 0.22 | 0.06 | 120 | 0.64 | 0.84 |
| Hex | BA | F0 | BA | 16 | 0 | 16 | 6 | 78 | 40 | 54 |
| Octal | 272 | 360 | 272 | 26 | 0 | 26 | 6 | 170 | 100 | 124 |
| Binary | 10111010 | 11110000 | 10111010 | 10110 | 0 | 10110 | 110 | 1111000 | 1000000 | 1010100 |
Color Harmonies of #BAF0BA
Complementary color
Monochromatic Colors of #BAF0BA
Black with #BAF0BA
Text Example
Text Example
White with #BAF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF0BA; }
p { color: rgb(186,240,186); }
H1.HeaderClassName
{
color: #BAF0BA;
}
.AnyTagClassName
{
color: #BAF0BA;
}
</style>
background-color css
<style>
a { background-color: #BAF0BA; }
a { background-color: rgb(186,240,186); }
div.DivClassName
{
background-color: #BAF0BA;
}
.BgClassName
{
background-color: #BAF0BA;
}
</style>
border-color css
<style>
span { border-color: #BAF0BA; }
span { border-color: rgb(186,240,186); }
td.TdClassName
{
border-color: #BAF0BA;
}
.TagClassName
{
border-color: #BAF0BA;
}
</style>