Shades of Madang #BAF2A3
Tints of Madang #BAF2A3
RGB
CMYK
RGB Variations
Color information
#BAF2A3 (or 0xBAF2A3) is known color: Madang. HEX triplet: BA, F2 and A3. RGB value is (186,242,163). Sum of RGB (Red+Green+Blue) = 186+242+163=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 163 (64.06% from 255 or 27.58% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF2A3 is #450D5C. Grayscale: #D8D8D8. Windows color (decimal): -4525405 or 10744506. OLE color: 10744506.
HSL color Cylindrical-coordinate representation of color #BAF2A3: hue angle of 102.53º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAF2A3 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 163 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.05 |
| HSL | 102.53º | 0.75% | 0.79% | - |
| HSV(B) | 102.53º | 0.33% | 0.95% | - |
| XYZ | 58.61 | 76.59 | 46.34 | - |
| YUV | 216.25 | 97.95 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 163 | 0.23 | 0 | 0.33 | 0.05 | 102.53 | 0.75 | 0.79 |
| Hex | BA | F2 | A3 | 17 | 0 | 21 | 5 | 67 | 4B | 4F |
| Octal | 272 | 362 | 243 | 27 | 0 | 41 | 5 | 147 | 113 | 117 |
| Binary | 10111010 | 11110010 | 10100011 | 10111 | 0 | 100001 | 101 | 1100111 | 1001011 | 1001111 |
Color Harmonies of #BAF2A3
Complementary color
Monochromatic Colors of #BAF2A3
Black with #BAF2A3
Text Example
Text Example
White with #BAF2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2A3; }
p { color: rgb(186,242,163); }
H1.HeaderClassName
{
color: #BAF2A3;
}
.AnyTagClassName
{
color: #BAF2A3;
}
</style>
background-color css
<style>
a { background-color: #BAF2A3; }
a { background-color: rgb(186,242,163); }
div.DivClassName
{
background-color: #BAF2A3;
}
.BgClassName
{
background-color: #BAF2A3;
}
</style>
border-color css
<style>
span { border-color: #BAF2A3; }
span { border-color: rgb(186,242,163); }
td.TdClassName
{
border-color: #BAF2A3;
}
.TagClassName
{
border-color: #BAF2A3;
}
</style>