Shades of Madang #BAD6AE
Tints of Madang #BAD6AE
RGB
CMYK
RGB Variations
Color information
#BAD6AE (or 0xBAD6AE) is known color: Madang. HEX triplet: BA, D6 and AE. RGB value is (186,214,174). Sum of RGB (Red+Green+Blue) = 186+214+174=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD6AE is #452951. Grayscale: #C9C9C9. Windows color (decimal): -4532562 or 11458234. OLE color: 11458234.
HSL color Cylindrical-coordinate representation of color #BAD6AE: hue angle of 102º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAD6AE is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 174 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.16 |
| HSL | 102º | 0.33% | 0.76% | - |
| HSV(B) | 102º | 0.19% | 0.84% | - |
| XYZ | 51.94 | 61.59 | 49.19 | - |
| YUV | 201.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 174 | 0.13 | 0 | 0.19 | 0.16 | 102 | 0.33 | 0.76 |
| Hex | BA | D6 | AE | D | 0 | 13 | 10 | 66 | 21 | 4C |
| Octal | 272 | 326 | 256 | 15 | 0 | 23 | 20 | 146 | 41 | 114 |
| Binary | 10111010 | 11010110 | 10101110 | 1101 | 0 | 10011 | 10000 | 1100110 | 100001 | 1001100 |
Color Harmonies of #BAD6AE
Complementary color
Monochromatic Colors of #BAD6AE
Black with #BAD6AE
Text Example
Text Example
White with #BAD6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD6AE; }
p { color: rgb(186,214,174); }
H1.HeaderClassName
{
color: #BAD6AE;
}
.AnyTagClassName
{
color: #BAD6AE;
}
</style>
background-color css
<style>
a { background-color: #BAD6AE; }
a { background-color: rgb(186,214,174); }
div.DivClassName
{
background-color: #BAD6AE;
}
.BgClassName
{
background-color: #BAD6AE;
}
</style>
border-color css
<style>
span { border-color: #BAD6AE; }
span { border-color: rgb(186,214,174); }
td.TdClassName
{
border-color: #BAD6AE;
}
.TagClassName
{
border-color: #BAD6AE;
}
</style>