Shades of Madang #BAE1AD
Tints of Madang #BAE1AD
RGB
CMYK
RGB Variations
Color information
#BAE1AD (or 0xBAE1AD) is known color: Madang. HEX triplet: BA, E1 and AD. RGB value is (186,225,173). Sum of RGB (Red+Green+Blue) = 186+225+173=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE1AD is #451E52. Grayscale: #CFCFCF. Windows color (decimal): -4529747 or 11395514. OLE color: 11395514.
HSL color Cylindrical-coordinate representation of color #BAE1AD: hue angle of 105º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAE1AD is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 173 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.12 |
| HSL | 105º | 0.46% | 0.78% | - |
| HSV(B) | 105º | 0.23% | 0.88% | - |
| XYZ | 54.72 | 67.31 | 49.64 | - |
| YUV | 207.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 173 | 0.17 | 0 | 0.23 | 0.12 | 105 | 0.46 | 0.78 |
| Hex | BA | E1 | AD | 11 | 0 | 17 | C | 69 | 2E | 4E |
| Octal | 272 | 341 | 255 | 21 | 0 | 27 | 14 | 151 | 56 | 116 |
| Binary | 10111010 | 11100001 | 10101101 | 10001 | 0 | 10111 | 1100 | 1101001 | 101110 | 1001110 |
Color Harmonies of #BAE1AD
Complementary color
Monochromatic Colors of #BAE1AD
Black with #BAE1AD
Text Example
Text Example
White with #BAE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1AD; }
p { color: rgb(186,225,173); }
H1.HeaderClassName
{
color: #BAE1AD;
}
.AnyTagClassName
{
color: #BAE1AD;
}
</style>
background-color css
<style>
a { background-color: #BAE1AD; }
a { background-color: rgb(186,225,173); }
div.DivClassName
{
background-color: #BAE1AD;
}
.BgClassName
{
background-color: #BAE1AD;
}
</style>
border-color css
<style>
span { border-color: #BAE1AD; }
span { border-color: rgb(186,225,173); }
td.TdClassName
{
border-color: #BAE1AD;
}
.TagClassName
{
border-color: #BAE1AD;
}
</style>