Shades of Madang #B0D3A7
Tints of Madang #B0D3A7
RGB
CMYK
RGB Variations
Color information
#B0D3A7 (or 0xB0D3A7) is known color: Madang. HEX triplet: B0, D3 and A7. RGB value is (176,211,167). Sum of RGB (Red+Green+Blue) = 176+211+167=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 167 (65.62% from 255 or 30.14% from 554); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D3A7 is #4F2C58. Grayscale: #C3C3C3. Windows color (decimal): -5188697 or 10998704. OLE color: 10998704.
HSL color Cylindrical-coordinate representation of color #B0D3A7: hue angle of 107.73º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0D3A7 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 211 | 167 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.17 |
| HSL | 107.73º | 0.33% | 0.74% | - |
| HSV(B) | 107.73º | 0.21% | 0.83% | - |
| XYZ | 48.17 | 58.61 | 45.33 | - |
| YUV | 195.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 211 | 167 | 0.17 | 0 | 0.21 | 0.17 | 107.73 | 0.33 | 0.74 |
| Hex | B0 | D3 | A7 | 11 | 0 | 15 | 11 | 6C | 21 | 4A |
| Octal | 260 | 323 | 247 | 21 | 0 | 25 | 21 | 154 | 41 | 112 |
| Binary | 10110000 | 11010011 | 10100111 | 10001 | 0 | 10101 | 10001 | 1101100 | 100001 | 1001010 |
Color Harmonies of #B0D3A7
Complementary color
Monochromatic Colors of #B0D3A7
Black with #B0D3A7
Text Example
Text Example
White with #B0D3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D3A7; }
p { color: rgb(176,211,167); }
H1.HeaderClassName
{
color: #B0D3A7;
}
.AnyTagClassName
{
color: #B0D3A7;
}
</style>
background-color css
<style>
a { background-color: #B0D3A7; }
a { background-color: rgb(176,211,167); }
div.DivClassName
{
background-color: #B0D3A7;
}
.BgClassName
{
background-color: #B0D3A7;
}
</style>
border-color css
<style>
span { border-color: #B0D3A7; }
span { border-color: rgb(176,211,167); }
td.TdClassName
{
border-color: #B0D3A7;
}
.TagClassName
{
border-color: #B0D3A7;
}
</style>