Shades of Madang #BAF0B0
Tints of Madang #BAF0B0
RGB
CMYK
RGB Variations
Color information
#BAF0B0 (or 0xBAF0B0) is known color: Madang. HEX triplet: BA, F0 and B0. RGB value is (186,240,176). Sum of RGB (Red+Green+Blue) = 186+240+176=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF0B0 is #450F4F. Grayscale: #D8D8D8. Windows color (decimal): -4525904 or 11595962. OLE color: 11595962.
HSL color Cylindrical-coordinate representation of color #BAF0B0: hue angle of 110.62º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAF0B0 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 176 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.06 |
| HSL | 110.63º | 0.68% | 0.82% | - |
| HSV(B) | 110.63º | 0.27% | 0.94% | - |
| XYZ | 59.25 | 75.89 | 52.6 | - |
| YUV | 216.56 | 105.11 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 176 | 0.22 | 0 | 0.27 | 0.06 | 110.63 | 0.68 | 0.82 |
| Hex | BA | F0 | B0 | 16 | 0 | 1B | 6 | 6F | 44 | 52 |
| Octal | 272 | 360 | 260 | 26 | 0 | 33 | 6 | 157 | 104 | 122 |
| Binary | 10111010 | 11110000 | 10110000 | 10110 | 0 | 11011 | 110 | 1101111 | 1000100 | 1010010 |
Color Harmonies of #BAF0B0
Complementary color
Monochromatic Colors of #BAF0B0
Black with #BAF0B0
Text Example
Text Example
White with #BAF0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF0B0; }
p { color: rgb(186,240,176); }
H1.HeaderClassName
{
color: #BAF0B0;
}
.AnyTagClassName
{
color: #BAF0B0;
}
</style>
background-color css
<style>
a { background-color: #BAF0B0; }
a { background-color: rgb(186,240,176); }
div.DivClassName
{
background-color: #BAF0B0;
}
.BgClassName
{
background-color: #BAF0B0;
}
</style>
border-color css
<style>
span { border-color: #BAF0B0; }
span { border-color: rgb(186,240,176); }
td.TdClassName
{
border-color: #BAF0B0;
}
.TagClassName
{
border-color: #BAF0B0;
}
</style>