Shades of Madang #BAE3B3
Tints of Madang #BAE3B3
RGB
CMYK
RGB Variations
Color information
#BAE3B3 (or 0xBAE3B3) is known color: Madang. HEX triplet: BA, E3 and B3. RGB value is (186,227,179). Sum of RGB (Red+Green+Blue) = 186+227+179=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 179 (70.31% from 255 or 30.24% from 592); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE3B3 is #451C4C. Grayscale: #D1D1D1. Windows color (decimal): -4529229 or 11789242. OLE color: 11789242.
HSL color Cylindrical-coordinate representation of color #BAE3B3: hue angle of 111.25º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAE3B3 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 179 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.11 |
| HSL | 111.25º | 0.46% | 0.8% | - |
| HSV(B) | 111.25º | 0.21% | 0.89% | - |
| XYZ | 55.86 | 68.63 | 52.95 | - |
| YUV | 209.27 | 110.92 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 179 | 0.18 | 0 | 0.21 | 0.11 | 111.25 | 0.46 | 0.8 |
| Hex | BA | E3 | B3 | 12 | 0 | 15 | B | 6F | 2E | 50 |
| Octal | 272 | 343 | 263 | 22 | 0 | 25 | 13 | 157 | 56 | 120 |
| Binary | 10111010 | 11100011 | 10110011 | 10010 | 0 | 10101 | 1011 | 1101111 | 101110 | 1010000 |
Color Harmonies of #BAE3B3
Complementary color
Monochromatic Colors of #BAE3B3
Black with #BAE3B3
Text Example
Text Example
White with #BAE3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE3B3; }
p { color: rgb(186,227,179); }
H1.HeaderClassName
{
color: #BAE3B3;
}
.AnyTagClassName
{
color: #BAE3B3;
}
</style>
background-color css
<style>
a { background-color: #BAE3B3; }
a { background-color: rgb(186,227,179); }
div.DivClassName
{
background-color: #BAE3B3;
}
.BgClassName
{
background-color: #BAE3B3;
}
</style>
border-color css
<style>
span { border-color: #BAE3B3; }
span { border-color: rgb(186,227,179); }
td.TdClassName
{
border-color: #BAE3B3;
}
.TagClassName
{
border-color: #BAE3B3;
}
</style>