Shades of Madang #BAFEAA
Tints of Madang #BAFEAA
RGB
CMYK
RGB Variations
Color information
#BAFEAA (or 0xBAFEAA) is known color: Madang. HEX triplet: BA, FE and AA. RGB value is (186,254,170). Sum of RGB (Red+Green+Blue) = 186+254+170=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFEAA is #450155. Grayscale: #E0E0E0. Windows color (decimal): -4522326 or 11206330. OLE color: 11206330.
HSL color Cylindrical-coordinate representation of color #BAFEAA: hue angle of 108.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAFEAA is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 170 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.00 |
| HSL | 108.57º | 0.98% | 0.83% | - |
| HSV(B) | 108.57º | 0.33% | 1% | - |
| XYZ | 62.95 | 84.23 | 50.97 | - |
| YUV | 224.09 | 97.47 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 170 | 0.27 | 0 | 0.33 | 0.00 | 108.57 | 0.98 | 0.83 |
| Hex | BA | FE | AA | 1B | 0 | 21 | 0 | 6D | 62 | 53 |
| Octal | 272 | 376 | 252 | 33 | 0 | 41 | 0 | 155 | 142 | 123 |
| Binary | 10111010 | 11111110 | 10101010 | 11011 | 0 | 100001 | 0 | 1101101 | 1100010 | 1010011 |
Color Harmonies of #BAFEAA
Complementary color
Monochromatic Colors of #BAFEAA
Black with #BAFEAA
Text Example
Text Example
White with #BAFEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFEAA; }
p { color: rgb(186,254,170); }
H1.HeaderClassName
{
color: #BAFEAA;
}
.AnyTagClassName
{
color: #BAFEAA;
}
</style>
background-color css
<style>
a { background-color: #BAFEAA; }
a { background-color: rgb(186,254,170); }
div.DivClassName
{
background-color: #BAFEAA;
}
.BgClassName
{
background-color: #BAFEAA;
}
</style>
border-color css
<style>
span { border-color: #BAFEAA; }
span { border-color: rgb(186,254,170); }
td.TdClassName
{
border-color: #BAFEAA;
}
.TagClassName
{
border-color: #BAFEAA;
}
</style>