Shades of Madang #BAFDAC
Tints of Madang #BAFDAC
RGB
CMYK
RGB Variations
Color information
#BAFDAC (or 0xBAFDAC) is known color: Madang. HEX triplet: BA, FD and AC. RGB value is (186,253,172). Sum of RGB (Red+Green+Blue) = 186+253+172=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFDAC is #450253. Grayscale: #DFDFDF. Windows color (decimal): -4522580 or 11337146. OLE color: 11337146.
HSL color Cylindrical-coordinate representation of color #BAFDAC: hue angle of 109.63º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAFDAC is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 172 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.01 |
| HSL | 109.63º | 0.95% | 0.83% | - |
| HSV(B) | 109.63º | 0.32% | 0.99% | - |
| XYZ | 62.82 | 83.67 | 51.87 | - |
| YUV | 223.73 | 98.8 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 172 | 0.26 | 0 | 0.32 | 0.01 | 109.63 | 0.95 | 0.83 |
| Hex | BA | FD | AC | 1A | 0 | 20 | 1 | 6E | 5F | 53 |
| Octal | 272 | 375 | 254 | 32 | 0 | 40 | 1 | 156 | 137 | 123 |
| Binary | 10111010 | 11111101 | 10101100 | 11010 | 0 | 100000 | 1 | 1101110 | 1011111 | 1010011 |
Color Harmonies of #BAFDAC
Complementary color
Monochromatic Colors of #BAFDAC
Black with #BAFDAC
Text Example
Text Example
White with #BAFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDAC; }
p { color: rgb(186,253,172); }
H1.HeaderClassName
{
color: #BAFDAC;
}
.AnyTagClassName
{
color: #BAFDAC;
}
</style>
background-color css
<style>
a { background-color: #BAFDAC; }
a { background-color: rgb(186,253,172); }
div.DivClassName
{
background-color: #BAFDAC;
}
.BgClassName
{
background-color: #BAFDAC;
}
</style>
border-color css
<style>
span { border-color: #BAFDAC; }
span { border-color: rgb(186,253,172); }
td.TdClassName
{
border-color: #BAFDAC;
}
.TagClassName
{
border-color: #BAFDAC;
}
</style>