Shades of Madang #BAF0AB
Tints of Madang #BAF0AB
RGB
CMYK
RGB Variations
Color information
#BAF0AB (or 0xBAF0AB) is known color: Madang. HEX triplet: BA, F0 and AB. RGB value is (186,240,171). Sum of RGB (Red+Green+Blue) = 186+240+171=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF0AB is #450F54. Grayscale: #D8D8D8. Windows color (decimal): -4525909 or 11268282. OLE color: 11268282.
HSL color Cylindrical-coordinate representation of color #BAF0AB: hue angle of 106.96º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAF0AB is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 171 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.06 |
| HSL | 106.96º | 0.7% | 0.81% | - |
| HSV(B) | 106.96º | 0.29% | 0.94% | - |
| XYZ | 58.76 | 75.7 | 50.04 | - |
| YUV | 215.99 | 102.61 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 171 | 0.22 | 0 | 0.29 | 0.06 | 106.96 | 0.7 | 0.81 |
| Hex | BA | F0 | AB | 16 | 0 | 1D | 6 | 6B | 46 | 51 |
| Octal | 272 | 360 | 253 | 26 | 0 | 35 | 6 | 153 | 106 | 121 |
| Binary | 10111010 | 11110000 | 10101011 | 10110 | 0 | 11101 | 110 | 1101011 | 1000110 | 1010001 |
Color Harmonies of #BAF0AB
Complementary color
Monochromatic Colors of #BAF0AB
Black with #BAF0AB
Text Example
Text Example
White with #BAF0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF0AB; }
p { color: rgb(186,240,171); }
H1.HeaderClassName
{
color: #BAF0AB;
}
.AnyTagClassName
{
color: #BAF0AB;
}
</style>
background-color css
<style>
a { background-color: #BAF0AB; }
a { background-color: rgb(186,240,171); }
div.DivClassName
{
background-color: #BAF0AB;
}
.BgClassName
{
background-color: #BAF0AB;
}
</style>
border-color css
<style>
span { border-color: #BAF0AB; }
span { border-color: rgb(186,240,171); }
td.TdClassName
{
border-color: #BAF0AB;
}
.TagClassName
{
border-color: #BAF0AB;
}
</style>