Shades of Madang #BAE1B3
Tints of Madang #BAE1B3
RGB
CMYK
RGB Variations
Color information
#BAE1B3 (or 0xBAE1B3) is known color: Madang. HEX triplet: BA, E1 and B3. RGB value is (186,225,179). Sum of RGB (Red+Green+Blue) = 186+225+179=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1B3 is #451E4C. Grayscale: #D0D0D0. Windows color (decimal): -4529741 or 11788730. OLE color: 11788730.
HSL color Cylindrical-coordinate representation of color #BAE1B3: hue angle of 110.87º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE1B3 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 179 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.12 |
| HSL | 110.87º | 0.43% | 0.79% | - |
| HSV(B) | 110.87º | 0.2% | 0.88% | - |
| XYZ | 55.31 | 67.54 | 52.77 | - |
| YUV | 208.1 | 111.58 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 179 | 0.17 | 0 | 0.20 | 0.12 | 110.87 | 0.43 | 0.79 |
| Hex | BA | E1 | B3 | 11 | 0 | 14 | C | 6F | 2B | 4F |
| Octal | 272 | 341 | 263 | 21 | 0 | 24 | 14 | 157 | 53 | 117 |
| Binary | 10111010 | 11100001 | 10110011 | 10001 | 0 | 10100 | 1100 | 1101111 | 101011 | 1001111 |
Color Harmonies of #BAE1B3
Complementary color
Monochromatic Colors of #BAE1B3
Black with #BAE1B3
Text Example
Text Example
White with #BAE1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1B3; }
p { color: rgb(186,225,179); }
H1.HeaderClassName
{
color: #BAE1B3;
}
.AnyTagClassName
{
color: #BAE1B3;
}
</style>
background-color css
<style>
a { background-color: #BAE1B3; }
a { background-color: rgb(186,225,179); }
div.DivClassName
{
background-color: #BAE1B3;
}
.BgClassName
{
background-color: #BAE1B3;
}
</style>
border-color css
<style>
span { border-color: #BAE1B3; }
span { border-color: rgb(186,225,179); }
td.TdClassName
{
border-color: #BAE1B3;
}
.TagClassName
{
border-color: #BAE1B3;
}
</style>