Shades of Madang #BAE8AD
Tints of Madang #BAE8AD
RGB
CMYK
RGB Variations
Color information
#BAE8AD (or 0xBAE8AD) is known color: Madang. HEX triplet: BA, E8 and AD. RGB value is (186,232,173). Sum of RGB (Red+Green+Blue) = 186+232+173=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE8AD is #451752. Grayscale: #D3D3D3. Windows color (decimal): -4527955 or 11397306. OLE color: 11397306.
HSL color Cylindrical-coordinate representation of color #BAE8AD: hue angle of 106.78º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAE8AD is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 173 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.09 |
| HSL | 106.78º | 0.56% | 0.79% | - |
| HSV(B) | 106.78º | 0.25% | 0.91% | - |
| XYZ | 56.65 | 71.17 | 50.29 | - |
| YUV | 211.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 173 | 0.20 | 0 | 0.25 | 0.09 | 106.78 | 0.56 | 0.79 |
| Hex | BA | E8 | AD | 14 | 0 | 19 | 9 | 6B | 38 | 4F |
| Octal | 272 | 350 | 255 | 24 | 0 | 31 | 11 | 153 | 70 | 117 |
| Binary | 10111010 | 11101000 | 10101101 | 10100 | 0 | 11001 | 1001 | 1101011 | 111000 | 1001111 |
Color Harmonies of #BAE8AD
Complementary color
Monochromatic Colors of #BAE8AD
Black with #BAE8AD
Text Example
Text Example
White with #BAE8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8AD; }
p { color: rgb(186,232,173); }
H1.HeaderClassName
{
color: #BAE8AD;
}
.AnyTagClassName
{
color: #BAE8AD;
}
</style>
background-color css
<style>
a { background-color: #BAE8AD; }
a { background-color: rgb(186,232,173); }
div.DivClassName
{
background-color: #BAE8AD;
}
.BgClassName
{
background-color: #BAE8AD;
}
</style>
border-color css
<style>
span { border-color: #BAE8AD; }
span { border-color: rgb(186,232,173); }
td.TdClassName
{
border-color: #BAE8AD;
}
.TagClassName
{
border-color: #BAE8AD;
}
</style>