Shades of Madang #BAE9B3
Tints of Madang #BAE9B3
RGB
CMYK
RGB Variations
Color information
#BAE9B3 (or 0xBAE9B3) is known color: Madang. HEX triplet: BA, E9 and B3. RGB value is (186,233,179). Sum of RGB (Red+Green+Blue) = 186+233+179=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 179 (70.31% from 255 or 29.93% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9B3 is #45164C. Grayscale: #D4D4D4. Windows color (decimal): -4527693 or 11790778. OLE color: 11790778.
HSL color Cylindrical-coordinate representation of color #BAE9B3: hue angle of 112.22º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAE9B3 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 179 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.09 |
| HSL | 112.22º | 0.55% | 0.81% | - |
| HSV(B) | 112.22º | 0.23% | 0.91% | - |
| XYZ | 57.53 | 71.97 | 53.51 | - |
| YUV | 212.79 | 108.93 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 179 | 0.20 | 0 | 0.23 | 0.09 | 112.22 | 0.55 | 0.81 |
| Hex | BA | E9 | B3 | 14 | 0 | 17 | 9 | 70 | 37 | 51 |
| Octal | 272 | 351 | 263 | 24 | 0 | 27 | 11 | 160 | 67 | 121 |
| Binary | 10111010 | 11101001 | 10110011 | 10100 | 0 | 10111 | 1001 | 1110000 | 110111 | 1010001 |
Color Harmonies of #BAE9B3
Complementary color
Monochromatic Colors of #BAE9B3
Black with #BAE9B3
Text Example
Text Example
White with #BAE9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9B3; }
p { color: rgb(186,233,179); }
H1.HeaderClassName
{
color: #BAE9B3;
}
.AnyTagClassName
{
color: #BAE9B3;
}
</style>
background-color css
<style>
a { background-color: #BAE9B3; }
a { background-color: rgb(186,233,179); }
div.DivClassName
{
background-color: #BAE9B3;
}
.BgClassName
{
background-color: #BAE9B3;
}
</style>
border-color css
<style>
span { border-color: #BAE9B3; }
span { border-color: rgb(186,233,179); }
td.TdClassName
{
border-color: #BAE9B3;
}
.TagClassName
{
border-color: #BAE9B3;
}
</style>