Shades of Madang #BAEAA8
Tints of Madang #BAEAA8
RGB
CMYK
RGB Variations
Color information
#BAEAA8 (or 0xBAEAA8) is known color: Madang. HEX triplet: BA, EA and A8. RGB value is (186,234,168). Sum of RGB (Red+Green+Blue) = 186+234+168=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEAA8 is #451557. Grayscale: #D4D4D4. Windows color (decimal): -4527448 or 11070138. OLE color: 11070138.
HSL color Cylindrical-coordinate representation of color #BAEAA8: hue angle of 103.64º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAEAA8 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 168 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.08 |
| HSL | 103.64º | 0.61% | 0.79% | - |
| HSV(B) | 103.64º | 0.28% | 0.92% | - |
| XYZ | 56.74 | 72.11 | 47.97 | - |
| YUV | 212.12 | 103.1 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 168 | 0.21 | 0 | 0.28 | 0.08 | 103.64 | 0.61 | 0.79 |
| Hex | BA | EA | A8 | 15 | 0 | 1C | 8 | 68 | 3D | 4F |
| Octal | 272 | 352 | 250 | 25 | 0 | 34 | 10 | 150 | 75 | 117 |
| Binary | 10111010 | 11101010 | 10101000 | 10101 | 0 | 11100 | 1000 | 1101000 | 111101 | 1001111 |
Color Harmonies of #BAEAA8
Complementary color
Monochromatic Colors of #BAEAA8
Black with #BAEAA8
Text Example
Text Example
White with #BAEAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEAA8; }
p { color: rgb(186,234,168); }
H1.HeaderClassName
{
color: #BAEAA8;
}
.AnyTagClassName
{
color: #BAEAA8;
}
</style>
background-color css
<style>
a { background-color: #BAEAA8; }
a { background-color: rgb(186,234,168); }
div.DivClassName
{
background-color: #BAEAA8;
}
.BgClassName
{
background-color: #BAEAA8;
}
</style>
border-color css
<style>
span { border-color: #BAEAA8; }
span { border-color: rgb(186,234,168); }
td.TdClassName
{
border-color: #BAEAA8;
}
.TagClassName
{
border-color: #BAEAA8;
}
</style>