Shades of Madang #BAFAB0
Tints of Madang #BAFAB0
RGB
CMYK
RGB Variations
Color information
#BAFAB0 (or 0xBAFAB0) is known color: Madang. HEX triplet: BA, FA and B0. RGB value is (186,250,176). Sum of RGB (Red+Green+Blue) = 186+250+176=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFAB0 is #45054F. Grayscale: #DEDEDE. Windows color (decimal): -4523344 or 11598522. OLE color: 11598522.
HSL color Cylindrical-coordinate representation of color #BAFAB0: hue angle of 111.89º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAFAB0 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 176 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.02 |
| HSL | 111.89º | 0.88% | 0.84% | - |
| HSV(B) | 111.89º | 0.3% | 0.98% | - |
| XYZ | 62.27 | 81.94 | 53.61 | - |
| YUV | 222.43 | 101.8 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 176 | 0.26 | 0 | 0.30 | 0.02 | 111.89 | 0.88 | 0.84 |
| Hex | BA | FA | B0 | 1A | 0 | 1E | 2 | 70 | 58 | 54 |
| Octal | 272 | 372 | 260 | 32 | 0 | 36 | 2 | 160 | 130 | 124 |
| Binary | 10111010 | 11111010 | 10110000 | 11010 | 0 | 11110 | 10 | 1110000 | 1011000 | 1010100 |
Color Harmonies of #BAFAB0
Complementary color
Monochromatic Colors of #BAFAB0
Black with #BAFAB0
Text Example
Text Example
White with #BAFAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAB0; }
p { color: rgb(186,250,176); }
H1.HeaderClassName
{
color: #BAFAB0;
}
.AnyTagClassName
{
color: #BAFAB0;
}
</style>
background-color css
<style>
a { background-color: #BAFAB0; }
a { background-color: rgb(186,250,176); }
div.DivClassName
{
background-color: #BAFAB0;
}
.BgClassName
{
background-color: #BAFAB0;
}
</style>
border-color css
<style>
span { border-color: #BAFAB0; }
span { border-color: rgb(186,250,176); }
td.TdClassName
{
border-color: #BAFAB0;
}
.TagClassName
{
border-color: #BAFAB0;
}
</style>