Shades of Madang #BAEEAF
Tints of Madang #BAEEAF
RGB
CMYK
RGB Variations
Color information
#BAEEAF (or 0xBAEEAF) is known color: Madang. HEX triplet: BA, EE and AF. RGB value is (186,238,175). Sum of RGB (Red+Green+Blue) = 186+238+175=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEEAF is #451150. Grayscale: #D7D7D7. Windows color (decimal): -4526417 or 11529914. OLE color: 11529914.
HSL color Cylindrical-coordinate representation of color #BAEEAF: hue angle of 109.52º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAEEAF is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 175 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.07 |
| HSL | 109.52º | 0.65% | 0.81% | - |
| HSV(B) | 109.52º | 0.26% | 0.93% | - |
| XYZ | 58.56 | 74.68 | 51.89 | - |
| YUV | 215.27 | 105.27 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 175 | 0.22 | 0 | 0.26 | 0.07 | 109.52 | 0.65 | 0.81 |
| Hex | BA | EE | AF | 16 | 0 | 1A | 7 | 6E | 41 | 51 |
| Octal | 272 | 356 | 257 | 26 | 0 | 32 | 7 | 156 | 101 | 121 |
| Binary | 10111010 | 11101110 | 10101111 | 10110 | 0 | 11010 | 111 | 1101110 | 1000001 | 1010001 |
Color Harmonies of #BAEEAF
Complementary color
Monochromatic Colors of #BAEEAF
Black with #BAEEAF
Text Example
Text Example
White with #BAEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEAF; }
p { color: rgb(186,238,175); }
H1.HeaderClassName
{
color: #BAEEAF;
}
.AnyTagClassName
{
color: #BAEEAF;
}
</style>
background-color css
<style>
a { background-color: #BAEEAF; }
a { background-color: rgb(186,238,175); }
div.DivClassName
{
background-color: #BAEEAF;
}
.BgClassName
{
background-color: #BAEEAF;
}
</style>
border-color css
<style>
span { border-color: #BAEEAF; }
span { border-color: rgb(186,238,175); }
td.TdClassName
{
border-color: #BAEEAF;
}
.TagClassName
{
border-color: #BAEEAF;
}
</style>