Shades of Madang #BAECB4
Tints of Madang #BAECB4
RGB
CMYK
RGB Variations
Color information
#BAECB4 (or 0xBAECB4) is known color: Madang. HEX triplet: BA, EC and B4. RGB value is (186,236,180). Sum of RGB (Red+Green+Blue) = 186+236+180=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECB4 is #45134B. Grayscale: #D6D6D6. Windows color (decimal): -4526924 or 11857082. OLE color: 11857082.
HSL color Cylindrical-coordinate representation of color #BAECB4: hue angle of 113.57º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAECB4 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 180 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.07 |
| HSL | 113.57º | 0.6% | 0.82% | - |
| HSV(B) | 113.57º | 0.24% | 0.93% | - |
| XYZ | 58.48 | 73.73 | 54.33 | - |
| YUV | 214.67 | 108.44 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 180 | 0.21 | 0 | 0.24 | 0.07 | 113.57 | 0.6 | 0.82 |
| Hex | BA | EC | B4 | 15 | 0 | 18 | 7 | 72 | 3C | 52 |
| Octal | 272 | 354 | 264 | 25 | 0 | 30 | 7 | 162 | 74 | 122 |
| Binary | 10111010 | 11101100 | 10110100 | 10101 | 0 | 11000 | 111 | 1110010 | 111100 | 1010010 |
Color Harmonies of #BAECB4
Complementary color
Monochromatic Colors of #BAECB4
Black with #BAECB4
Text Example
Text Example
White with #BAECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECB4; }
p { color: rgb(186,236,180); }
H1.HeaderClassName
{
color: #BAECB4;
}
.AnyTagClassName
{
color: #BAECB4;
}
</style>
background-color css
<style>
a { background-color: #BAECB4; }
a { background-color: rgb(186,236,180); }
div.DivClassName
{
background-color: #BAECB4;
}
.BgClassName
{
background-color: #BAECB4;
}
</style>
border-color css
<style>
span { border-color: #BAECB4; }
span { border-color: rgb(186,236,180); }
td.TdClassName
{
border-color: #BAECB4;
}
.TagClassName
{
border-color: #BAECB4;
}
</style>