Shades of Fringy Flower #BAFABA
Tints of Fringy Flower #BAFABA
RGB
CMYK
RGB Variations
Color information
#BAFABA (or 0xBAFABA) is known color: Fringy Flower. HEX triplet: BA, FA and BA. RGB value is (186,250,186). Sum of RGB (Red+Green+Blue) = 186+250+186=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFABA is #450545. Grayscale: #DFDFDF. Windows color (decimal): -4523334 or 12253882. OLE color: 12253882.
HSL color Cylindrical-coordinate representation of color #BAFABA: hue angle of 120º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFABA is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 186 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.02 |
| HSL | 120º | 0.86% | 0.85% | - |
| HSV(B) | 120º | 0.26% | 0.98% | - |
| XYZ | 63.3 | 82.36 | 59.01 | - |
| YUV | 223.57 | 106.8 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 186 | 0.26 | 0 | 0.26 | 0.02 | 120 | 0.86 | 0.85 |
| Hex | BA | FA | BA | 1A | 0 | 1A | 2 | 78 | 56 | 55 |
| Octal | 272 | 372 | 272 | 32 | 0 | 32 | 2 | 170 | 126 | 125 |
| Binary | 10111010 | 11111010 | 10111010 | 11010 | 0 | 11010 | 10 | 1111000 | 1010110 | 1010101 |
Color Harmonies of #BAFABA
Complementary color
Monochromatic Colors of #BAFABA
Black with #BAFABA
Text Example
Text Example
White with #BAFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFABA; }
p { color: rgb(186,250,186); }
H1.HeaderClassName
{
color: #BAFABA;
}
.AnyTagClassName
{
color: #BAFABA;
}
</style>
background-color css
<style>
a { background-color: #BAFABA; }
a { background-color: rgb(186,250,186); }
div.DivClassName
{
background-color: #BAFABA;
}
.BgClassName
{
background-color: #BAFABA;
}
</style>
border-color css
<style>
span { border-color: #BAFABA; }
span { border-color: rgb(186,250,186); }
td.TdClassName
{
border-color: #BAFABA;
}
.TagClassName
{
border-color: #BAFABA;
}
</style>