Shades of Madang #BAF7B1
Tints of Madang #BAF7B1
RGB
CMYK
RGB Variations
Color information
#BAF7B1 (or 0xBAF7B1) is known color: Madang. HEX triplet: BA, F7 and B1. RGB value is (186,247,177). Sum of RGB (Red+Green+Blue) = 186+247+177=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 247 (96.88% from 255 or 40.49% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF7B1 is #45084E. Grayscale: #DCDCDC. Windows color (decimal): -4524111 or 11663290. OLE color: 11663290.
HSL color Cylindrical-coordinate representation of color #BAF7B1: hue angle of 112.29º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAF7B1 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 177 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.03 |
| HSL | 112.29º | 0.81% | 0.83% | - |
| HSV(B) | 112.29º | 0.28% | 0.97% | - |
| XYZ | 61.45 | 80.13 | 53.82 | - |
| YUV | 220.78 | 103.29 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 177 | 0.25 | 0 | 0.28 | 0.03 | 112.29 | 0.81 | 0.83 |
| Hex | BA | F7 | B1 | 19 | 0 | 1C | 3 | 70 | 51 | 53 |
| Octal | 272 | 367 | 261 | 31 | 0 | 34 | 3 | 160 | 121 | 123 |
| Binary | 10111010 | 11110111 | 10110001 | 11001 | 0 | 11100 | 11 | 1110000 | 1010001 | 1010011 |
Color Harmonies of #BAF7B1
Complementary color
Monochromatic Colors of #BAF7B1
Black with #BAF7B1
Text Example
Text Example
White with #BAF7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF7B1; }
p { color: rgb(186,247,177); }
H1.HeaderClassName
{
color: #BAF7B1;
}
.AnyTagClassName
{
color: #BAF7B1;
}
</style>
background-color css
<style>
a { background-color: #BAF7B1; }
a { background-color: rgb(186,247,177); }
div.DivClassName
{
background-color: #BAF7B1;
}
.BgClassName
{
background-color: #BAF7B1;
}
</style>
border-color css
<style>
span { border-color: #BAF7B1; }
span { border-color: rgb(186,247,177); }
td.TdClassName
{
border-color: #BAF7B1;
}
.TagClassName
{
border-color: #BAF7B1;
}
</style>