Shades of Madang #BAEAB0
Tints of Madang #BAEAB0
RGB
CMYK
RGB Variations
Color information
#BAEAB0 (or 0xBAEAB0) is known color: Madang. HEX triplet: BA, EA and B0. RGB value is (186,234,176). Sum of RGB (Red+Green+Blue) = 186+234+176=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEAB0 is #45154F. Grayscale: #D5D5D5. Windows color (decimal): -4527440 or 11594426. OLE color: 11594426.
HSL color Cylindrical-coordinate representation of color #BAEAB0: hue angle of 109.66º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAEAB0 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 176 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.08 |
| HSL | 109.66º | 0.58% | 0.8% | - |
| HSV(B) | 109.66º | 0.25% | 0.92% | - |
| XYZ | 57.51 | 72.42 | 52.02 | - |
| YUV | 213.04 | 107.1 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 176 | 0.21 | 0 | 0.25 | 0.08 | 109.66 | 0.58 | 0.8 |
| Hex | BA | EA | B0 | 15 | 0 | 19 | 8 | 6E | 3A | 50 |
| Octal | 272 | 352 | 260 | 25 | 0 | 31 | 10 | 156 | 72 | 120 |
| Binary | 10111010 | 11101010 | 10110000 | 10101 | 0 | 11001 | 1000 | 1101110 | 111010 | 1010000 |
Color Harmonies of #BAEAB0
Complementary color
Monochromatic Colors of #BAEAB0
Black with #BAEAB0
Text Example
Text Example
White with #BAEAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEAB0; }
p { color: rgb(186,234,176); }
H1.HeaderClassName
{
color: #BAEAB0;
}
.AnyTagClassName
{
color: #BAEAB0;
}
</style>
background-color css
<style>
a { background-color: #BAEAB0; }
a { background-color: rgb(186,234,176); }
div.DivClassName
{
background-color: #BAEAB0;
}
.BgClassName
{
background-color: #BAEAB0;
}
</style>
border-color css
<style>
span { border-color: #BAEAB0; }
span { border-color: rgb(186,234,176); }
td.TdClassName
{
border-color: #BAEAB0;
}
.TagClassName
{
border-color: #BAEAB0;
}
</style>