Shades of Madang #BAEDB3
Tints of Madang #BAEDB3
RGB
CMYK
RGB Variations
Color information
#BAEDB3 (or 0xBAEDB3) is known color: Madang. HEX triplet: BA, ED and B3. RGB value is (186,237,179). Sum of RGB (Red+Green+Blue) = 186+237+179=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDB3 is #45124C. Grayscale: #D7D7D7. Windows color (decimal): -4526669 or 11791802. OLE color: 11791802.
HSL color Cylindrical-coordinate representation of color #BAEDB3: hue angle of 112.76º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAEDB3 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 179 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.07 |
| HSL | 112.76º | 0.62% | 0.82% | - |
| HSV(B) | 112.76º | 0.24% | 0.93% | - |
| XYZ | 58.67 | 74.26 | 53.89 | - |
| YUV | 215.14 | 107.6 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 179 | 0.22 | 0 | 0.24 | 0.07 | 112.76 | 0.62 | 0.82 |
| Hex | BA | ED | B3 | 16 | 0 | 18 | 7 | 71 | 3E | 52 |
| Octal | 272 | 355 | 263 | 26 | 0 | 30 | 7 | 161 | 76 | 122 |
| Binary | 10111010 | 11101101 | 10110011 | 10110 | 0 | 11000 | 111 | 1110001 | 111110 | 1010010 |
Color Harmonies of #BAEDB3
Complementary color
Monochromatic Colors of #BAEDB3
Black with #BAEDB3
Text Example
Text Example
White with #BAEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDB3; }
p { color: rgb(186,237,179); }
H1.HeaderClassName
{
color: #BAEDB3;
}
.AnyTagClassName
{
color: #BAEDB3;
}
</style>
background-color css
<style>
a { background-color: #BAEDB3; }
a { background-color: rgb(186,237,179); }
div.DivClassName
{
background-color: #BAEDB3;
}
.BgClassName
{
background-color: #BAEDB3;
}
</style>
border-color css
<style>
span { border-color: #BAEDB3; }
span { border-color: rgb(186,237,179); }
td.TdClassName
{
border-color: #BAEDB3;
}
.TagClassName
{
border-color: #BAEDB3;
}
</style>