Shades of Madang #BAFAA6
Tints of Madang #BAFAA6
RGB
CMYK
RGB Variations
Color information
#BAFAA6 (or 0xBAFAA6) is known color: Madang. HEX triplet: BA, FA and A6. RGB value is (186,250,166). Sum of RGB (Red+Green+Blue) = 186+250+166=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 166 (65.23% from 255 or 27.57% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFAA6 is #450559. Grayscale: #DDDDDD. Windows color (decimal): -4523354 or 10943162. OLE color: 10943162.
HSL color Cylindrical-coordinate representation of color #BAFAA6: hue angle of 105.71º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAFAA6 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 166 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.02 |
| HSL | 105.71º | 0.89% | 0.82% | - |
| HSV(B) | 105.71º | 0.34% | 0.98% | - |
| XYZ | 61.32 | 81.56 | 48.59 | - |
| YUV | 221.29 | 96.8 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 166 | 0.26 | 0 | 0.34 | 0.02 | 105.71 | 0.89 | 0.82 |
| Hex | BA | FA | A6 | 1A | 0 | 22 | 2 | 6A | 59 | 52 |
| Octal | 272 | 372 | 246 | 32 | 0 | 42 | 2 | 152 | 131 | 122 |
| Binary | 10111010 | 11111010 | 10100110 | 11010 | 0 | 100010 | 10 | 1101010 | 1011001 | 1010010 |
Color Harmonies of #BAFAA6
Complementary color
Monochromatic Colors of #BAFAA6
Black with #BAFAA6
Text Example
Text Example
White with #BAFAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAA6; }
p { color: rgb(186,250,166); }
H1.HeaderClassName
{
color: #BAFAA6;
}
.AnyTagClassName
{
color: #BAFAA6;
}
</style>
background-color css
<style>
a { background-color: #BAFAA6; }
a { background-color: rgb(186,250,166); }
div.DivClassName
{
background-color: #BAFAA6;
}
.BgClassName
{
background-color: #BAFAA6;
}
</style>
border-color css
<style>
span { border-color: #BAFAA6; }
span { border-color: rgb(186,250,166); }
td.TdClassName
{
border-color: #BAFAA6;
}
.TagClassName
{
border-color: #BAFAA6;
}
</style>