Shades of Madang #BAEEAD
Tints of Madang #BAEEAD
RGB
CMYK
RGB Variations
Color information
#BAEEAD (or 0xBAEEAD) is known color: Madang. HEX triplet: BA, EE and AD. RGB value is (186,238,173). Sum of RGB (Red+Green+Blue) = 186+238+173=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEEAD is #451152. Grayscale: #D7D7D7. Windows color (decimal): -4526419 or 11398842. OLE color: 11398842.
HSL color Cylindrical-coordinate representation of color #BAEEAD: hue angle of 108º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAEEAD is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 173 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.07 |
| HSL | 108º | 0.66% | 0.81% | - |
| HSV(B) | 108º | 0.27% | 0.93% | - |
| XYZ | 58.37 | 74.61 | 50.86 | - |
| YUV | 215.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 173 | 0.22 | 0 | 0.27 | 0.07 | 108 | 0.66 | 0.81 |
| Hex | BA | EE | AD | 16 | 0 | 1B | 7 | 6C | 42 | 51 |
| Octal | 272 | 356 | 255 | 26 | 0 | 33 | 7 | 154 | 102 | 121 |
| Binary | 10111010 | 11101110 | 10101101 | 10110 | 0 | 11011 | 111 | 1101100 | 1000010 | 1010001 |
Color Harmonies of #BAEEAD
Complementary color
Monochromatic Colors of #BAEEAD
Black with #BAEEAD
Text Example
Text Example
White with #BAEEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEAD; }
p { color: rgb(186,238,173); }
H1.HeaderClassName
{
color: #BAEEAD;
}
.AnyTagClassName
{
color: #BAEEAD;
}
</style>
background-color css
<style>
a { background-color: #BAEEAD; }
a { background-color: rgb(186,238,173); }
div.DivClassName
{
background-color: #BAEEAD;
}
.BgClassName
{
background-color: #BAEEAD;
}
</style>
border-color css
<style>
span { border-color: #BAEEAD; }
span { border-color: rgb(186,238,173); }
td.TdClassName
{
border-color: #BAEEAD;
}
.TagClassName
{
border-color: #BAEEAD;
}
</style>