Shades of Madang #BAF2AB
Tints of Madang #BAF2AB
RGB
CMYK
RGB Variations
Color information
#BAF2AB (or 0xBAF2AB) is known color: Madang. HEX triplet: BA, F2 and AB. RGB value is (186,242,171). Sum of RGB (Red+Green+Blue) = 186+242+171=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF2AB is #450D54. Grayscale: #D9D9D9. Windows color (decimal): -4525397 or 11268794. OLE color: 11268794.
HSL color Cylindrical-coordinate representation of color #BAF2AB: hue angle of 107.32º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAF2AB is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 171 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.05 |
| HSL | 107.32º | 0.73% | 0.81% | - |
| HSV(B) | 107.32º | 0.29% | 0.95% | - |
| XYZ | 59.35 | 76.88 | 50.24 | - |
| YUV | 217.16 | 101.95 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 171 | 0.23 | 0 | 0.29 | 0.05 | 107.32 | 0.73 | 0.81 |
| Hex | BA | F2 | AB | 17 | 0 | 1D | 5 | 6B | 49 | 51 |
| Octal | 272 | 362 | 253 | 27 | 0 | 35 | 5 | 153 | 111 | 121 |
| Binary | 10111010 | 11110010 | 10101011 | 10111 | 0 | 11101 | 101 | 1101011 | 1001001 | 1010001 |
Color Harmonies of #BAF2AB
Complementary color
Monochromatic Colors of #BAF2AB
Black with #BAF2AB
Text Example
Text Example
White with #BAF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2AB; }
p { color: rgb(186,242,171); }
H1.HeaderClassName
{
color: #BAF2AB;
}
.AnyTagClassName
{
color: #BAF2AB;
}
</style>
background-color css
<style>
a { background-color: #BAF2AB; }
a { background-color: rgb(186,242,171); }
div.DivClassName
{
background-color: #BAF2AB;
}
.BgClassName
{
background-color: #BAF2AB;
}
</style>
border-color css
<style>
span { border-color: #BAF2AB; }
span { border-color: rgb(186,242,171); }
td.TdClassName
{
border-color: #BAF2AB;
}
.TagClassName
{
border-color: #BAF2AB;
}
</style>