Shades of Madang #BAFAA8
Tints of Madang #BAFAA8
RGB
CMYK
RGB Variations
Color information
#BAFAA8 (or 0xBAFAA8) is known color: Madang. HEX triplet: BA, FA and A8. RGB value is (186,250,168). Sum of RGB (Red+Green+Blue) = 186+250+168=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFAA8 is #450557. Grayscale: #DDDDDD. Windows color (decimal): -4523352 or 11074234. OLE color: 11074234.
HSL color Cylindrical-coordinate representation of color #BAFAA8: hue angle of 106.83º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAFAA8 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 168 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.02 |
| HSL | 106.83º | 0.89% | 0.82% | - |
| HSV(B) | 106.83º | 0.33% | 0.98% | - |
| XYZ | 61.5 | 81.64 | 49.56 | - |
| YUV | 221.52 | 97.8 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 168 | 0.26 | 0 | 0.33 | 0.02 | 106.83 | 0.89 | 0.82 |
| Hex | BA | FA | A8 | 1A | 0 | 21 | 2 | 6B | 59 | 52 |
| Octal | 272 | 372 | 250 | 32 | 0 | 41 | 2 | 153 | 131 | 122 |
| Binary | 10111010 | 11111010 | 10101000 | 11010 | 0 | 100001 | 10 | 1101011 | 1011001 | 1010010 |
Color Harmonies of #BAFAA8
Complementary color
Monochromatic Colors of #BAFAA8
Black with #BAFAA8
Text Example
Text Example
White with #BAFAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAA8; }
p { color: rgb(186,250,168); }
H1.HeaderClassName
{
color: #BAFAA8;
}
.AnyTagClassName
{
color: #BAFAA8;
}
</style>
background-color css
<style>
a { background-color: #BAFAA8; }
a { background-color: rgb(186,250,168); }
div.DivClassName
{
background-color: #BAFAA8;
}
.BgClassName
{
background-color: #BAFAA8;
}
</style>
border-color css
<style>
span { border-color: #BAFAA8; }
span { border-color: rgb(186,250,168); }
td.TdClassName
{
border-color: #BAFAA8;
}
.TagClassName
{
border-color: #BAFAA8;
}
</style>