Shades of Madang #BAE9B2
Tints of Madang #BAE9B2
RGB
CMYK
RGB Variations
Color information
#BAE9B2 (or 0xBAE9B2) is known color: Madang. HEX triplet: BA, E9 and B2. RGB value is (186,233,178). Sum of RGB (Red+Green+Blue) = 186+233+178=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE9B2 is #45164D. Grayscale: #D4D4D4. Windows color (decimal): -4527694 or 11725242. OLE color: 11725242.
HSL color Cylindrical-coordinate representation of color #BAE9B2: hue angle of 111.27º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAE9B2 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 178 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.09 |
| HSL | 111.27º | 0.56% | 0.81% | - |
| HSV(B) | 111.27º | 0.24% | 0.91% | - |
| XYZ | 57.42 | 71.93 | 52.98 | - |
| YUV | 212.68 | 108.43 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 178 | 0.20 | 0 | 0.24 | 0.09 | 111.27 | 0.56 | 0.81 |
| Hex | BA | E9 | B2 | 14 | 0 | 18 | 9 | 6F | 38 | 51 |
| Octal | 272 | 351 | 262 | 24 | 0 | 30 | 11 | 157 | 70 | 121 |
| Binary | 10111010 | 11101001 | 10110010 | 10100 | 0 | 11000 | 1001 | 1101111 | 111000 | 1010001 |
Color Harmonies of #BAE9B2
Complementary color
Monochromatic Colors of #BAE9B2
Black with #BAE9B2
Text Example
Text Example
White with #BAE9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9B2; }
p { color: rgb(186,233,178); }
H1.HeaderClassName
{
color: #BAE9B2;
}
.AnyTagClassName
{
color: #BAE9B2;
}
</style>
background-color css
<style>
a { background-color: #BAE9B2; }
a { background-color: rgb(186,233,178); }
div.DivClassName
{
background-color: #BAE9B2;
}
.BgClassName
{
background-color: #BAE9B2;
}
</style>
border-color css
<style>
span { border-color: #BAE9B2; }
span { border-color: rgb(186,233,178); }
td.TdClassName
{
border-color: #BAE9B2;
}
.TagClassName
{
border-color: #BAE9B2;
}
</style>