Shades of Madang #BAEDAF
Tints of Madang #BAEDAF
RGB
CMYK
RGB Variations
Color information
#BAEDAF (or 0xBAEDAF) is known color: Madang. HEX triplet: BA, ED and AF. RGB value is (186,237,175). Sum of RGB (Red+Green+Blue) = 186+237+175=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEDAF is #451250. Grayscale: #D6D6D6. Windows color (decimal): -4526673 or 11529658. OLE color: 11529658.
HSL color Cylindrical-coordinate representation of color #BAEDAF: hue angle of 109.35º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAEDAF is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 175 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.07 |
| HSL | 109.35º | 0.63% | 0.81% | - |
| HSV(B) | 109.35º | 0.26% | 0.93% | - |
| XYZ | 58.27 | 74.1 | 51.79 | - |
| YUV | 214.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 175 | 0.22 | 0 | 0.26 | 0.07 | 109.35 | 0.63 | 0.81 |
| Hex | BA | ED | AF | 16 | 0 | 1A | 7 | 6D | 3F | 51 |
| Octal | 272 | 355 | 257 | 26 | 0 | 32 | 7 | 155 | 77 | 121 |
| Binary | 10111010 | 11101101 | 10101111 | 10110 | 0 | 11010 | 111 | 1101101 | 111111 | 1010001 |
Color Harmonies of #BAEDAF
Complementary color
Monochromatic Colors of #BAEDAF
Black with #BAEDAF
Text Example
Text Example
White with #BAEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDAF; }
p { color: rgb(186,237,175); }
H1.HeaderClassName
{
color: #BAEDAF;
}
.AnyTagClassName
{
color: #BAEDAF;
}
</style>
background-color css
<style>
a { background-color: #BAEDAF; }
a { background-color: rgb(186,237,175); }
div.DivClassName
{
background-color: #BAEDAF;
}
.BgClassName
{
background-color: #BAEDAF;
}
</style>
border-color css
<style>
span { border-color: #BAEDAF; }
span { border-color: rgb(186,237,175); }
td.TdClassName
{
border-color: #BAEDAF;
}
.TagClassName
{
border-color: #BAEDAF;
}
</style>