Shades of Madang #BAEEA6
Tints of Madang #BAEEA6
RGB
CMYK
RGB Variations
Color information
#BAEEA6 (or 0xBAEEA6) is known color: Madang. HEX triplet: BA, EE and A6. RGB value is (186,238,166). Sum of RGB (Red+Green+Blue) = 186+238+166=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEEA6 is #451159. Grayscale: #D6D6D6. Windows color (decimal): -4526426 or 10940090. OLE color: 10940090.
HSL color Cylindrical-coordinate representation of color #BAEEA6: hue angle of 103.33º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAEEA6 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 166 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.07 |
| HSL | 103.33º | 0.68% | 0.79% | - |
| HSV(B) | 103.33º | 0.3% | 0.93% | - |
| XYZ | 57.71 | 74.34 | 47.38 | - |
| YUV | 214.24 | 100.77 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 166 | 0.22 | 0 | 0.30 | 0.07 | 103.33 | 0.68 | 0.79 |
| Hex | BA | EE | A6 | 16 | 0 | 1E | 7 | 67 | 44 | 4F |
| Octal | 272 | 356 | 246 | 26 | 0 | 36 | 7 | 147 | 104 | 117 |
| Binary | 10111010 | 11101110 | 10100110 | 10110 | 0 | 11110 | 111 | 1100111 | 1000100 | 1001111 |
Color Harmonies of #BAEEA6
Complementary color
Monochromatic Colors of #BAEEA6
Black with #BAEEA6
Text Example
Text Example
White with #BAEEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEA6; }
p { color: rgb(186,238,166); }
H1.HeaderClassName
{
color: #BAEEA6;
}
.AnyTagClassName
{
color: #BAEEA6;
}
</style>
background-color css
<style>
a { background-color: #BAEEA6; }
a { background-color: rgb(186,238,166); }
div.DivClassName
{
background-color: #BAEEA6;
}
.BgClassName
{
background-color: #BAEEA6;
}
</style>
border-color css
<style>
span { border-color: #BAEEA6; }
span { border-color: rgb(186,238,166); }
td.TdClassName
{
border-color: #BAEEA6;
}
.TagClassName
{
border-color: #BAEEA6;
}
</style>