Shades of Madang #BAFDA3
Tints of Madang #BAFDA3
RGB
CMYK
RGB Variations
Color information
#BAFDA3 (or 0xBAFDA3) is known color: Madang. HEX triplet: BA, FD and A3. RGB value is (186,253,163). Sum of RGB (Red+Green+Blue) = 186+253+163=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 163 (64.06% from 255 or 27.08% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFDA3 is #45025C. Grayscale: #DFDFDF. Windows color (decimal): -4522589 or 10747322. OLE color: 10747322.
HSL color Cylindrical-coordinate representation of color #BAFDA3: hue angle of 104.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAFDA3 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 163 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.01 |
| HSL | 104.67º | 0.96% | 0.82% | - |
| HSV(B) | 104.67º | 0.36% | 0.99% | - |
| XYZ | 61.99 | 83.33 | 47.47 | - |
| YUV | 222.71 | 94.3 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 163 | 0.26 | 0 | 0.36 | 0.01 | 104.67 | 0.96 | 0.82 |
| Hex | BA | FD | A3 | 1A | 0 | 24 | 1 | 69 | 60 | 52 |
| Octal | 272 | 375 | 243 | 32 | 0 | 44 | 1 | 151 | 140 | 122 |
| Binary | 10111010 | 11111101 | 10100011 | 11010 | 0 | 100100 | 1 | 1101001 | 1100000 | 1010010 |
Color Harmonies of #BAFDA3
Complementary color
Monochromatic Colors of #BAFDA3
Black with #BAFDA3
Text Example
Text Example
White with #BAFDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDA3; }
p { color: rgb(186,253,163); }
H1.HeaderClassName
{
color: #BAFDA3;
}
.AnyTagClassName
{
color: #BAFDA3;
}
</style>
background-color css
<style>
a { background-color: #BAFDA3; }
a { background-color: rgb(186,253,163); }
div.DivClassName
{
background-color: #BAFDA3;
}
.BgClassName
{
background-color: #BAFDA3;
}
</style>
border-color css
<style>
span { border-color: #BAFDA3; }
span { border-color: rgb(186,253,163); }
td.TdClassName
{
border-color: #BAFDA3;
}
.TagClassName
{
border-color: #BAFDA3;
}
</style>