Shades of Madang #BAFAA2
Tints of Madang #BAFAA2
RGB
CMYK
RGB Variations
Color information
#BAFAA2 (or 0xBAFAA2) is known color: Madang. HEX triplet: BA, FA and A2. RGB value is (186,250,162). Sum of RGB (Red+Green+Blue) = 186+250+162=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 162 (63.67% from 255 or 27.09% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFAA2 is #45055D. Grayscale: #DDDDDD. Windows color (decimal): -4523358 or 10681018. OLE color: 10681018.
HSL color Cylindrical-coordinate representation of color #BAFAA2: hue angle of 103.64º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAFAA2 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 162 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.02 |
| HSL | 103.64º | 0.9% | 0.81% | - |
| HSV(B) | 103.64º | 0.35% | 0.98% | - |
| XYZ | 60.96 | 81.42 | 46.69 | - |
| YUV | 220.83 | 94.8 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 162 | 0.26 | 0 | 0.35 | 0.02 | 103.64 | 0.9 | 0.81 |
| Hex | BA | FA | A2 | 1A | 0 | 23 | 2 | 68 | 5A | 51 |
| Octal | 272 | 372 | 242 | 32 | 0 | 43 | 2 | 150 | 132 | 121 |
| Binary | 10111010 | 11111010 | 10100010 | 11010 | 0 | 100011 | 10 | 1101000 | 1011010 | 1010001 |
Color Harmonies of #BAFAA2
Complementary color
Monochromatic Colors of #BAFAA2
Black with #BAFAA2
Text Example
Text Example
White with #BAFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAA2; }
p { color: rgb(186,250,162); }
H1.HeaderClassName
{
color: #BAFAA2;
}
.AnyTagClassName
{
color: #BAFAA2;
}
</style>
background-color css
<style>
a { background-color: #BAFAA2; }
a { background-color: rgb(186,250,162); }
div.DivClassName
{
background-color: #BAFAA2;
}
.BgClassName
{
background-color: #BAFAA2;
}
</style>
border-color css
<style>
span { border-color: #BAFAA2; }
span { border-color: rgb(186,250,162); }
td.TdClassName
{
border-color: #BAFAA2;
}
.TagClassName
{
border-color: #BAFAA2;
}
</style>