Shades of Madang #B7DDB0
Tints of Madang #B7DDB0
RGB
CMYK
RGB Variations
Color information
#B7DDB0 (or 0xB7DDB0) is known color: Madang. HEX triplet: B7, DD and B0. RGB value is (183,221,176). Sum of RGB (Red+Green+Blue) = 183+221+176=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DDB0 is #48224F. Grayscale: #CCCCCC. Windows color (decimal): -4727376 or 11591095. OLE color: 11591095.
HSL color Cylindrical-coordinate representation of color #B7DDB0: hue angle of 110.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7DDB0 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 176 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.13 |
| HSL | 110.67º | 0.4% | 0.78% | - |
| HSV(B) | 110.67º | 0.2% | 0.87% | - |
| XYZ | 53.22 | 64.91 | 50.8 | - |
| YUV | 204.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 176 | 0.17 | 0 | 0.20 | 0.13 | 110.67 | 0.4 | 0.78 |
| Hex | B7 | DD | B0 | 11 | 0 | 14 | D | 6F | 28 | 4E |
| Octal | 267 | 335 | 260 | 21 | 0 | 24 | 15 | 157 | 50 | 116 |
| Binary | 10110111 | 11011101 | 10110000 | 10001 | 0 | 10100 | 1101 | 1101111 | 101000 | 1001110 |
Color Harmonies of #B7DDB0
Complementary color
Monochromatic Colors of #B7DDB0
Black with #B7DDB0
Text Example
Text Example
White with #B7DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DDB0; }
p { color: rgb(183,221,176); }
H1.HeaderClassName
{
color: #B7DDB0;
}
.AnyTagClassName
{
color: #B7DDB0;
}
</style>
background-color css
<style>
a { background-color: #B7DDB0; }
a { background-color: rgb(183,221,176); }
div.DivClassName
{
background-color: #B7DDB0;
}
.BgClassName
{
background-color: #B7DDB0;
}
</style>
border-color css
<style>
span { border-color: #B7DDB0; }
span { border-color: rgb(183,221,176); }
td.TdClassName
{
border-color: #B7DDB0;
}
.TagClassName
{
border-color: #B7DDB0;
}
</style>