Shades of Madang #BAEAAA
Tints of Madang #BAEAAA
RGB
CMYK
RGB Variations
Color information
#BAEAAA (or 0xBAEAAA) is known color: Madang. HEX triplet: BA, EA and AA. RGB value is (186,234,170). Sum of RGB (Red+Green+Blue) = 186+234+170=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEAAA is #451555. Grayscale: #D4D4D4. Windows color (decimal): -4527446 or 11201210. OLE color: 11201210.
HSL color Cylindrical-coordinate representation of color #BAEAAA: hue angle of 105º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAEAAA is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 170 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.08 |
| HSL | 105º | 0.6% | 0.79% | - |
| HSV(B) | 105º | 0.27% | 0.92% | - |
| XYZ | 56.93 | 72.19 | 48.96 | - |
| YUV | 212.35 | 104.1 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 170 | 0.21 | 0 | 0.27 | 0.08 | 105 | 0.6 | 0.79 |
| Hex | BA | EA | AA | 15 | 0 | 1B | 8 | 69 | 3C | 4F |
| Octal | 272 | 352 | 252 | 25 | 0 | 33 | 10 | 151 | 74 | 117 |
| Binary | 10111010 | 11101010 | 10101010 | 10101 | 0 | 11011 | 1000 | 1101001 | 111100 | 1001111 |
Color Harmonies of #BAEAAA
Complementary color
Monochromatic Colors of #BAEAAA
Black with #BAEAAA
Text Example
Text Example
White with #BAEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEAAA; }
p { color: rgb(186,234,170); }
H1.HeaderClassName
{
color: #BAEAAA;
}
.AnyTagClassName
{
color: #BAEAAA;
}
</style>
background-color css
<style>
a { background-color: #BAEAAA; }
a { background-color: rgb(186,234,170); }
div.DivClassName
{
background-color: #BAEAAA;
}
.BgClassName
{
background-color: #BAEAAA;
}
</style>
border-color css
<style>
span { border-color: #BAEAAA; }
span { border-color: rgb(186,234,170); }
td.TdClassName
{
border-color: #BAEAAA;
}
.TagClassName
{
border-color: #BAEAAA;
}
</style>