Shades of Madang #BAFCB1
Tints of Madang #BAFCB1
RGB
CMYK
RGB Variations
Color information
#BAFCB1 (or 0xBAFCB1) is known color: Madang. HEX triplet: BA, FC and B1. RGB value is (186,252,177). Sum of RGB (Red+Green+Blue) = 186+252+177=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFCB1 is #45034E. Grayscale: #DFDFDF. Windows color (decimal): -4522831 or 11664570. OLE color: 11664570.
HSL color Cylindrical-coordinate representation of color #BAFCB1: hue angle of 112.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAFCB1 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 177 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.01 |
| HSL | 112.8º | 0.93% | 0.84% | - |
| HSV(B) | 112.8º | 0.3% | 0.99% | - |
| XYZ | 63 | 83.23 | 54.34 | - |
| YUV | 223.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 177 | 0.26 | 0 | 0.30 | 0.01 | 112.8 | 0.93 | 0.84 |
| Hex | BA | FC | B1 | 1A | 0 | 1E | 1 | 71 | 5D | 54 |
| Octal | 272 | 374 | 261 | 32 | 0 | 36 | 1 | 161 | 135 | 124 |
| Binary | 10111010 | 11111100 | 10110001 | 11010 | 0 | 11110 | 1 | 1110001 | 1011101 | 1010100 |
Color Harmonies of #BAFCB1
Complementary color
Monochromatic Colors of #BAFCB1
Black with #BAFCB1
Text Example
Text Example
White with #BAFCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFCB1; }
p { color: rgb(186,252,177); }
H1.HeaderClassName
{
color: #BAFCB1;
}
.AnyTagClassName
{
color: #BAFCB1;
}
</style>
background-color css
<style>
a { background-color: #BAFCB1; }
a { background-color: rgb(186,252,177); }
div.DivClassName
{
background-color: #BAFCB1;
}
.BgClassName
{
background-color: #BAFCB1;
}
</style>
border-color css
<style>
span { border-color: #BAFCB1; }
span { border-color: rgb(186,252,177); }
td.TdClassName
{
border-color: #BAFCB1;
}
.TagClassName
{
border-color: #BAFCB1;
}
</style>