Shades of Madang #BAECAC
Tints of Madang #BAECAC
RGB
CMYK
RGB Variations
Color information
#BAECAC (or 0xBAECAC) is known color: Madang. HEX triplet: BA, EC and AC. RGB value is (186,236,172). Sum of RGB (Red+Green+Blue) = 186+236+172=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAECAC is #451353. Grayscale: #D5D5D5. Windows color (decimal): -4526932 or 11332794. OLE color: 11332794.
HSL color Cylindrical-coordinate representation of color #BAECAC: hue angle of 106.88º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAECAC is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 172 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.07 |
| HSL | 106.88º | 0.63% | 0.8% | - |
| HSV(B) | 106.88º | 0.27% | 0.93% | - |
| XYZ | 57.69 | 73.41 | 50.16 | - |
| YUV | 213.75 | 104.44 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 172 | 0.21 | 0 | 0.27 | 0.07 | 106.88 | 0.63 | 0.8 |
| Hex | BA | EC | AC | 15 | 0 | 1B | 7 | 6B | 3F | 50 |
| Octal | 272 | 354 | 254 | 25 | 0 | 33 | 7 | 153 | 77 | 120 |
| Binary | 10111010 | 11101100 | 10101100 | 10101 | 0 | 11011 | 111 | 1101011 | 111111 | 1010000 |
Color Harmonies of #BAECAC
Complementary color
Monochromatic Colors of #BAECAC
Black with #BAECAC
Text Example
Text Example
White with #BAECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECAC; }
p { color: rgb(186,236,172); }
H1.HeaderClassName
{
color: #BAECAC;
}
.AnyTagClassName
{
color: #BAECAC;
}
</style>
background-color css
<style>
a { background-color: #BAECAC; }
a { background-color: rgb(186,236,172); }
div.DivClassName
{
background-color: #BAECAC;
}
.BgClassName
{
background-color: #BAECAC;
}
</style>
border-color css
<style>
span { border-color: #BAECAC; }
span { border-color: rgb(186,236,172); }
td.TdClassName
{
border-color: #BAECAC;
}
.TagClassName
{
border-color: #BAECAC;
}
</style>