Shades of Madang #BAE0A8
Tints of Madang #BAE0A8
RGB
CMYK
RGB Variations
Color information
#BAE0A8 (or 0xBAE0A8) is known color: Madang. HEX triplet: BA, E0 and A8. RGB value is (186,224,168). Sum of RGB (Red+Green+Blue) = 186+224+168=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE0A8 is #451F57. Grayscale: #CECECE. Windows color (decimal): -4530008 or 11067578. OLE color: 11067578.
HSL color Cylindrical-coordinate representation of color #BAE0A8: hue angle of 100.71º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAE0A8 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 168 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.12 |
| HSL | 100.71º | 0.47% | 0.77% | - |
| HSV(B) | 100.71º | 0.25% | 0.88% | - |
| XYZ | 53.97 | 66.58 | 47.05 | - |
| YUV | 206.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 168 | 0.17 | 0 | 0.25 | 0.12 | 100.71 | 0.47 | 0.77 |
| Hex | BA | E0 | A8 | 11 | 0 | 19 | C | 65 | 2F | 4D |
| Octal | 272 | 340 | 250 | 21 | 0 | 31 | 14 | 145 | 57 | 115 |
| Binary | 10111010 | 11100000 | 10101000 | 10001 | 0 | 11001 | 1100 | 1100101 | 101111 | 1001101 |
Color Harmonies of #BAE0A8
Complementary color
Monochromatic Colors of #BAE0A8
Black with #BAE0A8
Text Example
Text Example
White with #BAE0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0A8; }
p { color: rgb(186,224,168); }
H1.HeaderClassName
{
color: #BAE0A8;
}
.AnyTagClassName
{
color: #BAE0A8;
}
</style>
background-color css
<style>
a { background-color: #BAE0A8; }
a { background-color: rgb(186,224,168); }
div.DivClassName
{
background-color: #BAE0A8;
}
.BgClassName
{
background-color: #BAE0A8;
}
</style>
border-color css
<style>
span { border-color: #BAE0A8; }
span { border-color: rgb(186,224,168); }
td.TdClassName
{
border-color: #BAE0A8;
}
.TagClassName
{
border-color: #BAE0A8;
}
</style>