Shades of Madang #BAFDA6
Tints of Madang #BAFDA6
RGB
CMYK
RGB Variations
Color information
#BAFDA6 (or 0xBAFDA6) is known color: Madang. HEX triplet: BA, FD and A6. RGB value is (186,253,166). Sum of RGB (Red+Green+Blue) = 186+253+166=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFDA6 is #450259. Grayscale: #DFDFDF. Windows color (decimal): -4522586 or 10943930. OLE color: 10943930.
HSL color Cylindrical-coordinate representation of color #BAFDA6: hue angle of 106.21º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAFDA6 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 166 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.01 |
| HSL | 106.21º | 0.96% | 0.82% | - |
| HSV(B) | 106.21º | 0.34% | 0.99% | - |
| XYZ | 62.26 | 83.44 | 48.9 | - |
| YUV | 223.05 | 95.8 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 166 | 0.26 | 0 | 0.34 | 0.01 | 106.21 | 0.96 | 0.82 |
| Hex | BA | FD | A6 | 1A | 0 | 22 | 1 | 6A | 60 | 52 |
| Octal | 272 | 375 | 246 | 32 | 0 | 42 | 1 | 152 | 140 | 122 |
| Binary | 10111010 | 11111101 | 10100110 | 11010 | 0 | 100010 | 1 | 1101010 | 1100000 | 1010010 |
Color Harmonies of #BAFDA6
Complementary color
Monochromatic Colors of #BAFDA6
Black with #BAFDA6
Text Example
Text Example
White with #BAFDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDA6; }
p { color: rgb(186,253,166); }
H1.HeaderClassName
{
color: #BAFDA6;
}
.AnyTagClassName
{
color: #BAFDA6;
}
</style>
background-color css
<style>
a { background-color: #BAFDA6; }
a { background-color: rgb(186,253,166); }
div.DivClassName
{
background-color: #BAFDA6;
}
.BgClassName
{
background-color: #BAFDA6;
}
</style>
border-color css
<style>
span { border-color: #BAFDA6; }
span { border-color: rgb(186,253,166); }
td.TdClassName
{
border-color: #BAFDA6;
}
.TagClassName
{
border-color: #BAFDA6;
}
</style>