Shades of Madang #BAECB1
Tints of Madang #BAECB1
RGB
CMYK
RGB Variations
Color information
#BAECB1 (or 0xBAECB1) is known color: Madang. HEX triplet: BA, EC and B1. RGB value is (186,236,177). Sum of RGB (Red+Green+Blue) = 186+236+177=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAECB1 is #45134E. Grayscale: #D6D6D6. Windows color (decimal): -4526927 or 11660474. OLE color: 11660474.
HSL color Cylindrical-coordinate representation of color #BAECB1: hue angle of 110.85º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAECB1 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 177 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.07 |
| HSL | 110.85º | 0.61% | 0.81% | - |
| HSV(B) | 110.85º | 0.25% | 0.93% | - |
| XYZ | 58.18 | 73.6 | 52.74 | - |
| YUV | 214.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 177 | 0.21 | 0 | 0.25 | 0.07 | 110.85 | 0.61 | 0.81 |
| Hex | BA | EC | B1 | 15 | 0 | 19 | 7 | 6F | 3D | 51 |
| Octal | 272 | 354 | 261 | 25 | 0 | 31 | 7 | 157 | 75 | 121 |
| Binary | 10111010 | 11101100 | 10110001 | 10101 | 0 | 11001 | 111 | 1101111 | 111101 | 1010001 |
Color Harmonies of #BAECB1
Complementary color
Monochromatic Colors of #BAECB1
Black with #BAECB1
Text Example
Text Example
White with #BAECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECB1; }
p { color: rgb(186,236,177); }
H1.HeaderClassName
{
color: #BAECB1;
}
.AnyTagClassName
{
color: #BAECB1;
}
</style>
background-color css
<style>
a { background-color: #BAECB1; }
a { background-color: rgb(186,236,177); }
div.DivClassName
{
background-color: #BAECB1;
}
.BgClassName
{
background-color: #BAECB1;
}
</style>
border-color css
<style>
span { border-color: #BAECB1; }
span { border-color: rgb(186,236,177); }
td.TdClassName
{
border-color: #BAECB1;
}
.TagClassName
{
border-color: #BAECB1;
}
</style>