Shades of Madang #BAECAD
Tints of Madang #BAECAD
RGB
CMYK
RGB Variations
Color information
#BAECAD (or 0xBAECAD) is known color: Madang. HEX triplet: BA, EC and AD. RGB value is (186,236,173). Sum of RGB (Red+Green+Blue) = 186+236+173=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAECAD is #451352. Grayscale: #D6D6D6. Windows color (decimal): -4526931 or 11398330. OLE color: 11398330.
HSL color Cylindrical-coordinate representation of color #BAECAD: hue angle of 107.62º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAECAD is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 173 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.07 |
| HSL | 107.62º | 0.62% | 0.8% | - |
| HSV(B) | 107.62º | 0.27% | 0.93% | - |
| XYZ | 57.79 | 73.45 | 50.67 | - |
| YUV | 213.87 | 104.94 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 173 | 0.21 | 0 | 0.27 | 0.07 | 107.62 | 0.62 | 0.8 |
| Hex | BA | EC | AD | 15 | 0 | 1B | 7 | 6C | 3E | 50 |
| Octal | 272 | 354 | 255 | 25 | 0 | 33 | 7 | 154 | 76 | 120 |
| Binary | 10111010 | 11101100 | 10101101 | 10101 | 0 | 11011 | 111 | 1101100 | 111110 | 1010000 |
Color Harmonies of #BAECAD
Complementary color
Monochromatic Colors of #BAECAD
Black with #BAECAD
Text Example
Text Example
White with #BAECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECAD; }
p { color: rgb(186,236,173); }
H1.HeaderClassName
{
color: #BAECAD;
}
.AnyTagClassName
{
color: #BAECAD;
}
</style>
background-color css
<style>
a { background-color: #BAECAD; }
a { background-color: rgb(186,236,173); }
div.DivClassName
{
background-color: #BAECAD;
}
.BgClassName
{
background-color: #BAECAD;
}
</style>
border-color css
<style>
span { border-color: #BAECAD; }
span { border-color: rgb(186,236,173); }
td.TdClassName
{
border-color: #BAECAD;
}
.TagClassName
{
border-color: #BAECAD;
}
</style>