Shades of Madang #BAFFA2
Tints of Madang #BAFFA2
RGB
CMYK
RGB Variations
Color information
#BAFFA2 (or 0xBAFFA2) is known color: Madang. HEX triplet: BA, FF and A2. RGB value is (186,255,162). Sum of RGB (Red+Green+Blue) = 186+255+162=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFFA2 is #45005D. Grayscale: #E0E0E0. Windows color (decimal): -4522078 or 10682298. OLE color: 10682298.
HSL color Cylindrical-coordinate representation of color #BAFFA2: hue angle of 104.52º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAFFA2 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 162 | - |
| CMYK | 0.27 | 0 | 0.36 | 0 |
| HSL | 104.52º | 1% | 0.82% | - |
| HSV(B) | 104.52º | 0.36% | 1% | - |
| XYZ | 62.53 | 84.57 | 47.21 | - |
| YUV | 223.77 | 93.14 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 162 | 0.27 | 0 | 0.36 | 0 | 104.52 | 1 | 0.82 |
| Hex | BA | FF | A2 | 1B | 0 | 24 | 0 | 69 | 64 | 52 |
| Octal | 272 | 377 | 242 | 33 | 0 | 44 | 0 | 151 | 144 | 122 |
| Binary | 10111010 | 11111111 | 10100010 | 11011 | 0 | 100100 | 0 | 1101001 | 1100100 | 1010010 |
Color Harmonies of #BAFFA2
Complementary color
Monochromatic Colors of #BAFFA2
Black with #BAFFA2
Text Example
Text Example
White with #BAFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFA2; }
p { color: rgb(186,255,162); }
H1.HeaderClassName
{
color: #BAFFA2;
}
.AnyTagClassName
{
color: #BAFFA2;
}
</style>
background-color css
<style>
a { background-color: #BAFFA2; }
a { background-color: rgb(186,255,162); }
div.DivClassName
{
background-color: #BAFFA2;
}
.BgClassName
{
background-color: #BAFFA2;
}
</style>
border-color css
<style>
span { border-color: #BAFFA2; }
span { border-color: rgb(186,255,162); }
td.TdClassName
{
border-color: #BAFFA2;
}
.TagClassName
{
border-color: #BAFFA2;
}
</style>