Shades of Madang #BAFDAF
Tints of Madang #BAFDAF
RGB
CMYK
RGB Variations
Color information
#BAFDAF (or 0xBAFDAF) is known color: Madang. HEX triplet: BA, FD and AF. RGB value is (186,253,175). Sum of RGB (Red+Green+Blue) = 186+253+175=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFDAF is #450250. Grayscale: #E0E0E0. Windows color (decimal): -4522577 or 11533754. OLE color: 11533754.
HSL color Cylindrical-coordinate representation of color #BAFDAF: hue angle of 111.54º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAFDAF is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 175 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.01 |
| HSL | 111.54º | 0.95% | 0.84% | - |
| HSV(B) | 111.54º | 0.31% | 0.99% | - |
| XYZ | 63.11 | 83.78 | 53.4 | - |
| YUV | 224.08 | 100.3 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 175 | 0.26 | 0 | 0.31 | 0.01 | 111.54 | 0.95 | 0.84 |
| Hex | BA | FD | AF | 1A | 0 | 1F | 1 | 70 | 5F | 54 |
| Octal | 272 | 375 | 257 | 32 | 0 | 37 | 1 | 160 | 137 | 124 |
| Binary | 10111010 | 11111101 | 10101111 | 11010 | 0 | 11111 | 1 | 1110000 | 1011111 | 1010100 |
Color Harmonies of #BAFDAF
Complementary color
Monochromatic Colors of #BAFDAF
Black with #BAFDAF
Text Example
Text Example
White with #BAFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDAF; }
p { color: rgb(186,253,175); }
H1.HeaderClassName
{
color: #BAFDAF;
}
.AnyTagClassName
{
color: #BAFDAF;
}
</style>
background-color css
<style>
a { background-color: #BAFDAF; }
a { background-color: rgb(186,253,175); }
div.DivClassName
{
background-color: #BAFDAF;
}
.BgClassName
{
background-color: #BAFDAF;
}
</style>
border-color css
<style>
span { border-color: #BAFDAF; }
span { border-color: rgb(186,253,175); }
td.TdClassName
{
border-color: #BAFDAF;
}
.TagClassName
{
border-color: #BAFDAF;
}
</style>