Shades of Madang #B0DFA7
Tints of Madang #B0DFA7
RGB
CMYK
RGB Variations
Color information
#B0DFA7 (or 0xB0DFA7) is known color: Madang. HEX triplet: B0, DF and A7. RGB value is (176,223,167). Sum of RGB (Red+Green+Blue) = 176+223+167=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 167 (65.62% from 255 or 29.51% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DFA7 is #4F2058. Grayscale: #CACACA. Windows color (decimal): -5185625 or 11001776. OLE color: 11001776.
HSL color Cylindrical-coordinate representation of color #B0DFA7: hue angle of 110.36º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0DFA7 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 167 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.13 |
| HSL | 110.36º | 0.47% | 0.76% | - |
| HSV(B) | 110.36º | 0.25% | 0.87% | - |
| XYZ | 51.27 | 64.8 | 46.36 | - |
| YUV | 202.56 | 107.93 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 167 | 0.21 | 0 | 0.25 | 0.13 | 110.36 | 0.47 | 0.76 |
| Hex | B0 | DF | A7 | 15 | 0 | 19 | D | 6E | 2F | 4C |
| Octal | 260 | 337 | 247 | 25 | 0 | 31 | 15 | 156 | 57 | 114 |
| Binary | 10110000 | 11011111 | 10100111 | 10101 | 0 | 11001 | 1101 | 1101110 | 101111 | 1001100 |
Color Harmonies of #B0DFA7
Complementary color
Monochromatic Colors of #B0DFA7
Black with #B0DFA7
Text Example
Text Example
White with #B0DFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFA7; }
p { color: rgb(176,223,167); }
H1.HeaderClassName
{
color: #B0DFA7;
}
.AnyTagClassName
{
color: #B0DFA7;
}
</style>
background-color css
<style>
a { background-color: #B0DFA7; }
a { background-color: rgb(176,223,167); }
div.DivClassName
{
background-color: #B0DFA7;
}
.BgClassName
{
background-color: #B0DFA7;
}
</style>
border-color css
<style>
span { border-color: #B0DFA7; }
span { border-color: rgb(176,223,167); }
td.TdClassName
{
border-color: #B0DFA7;
}
.TagClassName
{
border-color: #B0DFA7;
}
</style>