Shades of Madang #BAFFA0
Tints of Madang #BAFFA0
RGB
CMYK
RGB Variations
Color information
#BAFFA0 (or 0xBAFFA0) is known color: Madang. HEX triplet: BA, FF and A0. RGB value is (186,255,160). Sum of RGB (Red+Green+Blue) = 186+255+160=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFFA0 is #45005F. Grayscale: #DFDFDF. Windows color (decimal): -4522080 or 10551226. OLE color: 10551226.
HSL color Cylindrical-coordinate representation of color #BAFFA0: hue angle of 103.58º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAFFA0 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 160 | - |
| CMYK | 0.27 | 0 | 0.37 | 0 |
| HSL | 103.58º | 1% | 0.81% | - |
| HSV(B) | 103.58º | 0.37% | 1% | - |
| XYZ | 62.35 | 84.5 | 46.28 | - |
| YUV | 223.54 | 92.14 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 160 | 0.27 | 0 | 0.37 | 0 | 103.58 | 1 | 0.81 |
| Hex | BA | FF | A0 | 1B | 0 | 25 | 0 | 68 | 64 | 51 |
| Octal | 272 | 377 | 240 | 33 | 0 | 45 | 0 | 150 | 144 | 121 |
| Binary | 10111010 | 11111111 | 10100000 | 11011 | 0 | 100101 | 0 | 1101000 | 1100100 | 1010001 |
Color Harmonies of #BAFFA0
Complementary color
Monochromatic Colors of #BAFFA0
Black with #BAFFA0
Text Example
Text Example
White with #BAFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFA0; }
p { color: rgb(186,255,160); }
H1.HeaderClassName
{
color: #BAFFA0;
}
.AnyTagClassName
{
color: #BAFFA0;
}
</style>
background-color css
<style>
a { background-color: #BAFFA0; }
a { background-color: rgb(186,255,160); }
div.DivClassName
{
background-color: #BAFFA0;
}
.BgClassName
{
background-color: #BAFFA0;
}
</style>
border-color css
<style>
span { border-color: #BAFFA0; }
span { border-color: rgb(186,255,160); }
td.TdClassName
{
border-color: #BAFFA0;
}
.TagClassName
{
border-color: #BAFFA0;
}
</style>