Shades of Madang #BAEBAB
Tints of Madang #BAEBAB
RGB
CMYK
RGB Variations
Color information
#BAEBAB (or 0xBAEBAB) is known color: Madang. HEX triplet: BA, EB and AB. RGB value is (186,235,171). Sum of RGB (Red+Green+Blue) = 186+235+171=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEBAB is #451454. Grayscale: #D5D5D5. Windows color (decimal): -4527189 or 11267002. OLE color: 11267002.
HSL color Cylindrical-coordinate representation of color #BAEBAB: hue angle of 105.94º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAEBAB is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 235 | 171 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.08 |
| HSL | 105.94º | 0.62% | 0.8% | - |
| HSV(B) | 105.94º | 0.27% | 0.92% | - |
| XYZ | 57.31 | 72.8 | 49.56 | - |
| YUV | 213.05 | 104.27 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 171 | 0.21 | 0 | 0.27 | 0.08 | 105.94 | 0.62 | 0.8 |
| Hex | BA | EB | AB | 15 | 0 | 1B | 8 | 6A | 3E | 50 |
| Octal | 272 | 353 | 253 | 25 | 0 | 33 | 10 | 152 | 76 | 120 |
| Binary | 10111010 | 11101011 | 10101011 | 10101 | 0 | 11011 | 1000 | 1101010 | 111110 | 1010000 |
Color Harmonies of #BAEBAB
Complementary color
Monochromatic Colors of #BAEBAB
Black with #BAEBAB
Text Example
Text Example
White with #BAEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEBAB; }
p { color: rgb(186,235,171); }
H1.HeaderClassName
{
color: #BAEBAB;
}
.AnyTagClassName
{
color: #BAEBAB;
}
</style>
background-color css
<style>
a { background-color: #BAEBAB; }
a { background-color: rgb(186,235,171); }
div.DivClassName
{
background-color: #BAEBAB;
}
.BgClassName
{
background-color: #BAEBAB;
}
</style>
border-color css
<style>
span { border-color: #BAEBAB; }
span { border-color: rgb(186,235,171); }
td.TdClassName
{
border-color: #BAEBAB;
}
.TagClassName
{
border-color: #BAEBAB;
}
</style>