Shades of Madang #BAFAB4
Tints of Madang #BAFAB4
RGB
CMYK
RGB Variations
Color information
#BAFAB4 (or 0xBAFAB4) is known color: Madang. HEX triplet: BA, FA and B4. RGB value is (186,250,180). Sum of RGB (Red+Green+Blue) = 186+250+180=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFAB4 is #45054B. Grayscale: #DFDFDF. Windows color (decimal): -4523340 or 11860666. OLE color: 11860666.
HSL color Cylindrical-coordinate representation of color #BAFAB4: hue angle of 114.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAFAB4 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 180 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.02 |
| HSL | 114.86º | 0.88% | 0.84% | - |
| HSV(B) | 114.86º | 0.28% | 0.98% | - |
| XYZ | 62.67 | 82.11 | 55.72 | - |
| YUV | 222.88 | 103.8 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 180 | 0.26 | 0 | 0.28 | 0.02 | 114.86 | 0.88 | 0.84 |
| Hex | BA | FA | B4 | 1A | 0 | 1C | 2 | 73 | 58 | 54 |
| Octal | 272 | 372 | 264 | 32 | 0 | 34 | 2 | 163 | 130 | 124 |
| Binary | 10111010 | 11111010 | 10110100 | 11010 | 0 | 11100 | 10 | 1110011 | 1011000 | 1010100 |
Color Harmonies of #BAFAB4
Complementary color
Monochromatic Colors of #BAFAB4
Black with #BAFAB4
Text Example
Text Example
White with #BAFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAB4; }
p { color: rgb(186,250,180); }
H1.HeaderClassName
{
color: #BAFAB4;
}
.AnyTagClassName
{
color: #BAFAB4;
}
</style>
background-color css
<style>
a { background-color: #BAFAB4; }
a { background-color: rgb(186,250,180); }
div.DivClassName
{
background-color: #BAFAB4;
}
.BgClassName
{
background-color: #BAFAB4;
}
</style>
border-color css
<style>
span { border-color: #BAFAB4; }
span { border-color: rgb(186,250,180); }
td.TdClassName
{
border-color: #BAFAB4;
}
.TagClassName
{
border-color: #BAFAB4;
}
</style>