Shades of Madang #B7DCB0
Tints of Madang #B7DCB0
RGB
CMYK
RGB Variations
Color information
#B7DCB0 (or 0xB7DCB0) is known color: Madang. HEX triplet: B7, DC and B0. RGB value is (183,220,176). Sum of RGB (Red+Green+Blue) = 183+220+176=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DCB0 is #48234F. Grayscale: #CCCCCC. Windows color (decimal): -4727632 or 11590839. OLE color: 11590839.
HSL color Cylindrical-coordinate representation of color #B7DCB0: hue angle of 110.45º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7DCB0 is Cyan = 0.17, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 176 | - |
| CMYK | 0.17 | 0 | 0.2 | 0.14 |
| HSL | 110.45º | 0.39% | 0.78% | - |
| HSV(B) | 110.45º | 0.2% | 0.86% | - |
| XYZ | 52.96 | 64.39 | 50.71 | - |
| YUV | 203.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 176 | 0.17 | 0 | 0.2 | 0.14 | 110.45 | 0.39 | 0.78 |
| Hex | B7 | DC | B0 | 11 | 0 | 14 | E | 6E | 27 | 4E |
| Octal | 267 | 334 | 260 | 21 | 0 | 24 | 16 | 156 | 47 | 116 |
| Binary | 10110111 | 11011100 | 10110000 | 10001 | 0 | 10100 | 1110 | 1101110 | 100111 | 1001110 |
Color Harmonies of #B7DCB0
Complementary color
Monochromatic Colors of #B7DCB0
Black with #B7DCB0
Text Example
Text Example
White with #B7DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCB0; }
p { color: rgb(183,220,176); }
H1.HeaderClassName
{
color: #B7DCB0;
}
.AnyTagClassName
{
color: #B7DCB0;
}
</style>
background-color css
<style>
a { background-color: #B7DCB0; }
a { background-color: rgb(183,220,176); }
div.DivClassName
{
background-color: #B7DCB0;
}
.BgClassName
{
background-color: #B7DCB0;
}
</style>
border-color css
<style>
span { border-color: #B7DCB0; }
span { border-color: rgb(183,220,176); }
td.TdClassName
{
border-color: #B7DCB0;
}
.TagClassName
{
border-color: #B7DCB0;
}
</style>