Shades of Madang #BAFFB0
Tints of Madang #BAFFB0
RGB
CMYK
RGB Variations
Color information
#BAFFB0 (or 0xBAFFB0) is known color: Madang. HEX triplet: BA, FF and B0. RGB value is (186,255,176). Sum of RGB (Red+Green+Blue) = 186+255+176=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFFB0 is #45004F. Grayscale: #E1E1E1. Windows color (decimal): -4522064 or 11599802. OLE color: 11599802.
HSL color Cylindrical-coordinate representation of color #BAFFB0: hue angle of 112.41º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAFFB0 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 176 | - |
| CMYK | 0.27 | 0 | 0.31 | 0 |
| HSL | 112.41º | 1% | 0.85% | - |
| HSV(B) | 112.41º | 0.31% | 1% | - |
| XYZ | 63.85 | 85.09 | 54.13 | - |
| YUV | 225.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 176 | 0.27 | 0 | 0.31 | 0 | 112.41 | 1 | 0.85 |
| Hex | BA | FF | B0 | 1B | 0 | 1F | 0 | 70 | 64 | 55 |
| Octal | 272 | 377 | 260 | 33 | 0 | 37 | 0 | 160 | 144 | 125 |
| Binary | 10111010 | 11111111 | 10110000 | 11011 | 0 | 11111 | 0 | 1110000 | 1100100 | 1010101 |
Color Harmonies of #BAFFB0
Complementary color
Monochromatic Colors of #BAFFB0
Black with #BAFFB0
Text Example
Text Example
White with #BAFFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFB0; }
p { color: rgb(186,255,176); }
H1.HeaderClassName
{
color: #BAFFB0;
}
.AnyTagClassName
{
color: #BAFFB0;
}
</style>
background-color css
<style>
a { background-color: #BAFFB0; }
a { background-color: rgb(186,255,176); }
div.DivClassName
{
background-color: #BAFFB0;
}
.BgClassName
{
background-color: #BAFFB0;
}
</style>
border-color css
<style>
span { border-color: #BAFFB0; }
span { border-color: rgb(186,255,176); }
td.TdClassName
{
border-color: #BAFFB0;
}
.TagClassName
{
border-color: #BAFFB0;
}
</style>