Shades of Madang #BAFFAC
Tints of Madang #BAFFAC
RGB
CMYK
RGB Variations
Color information
#BAFFAC (or 0xBAFFAC) is known color: Madang. HEX triplet: BA, FF and AC. RGB value is (186,255,172). Sum of RGB (Red+Green+Blue) = 186+255+172=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFFAC is #450053. Grayscale: #E1E1E1. Windows color (decimal): -4522068 or 11337658. OLE color: 11337658.
HSL color Cylindrical-coordinate representation of color #BAFFAC: hue angle of 109.88º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAFFAC is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 172 | - |
| CMYK | 0.27 | 0 | 0.33 | 0 |
| HSL | 109.88º | 1% | 0.84% | - |
| HSV(B) | 109.88º | 0.33% | 1% | - |
| XYZ | 63.46 | 84.94 | 52.08 | - |
| YUV | 224.91 | 98.14 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 172 | 0.27 | 0 | 0.33 | 0 | 109.88 | 1 | 0.84 |
| Hex | BA | FF | AC | 1B | 0 | 21 | 0 | 6E | 64 | 54 |
| Octal | 272 | 377 | 254 | 33 | 0 | 41 | 0 | 156 | 144 | 124 |
| Binary | 10111010 | 11111111 | 10101100 | 11011 | 0 | 100001 | 0 | 1101110 | 1100100 | 1010100 |
Color Harmonies of #BAFFAC
Complementary color
Monochromatic Colors of #BAFFAC
Black with #BAFFAC
Text Example
Text Example
White with #BAFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFAC; }
p { color: rgb(186,255,172); }
H1.HeaderClassName
{
color: #BAFFAC;
}
.AnyTagClassName
{
color: #BAFFAC;
}
</style>
background-color css
<style>
a { background-color: #BAFFAC; }
a { background-color: rgb(186,255,172); }
div.DivClassName
{
background-color: #BAFFAC;
}
.BgClassName
{
background-color: #BAFFAC;
}
</style>
border-color css
<style>
span { border-color: #BAFFAC; }
span { border-color: rgb(186,255,172); }
td.TdClassName
{
border-color: #BAFFAC;
}
.TagClassName
{
border-color: #BAFFAC;
}
</style>