Shades of Madang #BAEAA6
Tints of Madang #BAEAA6
RGB
CMYK
RGB Variations
Color information
#BAEAA6 (or 0xBAEAA6) is known color: Madang. HEX triplet: BA, EA and A6. RGB value is (186,234,166). Sum of RGB (Red+Green+Blue) = 186+234+166=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEAA6 is #451559. Grayscale: #D4D4D4. Windows color (decimal): -4527450 or 10939066. OLE color: 10939066.
HSL color Cylindrical-coordinate representation of color #BAEAA6: hue angle of 102.35º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAEAA6 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 166 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.08 |
| HSL | 102.35º | 0.62% | 0.78% | - |
| HSV(B) | 102.35º | 0.29% | 0.92% | - |
| XYZ | 56.56 | 72.04 | 47 | - |
| YUV | 211.9 | 102.1 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 166 | 0.21 | 0 | 0.29 | 0.08 | 102.35 | 0.62 | 0.78 |
| Hex | BA | EA | A6 | 15 | 0 | 1D | 8 | 66 | 3E | 4E |
| Octal | 272 | 352 | 246 | 25 | 0 | 35 | 10 | 146 | 76 | 116 |
| Binary | 10111010 | 11101010 | 10100110 | 10101 | 0 | 11101 | 1000 | 1100110 | 111110 | 1001110 |
Color Harmonies of #BAEAA6
Complementary color
Monochromatic Colors of #BAEAA6
Black with #BAEAA6
Text Example
Text Example
White with #BAEAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEAA6; }
p { color: rgb(186,234,166); }
H1.HeaderClassName
{
color: #BAEAA6;
}
.AnyTagClassName
{
color: #BAEAA6;
}
</style>
background-color css
<style>
a { background-color: #BAEAA6; }
a { background-color: rgb(186,234,166); }
div.DivClassName
{
background-color: #BAEAA6;
}
.BgClassName
{
background-color: #BAEAA6;
}
</style>
border-color css
<style>
span { border-color: #BAEAA6; }
span { border-color: rgb(186,234,166); }
td.TdClassName
{
border-color: #BAEAA6;
}
.TagClassName
{
border-color: #BAEAA6;
}
</style>