Shades of Madang #BAEDAC
Tints of Madang #BAEDAC
RGB
CMYK
RGB Variations
Color information
#BAEDAC (or 0xBAEDAC) is known color: Madang. HEX triplet: BA, ED and AC. RGB value is (186,237,172). Sum of RGB (Red+Green+Blue) = 186+237+172=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEDAC is #451253. Grayscale: #D6D6D6. Windows color (decimal): -4526676 or 11333050. OLE color: 11333050.
HSL color Cylindrical-coordinate representation of color #BAEDAC: hue angle of 107.08º degrees, saturation: 0.64, 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 #BAEDAC is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 172 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.07 |
| HSL | 107.08º | 0.64% | 0.8% | - |
| HSV(B) | 107.08º | 0.27% | 0.93% | - |
| XYZ | 57.98 | 73.99 | 50.25 | - |
| YUV | 214.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 172 | 0.22 | 0 | 0.27 | 0.07 | 107.08 | 0.64 | 0.8 |
| Hex | BA | ED | AC | 16 | 0 | 1B | 7 | 6B | 40 | 50 |
| Octal | 272 | 355 | 254 | 26 | 0 | 33 | 7 | 153 | 100 | 120 |
| Binary | 10111010 | 11101101 | 10101100 | 10110 | 0 | 11011 | 111 | 1101011 | 1000000 | 1010000 |
Color Harmonies of #BAEDAC
Complementary color
Monochromatic Colors of #BAEDAC
Black with #BAEDAC
Text Example
Text Example
White with #BAEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDAC; }
p { color: rgb(186,237,172); }
H1.HeaderClassName
{
color: #BAEDAC;
}
.AnyTagClassName
{
color: #BAEDAC;
}
</style>
background-color css
<style>
a { background-color: #BAEDAC; }
a { background-color: rgb(186,237,172); }
div.DivClassName
{
background-color: #BAEDAC;
}
.BgClassName
{
background-color: #BAEDAC;
}
</style>
border-color css
<style>
span { border-color: #BAEDAC; }
span { border-color: rgb(186,237,172); }
td.TdClassName
{
border-color: #BAEDAC;
}
.TagClassName
{
border-color: #BAEDAC;
}
</style>