Shades of Madang #BAE1B4
Tints of Madang #BAE1B4
RGB
CMYK
RGB Variations
Color information
#BAE1B4 (or 0xBAE1B4) is known color: Madang. HEX triplet: BA, E1 and B4. RGB value is (186,225,180). Sum of RGB (Red+Green+Blue) = 186+225+180=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1B4 is #451E4B. Grayscale: #D0D0D0. Windows color (decimal): -4529740 or 11854266. OLE color: 11854266.
HSL color Cylindrical-coordinate representation of color #BAE1B4: hue angle of 112º 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 #BAE1B4 is Cyan = 0.17, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 180 | - |
| CMYK | 0.17 | 0 | 0.2 | 0.12 |
| HSL | 112º | 0.43% | 0.79% | - |
| HSV(B) | 112º | 0.2% | 0.88% | - |
| XYZ | 55.41 | 67.58 | 53.3 | - |
| YUV | 208.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 180 | 0.17 | 0 | 0.2 | 0.12 | 112 | 0.43 | 0.79 |
| Hex | BA | E1 | B4 | 11 | 0 | 14 | C | 70 | 2B | 4F |
| Octal | 272 | 341 | 264 | 21 | 0 | 24 | 14 | 160 | 53 | 117 |
| Binary | 10111010 | 11100001 | 10110100 | 10001 | 0 | 10100 | 1100 | 1110000 | 101011 | 1001111 |
Color Harmonies of #BAE1B4
Complementary color
Monochromatic Colors of #BAE1B4
Black with #BAE1B4
Text Example
Text Example
White with #BAE1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1B4; }
p { color: rgb(186,225,180); }
H1.HeaderClassName
{
color: #BAE1B4;
}
.AnyTagClassName
{
color: #BAE1B4;
}
</style>
background-color css
<style>
a { background-color: #BAE1B4; }
a { background-color: rgb(186,225,180); }
div.DivClassName
{
background-color: #BAE1B4;
}
.BgClassName
{
background-color: #BAE1B4;
}
</style>
border-color css
<style>
span { border-color: #BAE1B4; }
span { border-color: rgb(186,225,180); }
td.TdClassName
{
border-color: #BAE1B4;
}
.TagClassName
{
border-color: #BAE1B4;
}
</style>