Shades of Madang #BAFDA1
Tints of Madang #BAFDA1
RGB
CMYK
RGB Variations
Color information
#BAFDA1 (or 0xBAFDA1) is known color: Madang. HEX triplet: BA, FD and A1. RGB value is (186,253,161). Sum of RGB (Red+Green+Blue) = 186+253+161=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFDA1 is #45025E. Grayscale: #DEDEDE. Windows color (decimal): -4522591 or 10616250. OLE color: 10616250.
HSL color Cylindrical-coordinate representation of color #BAFDA1: hue angle of 103.7º 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 #BAFDA1 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 161 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.01 |
| HSL | 103.7º | 0.96% | 0.81% | - |
| HSV(B) | 103.7º | 0.36% | 0.99% | - |
| XYZ | 61.81 | 83.26 | 46.53 | - |
| YUV | 222.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 161 | 0.26 | 0 | 0.36 | 0.01 | 103.7 | 0.96 | 0.81 |
| Hex | BA | FD | A1 | 1A | 0 | 24 | 1 | 68 | 60 | 51 |
| Octal | 272 | 375 | 241 | 32 | 0 | 44 | 1 | 150 | 140 | 121 |
| Binary | 10111010 | 11111101 | 10100001 | 11010 | 0 | 100100 | 1 | 1101000 | 1100000 | 1010001 |
Color Harmonies of #BAFDA1
Complementary color
Monochromatic Colors of #BAFDA1
Black with #BAFDA1
Text Example
Text Example
White with #BAFDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDA1; }
p { color: rgb(186,253,161); }
H1.HeaderClassName
{
color: #BAFDA1;
}
.AnyTagClassName
{
color: #BAFDA1;
}
</style>
background-color css
<style>
a { background-color: #BAFDA1; }
a { background-color: rgb(186,253,161); }
div.DivClassName
{
background-color: #BAFDA1;
}
.BgClassName
{
background-color: #BAFDA1;
}
</style>
border-color css
<style>
span { border-color: #BAFDA1; }
span { border-color: rgb(186,253,161); }
td.TdClassName
{
border-color: #BAFDA1;
}
.TagClassName
{
border-color: #BAFDA1;
}
</style>