Shades of Madang #BAECB5
Tints of Madang #BAECB5
RGB
CMYK
RGB Variations
Color information
#BAECB5 (or 0xBAECB5) is known color: Madang. HEX triplet: BA, EC and B5. RGB value is (186,236,181). Sum of RGB (Red+Green+Blue) = 186+236+181=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECB5 is #45134A. Grayscale: #D6D6D6. Windows color (decimal): -4526923 or 11922618. OLE color: 11922618.
HSL color Cylindrical-coordinate representation of color #BAECB5: hue angle of 114.55º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAECB5 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 181 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.07 |
| HSL | 114.55º | 0.59% | 0.82% | - |
| HSV(B) | 114.55º | 0.23% | 0.93% | - |
| XYZ | 58.59 | 73.77 | 54.87 | - |
| YUV | 214.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 181 | 0.21 | 0 | 0.23 | 0.07 | 114.55 | 0.59 | 0.82 |
| Hex | BA | EC | B5 | 15 | 0 | 17 | 7 | 73 | 3B | 52 |
| Octal | 272 | 354 | 265 | 25 | 0 | 27 | 7 | 163 | 73 | 122 |
| Binary | 10111010 | 11101100 | 10110101 | 10101 | 0 | 10111 | 111 | 1110011 | 111011 | 1010010 |
Color Harmonies of #BAECB5
Complementary color
Monochromatic Colors of #BAECB5
Black with #BAECB5
Text Example
Text Example
White with #BAECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECB5; }
p { color: rgb(186,236,181); }
H1.HeaderClassName
{
color: #BAECB5;
}
.AnyTagClassName
{
color: #BAECB5;
}
</style>
background-color css
<style>
a { background-color: #BAECB5; }
a { background-color: rgb(186,236,181); }
div.DivClassName
{
background-color: #BAECB5;
}
.BgClassName
{
background-color: #BAECB5;
}
</style>
border-color css
<style>
span { border-color: #BAECB5; }
span { border-color: rgb(186,236,181); }
td.TdClassName
{
border-color: #BAECB5;
}
.TagClassName
{
border-color: #BAECB5;
}
</style>