Shades of Madang #BAF1AB
Tints of Madang #BAF1AB
RGB
CMYK
RGB Variations
Color information
#BAF1AB (or 0xBAF1AB) is known color: Madang. HEX triplet: BA, F1 and AB. RGB value is (186,241,171). Sum of RGB (Red+Green+Blue) = 186+241+171=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF1AB is #450E54. Grayscale: #D8D8D8. Windows color (decimal): -4525653 or 11268538. OLE color: 11268538.
HSL color Cylindrical-coordinate representation of color #BAF1AB: hue angle of 107.14º degrees, saturation: 0.71, 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 #BAF1AB is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 171 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.05 |
| HSL | 107.14º | 0.71% | 0.81% | - |
| HSV(B) | 107.14º | 0.29% | 0.95% | - |
| XYZ | 59.06 | 76.29 | 50.14 | - |
| YUV | 216.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 171 | 0.23 | 0 | 0.29 | 0.05 | 107.14 | 0.71 | 0.81 |
| Hex | BA | F1 | AB | 17 | 0 | 1D | 5 | 6B | 47 | 51 |
| Octal | 272 | 361 | 253 | 27 | 0 | 35 | 5 | 153 | 107 | 121 |
| Binary | 10111010 | 11110001 | 10101011 | 10111 | 0 | 11101 | 101 | 1101011 | 1000111 | 1010001 |
Color Harmonies of #BAF1AB
Complementary color
Monochromatic Colors of #BAF1AB
Black with #BAF1AB
Text Example
Text Example
White with #BAF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1AB; }
p { color: rgb(186,241,171); }
H1.HeaderClassName
{
color: #BAF1AB;
}
.AnyTagClassName
{
color: #BAF1AB;
}
</style>
background-color css
<style>
a { background-color: #BAF1AB; }
a { background-color: rgb(186,241,171); }
div.DivClassName
{
background-color: #BAF1AB;
}
.BgClassName
{
background-color: #BAF1AB;
}
</style>
border-color css
<style>
span { border-color: #BAF1AB; }
span { border-color: rgb(186,241,171); }
td.TdClassName
{
border-color: #BAF1AB;
}
.TagClassName
{
border-color: #BAF1AB;
}
</style>