Shades of Madang #BAEAA7
Tints of Madang #BAEAA7
RGB
CMYK
RGB Variations
Color information
#BAEAA7 (or 0xBAEAA7) is known color: Madang. HEX triplet: BA, EA and A7. RGB value is (186,234,167). Sum of RGB (Red+Green+Blue) = 186+234+167=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 167 (65.62% from 255 or 28.45% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEAA7 is #451558. Grayscale: #D4D4D4. Windows color (decimal): -4527449 or 11004602. OLE color: 11004602.
HSL color Cylindrical-coordinate representation of color #BAEAA7: hue angle of 102.99º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAEAA7 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 167 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.08 |
| HSL | 102.99º | 0.61% | 0.79% | - |
| HSV(B) | 102.99º | 0.29% | 0.92% | - |
| XYZ | 56.65 | 72.07 | 47.49 | - |
| YUV | 212.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 167 | 0.21 | 0 | 0.29 | 0.08 | 102.99 | 0.61 | 0.79 |
| Hex | BA | EA | A7 | 15 | 0 | 1D | 8 | 67 | 3D | 4F |
| Octal | 272 | 352 | 247 | 25 | 0 | 35 | 10 | 147 | 75 | 117 |
| Binary | 10111010 | 11101010 | 10100111 | 10101 | 0 | 11101 | 1000 | 1100111 | 111101 | 1001111 |
Color Harmonies of #BAEAA7
Complementary color
Monochromatic Colors of #BAEAA7
Black with #BAEAA7
Text Example
Text Example
White with #BAEAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEAA7; }
p { color: rgb(186,234,167); }
H1.HeaderClassName
{
color: #BAEAA7;
}
.AnyTagClassName
{
color: #BAEAA7;
}
</style>
background-color css
<style>
a { background-color: #BAEAA7; }
a { background-color: rgb(186,234,167); }
div.DivClassName
{
background-color: #BAEAA7;
}
.BgClassName
{
background-color: #BAEAA7;
}
</style>
border-color css
<style>
span { border-color: #BAEAA7; }
span { border-color: rgb(186,234,167); }
td.TdClassName
{
border-color: #BAEAA7;
}
.TagClassName
{
border-color: #BAEAA7;
}
</style>