Shades of Madang #BAFEA8
Tints of Madang #BAFEA8
RGB
CMYK
RGB Variations
Color information
#BAFEA8 (or 0xBAFEA8) is known color: Madang. HEX triplet: BA, FE and A8. RGB value is (186,254,168). Sum of RGB (Red+Green+Blue) = 186+254+168=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFEA8 is #450157. Grayscale: #E0E0E0. Windows color (decimal): -4522328 or 11075258. OLE color: 11075258.
HSL color Cylindrical-coordinate representation of color #BAFEA8: hue angle of 107.44º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAFEA8 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 168 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.00 |
| HSL | 107.44º | 0.98% | 0.83% | - |
| HSV(B) | 107.44º | 0.34% | 1% | - |
| XYZ | 62.76 | 84.15 | 49.98 | - |
| YUV | 223.86 | 96.47 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 168 | 0.27 | 0 | 0.34 | 0.00 | 107.44 | 0.98 | 0.83 |
| Hex | BA | FE | A8 | 1B | 0 | 22 | 0 | 6B | 62 | 53 |
| Octal | 272 | 376 | 250 | 33 | 0 | 42 | 0 | 153 | 142 | 123 |
| Binary | 10111010 | 11111110 | 10101000 | 11011 | 0 | 100010 | 0 | 1101011 | 1100010 | 1010011 |
Color Harmonies of #BAFEA8
Complementary color
Monochromatic Colors of #BAFEA8
Black with #BAFEA8
Text Example
Text Example
White with #BAFEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFEA8; }
p { color: rgb(186,254,168); }
H1.HeaderClassName
{
color: #BAFEA8;
}
.AnyTagClassName
{
color: #BAFEA8;
}
</style>
background-color css
<style>
a { background-color: #BAFEA8; }
a { background-color: rgb(186,254,168); }
div.DivClassName
{
background-color: #BAFEA8;
}
.BgClassName
{
background-color: #BAFEA8;
}
</style>
border-color css
<style>
span { border-color: #BAFEA8; }
span { border-color: rgb(186,254,168); }
td.TdClassName
{
border-color: #BAFEA8;
}
.TagClassName
{
border-color: #BAFEA8;
}
</style>