Shades of Madang #BADCAE
Tints of Madang #BADCAE
RGB
CMYK
RGB Variations
Color information
#BADCAE (or 0xBADCAE) is known color: Madang. HEX triplet: BA, DC and AE. RGB value is (186,220,174). Sum of RGB (Red+Green+Blue) = 186+220+174=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADCAE is #452351. Grayscale: #CCCCCC. Windows color (decimal): -4531026 or 11459770. OLE color: 11459770.
HSL color Cylindrical-coordinate representation of color #BADCAE: hue angle of 104.35º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADCAE is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 174 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.14 |
| HSL | 104.35º | 0.4% | 0.77% | - |
| HSV(B) | 104.35º | 0.21% | 0.86% | - |
| XYZ | 53.48 | 64.68 | 49.71 | - |
| YUV | 204.59 | 110.74 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 174 | 0.15 | 0 | 0.21 | 0.14 | 104.35 | 0.4 | 0.77 |
| Hex | BA | DC | AE | F | 0 | 15 | E | 68 | 28 | 4D |
| Octal | 272 | 334 | 256 | 17 | 0 | 25 | 16 | 150 | 50 | 115 |
| Binary | 10111010 | 11011100 | 10101110 | 1111 | 0 | 10101 | 1110 | 1101000 | 101000 | 1001101 |
Color Harmonies of #BADCAE
Complementary color
Monochromatic Colors of #BADCAE
Black with #BADCAE
Text Example
Text Example
White with #BADCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCAE; }
p { color: rgb(186,220,174); }
H1.HeaderClassName
{
color: #BADCAE;
}
.AnyTagClassName
{
color: #BADCAE;
}
</style>
background-color css
<style>
a { background-color: #BADCAE; }
a { background-color: rgb(186,220,174); }
div.DivClassName
{
background-color: #BADCAE;
}
.BgClassName
{
background-color: #BADCAE;
}
</style>
border-color css
<style>
span { border-color: #BADCAE; }
span { border-color: rgb(186,220,174); }
td.TdClassName
{
border-color: #BADCAE;
}
.TagClassName
{
border-color: #BADCAE;
}
</style>