Shades of Madang #BAFDA2
Tints of Madang #BAFDA2
RGB
CMYK
RGB Variations
Color information
#BAFDA2 (or 0xBAFDA2) is known color: Madang. HEX triplet: BA, FD and A2. RGB value is (186,253,162). Sum of RGB (Red+Green+Blue) = 186+253+162=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFDA2 is #45025D. Grayscale: #DEDEDE. Windows color (decimal): -4522590 or 10681786. OLE color: 10681786.
HSL color Cylindrical-coordinate representation of color #BAFDA2: hue angle of 104.18º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAFDA2 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 162 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.01 |
| HSL | 104.18º | 0.96% | 0.81% | - |
| HSV(B) | 104.18º | 0.36% | 0.99% | - |
| XYZ | 61.9 | 83.3 | 47 | - |
| YUV | 222.59 | 93.8 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 162 | 0.26 | 0 | 0.36 | 0.01 | 104.18 | 0.96 | 0.81 |
| Hex | BA | FD | A2 | 1A | 0 | 24 | 1 | 68 | 60 | 51 |
| Octal | 272 | 375 | 242 | 32 | 0 | 44 | 1 | 150 | 140 | 121 |
| Binary | 10111010 | 11111101 | 10100010 | 11010 | 0 | 100100 | 1 | 1101000 | 1100000 | 1010001 |
Color Harmonies of #BAFDA2
Complementary color
Monochromatic Colors of #BAFDA2
Black with #BAFDA2
Text Example
Text Example
White with #BAFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDA2; }
p { color: rgb(186,253,162); }
H1.HeaderClassName
{
color: #BAFDA2;
}
.AnyTagClassName
{
color: #BAFDA2;
}
</style>
background-color css
<style>
a { background-color: #BAFDA2; }
a { background-color: rgb(186,253,162); }
div.DivClassName
{
background-color: #BAFDA2;
}
.BgClassName
{
background-color: #BAFDA2;
}
</style>
border-color css
<style>
span { border-color: #BAFDA2; }
span { border-color: rgb(186,253,162); }
td.TdClassName
{
border-color: #BAFDA2;
}
.TagClassName
{
border-color: #BAFDA2;
}
</style>