Shades of Madang #BAFAB2
Tints of Madang #BAFAB2
RGB
CMYK
RGB Variations
Color information
#BAFAB2 (or 0xBAFAB2) is known color: Madang. HEX triplet: BA, FA and B2. RGB value is (186,250,178). Sum of RGB (Red+Green+Blue) = 186+250+178=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFAB2 is #45054D. Grayscale: #DEDEDE. Windows color (decimal): -4523342 or 11729594. OLE color: 11729594.
HSL color Cylindrical-coordinate representation of color #BAFAB2: hue angle of 113.33º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAFAB2 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 178 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.02 |
| HSL | 113.33º | 0.88% | 0.84% | - |
| HSV(B) | 113.33º | 0.29% | 0.98% | - |
| XYZ | 62.47 | 82.02 | 54.66 | - |
| YUV | 222.66 | 102.8 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 178 | 0.26 | 0 | 0.29 | 0.02 | 113.33 | 0.88 | 0.84 |
| Hex | BA | FA | B2 | 1A | 0 | 1D | 2 | 71 | 58 | 54 |
| Octal | 272 | 372 | 262 | 32 | 0 | 35 | 2 | 161 | 130 | 124 |
| Binary | 10111010 | 11111010 | 10110010 | 11010 | 0 | 11101 | 10 | 1110001 | 1011000 | 1010100 |
Color Harmonies of #BAFAB2
Complementary color
Monochromatic Colors of #BAFAB2
Black with #BAFAB2
Text Example
Text Example
White with #BAFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAB2; }
p { color: rgb(186,250,178); }
H1.HeaderClassName
{
color: #BAFAB2;
}
.AnyTagClassName
{
color: #BAFAB2;
}
</style>
background-color css
<style>
a { background-color: #BAFAB2; }
a { background-color: rgb(186,250,178); }
div.DivClassName
{
background-color: #BAFAB2;
}
.BgClassName
{
background-color: #BAFAB2;
}
</style>
border-color css
<style>
span { border-color: #BAFAB2; }
span { border-color: rgb(186,250,178); }
td.TdClassName
{
border-color: #BAFAB2;
}
.TagClassName
{
border-color: #BAFAB2;
}
</style>