Shades of Madang #B7D6AD
Tints of Madang #B7D6AD
RGB
CMYK
RGB Variations
Color information
#B7D6AD (or 0xB7D6AD) is known color: Madang. HEX triplet: B7, D6 and AD. RGB value is (183,214,173). Sum of RGB (Red+Green+Blue) = 183+214+173=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D6AD is #482952. Grayscale: #C8C8C8. Windows color (decimal): -4729171 or 11392695. OLE color: 11392695.
HSL color Cylindrical-coordinate representation of color #B7D6AD: hue angle of 105.37º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7D6AD is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 173 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.16 |
| HSL | 105.37º | 0.33% | 0.76% | - |
| HSV(B) | 105.37º | 0.19% | 0.84% | - |
| XYZ | 51.12 | 61.18 | 48.65 | - |
| YUV | 200.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 173 | 0.14 | 0 | 0.19 | 0.16 | 105.37 | 0.33 | 0.76 |
| Hex | B7 | D6 | AD | E | 0 | 13 | 10 | 69 | 21 | 4C |
| Octal | 267 | 326 | 255 | 16 | 0 | 23 | 20 | 151 | 41 | 114 |
| Binary | 10110111 | 11010110 | 10101101 | 1110 | 0 | 10011 | 10000 | 1101001 | 100001 | 1001100 |
Color Harmonies of #B7D6AD
Complementary color
Monochromatic Colors of #B7D6AD
Black with #B7D6AD
Text Example
Text Example
White with #B7D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D6AD; }
p { color: rgb(183,214,173); }
H1.HeaderClassName
{
color: #B7D6AD;
}
.AnyTagClassName
{
color: #B7D6AD;
}
</style>
background-color css
<style>
a { background-color: #B7D6AD; }
a { background-color: rgb(183,214,173); }
div.DivClassName
{
background-color: #B7D6AD;
}
.BgClassName
{
background-color: #B7D6AD;
}
</style>
border-color css
<style>
span { border-color: #B7D6AD; }
span { border-color: rgb(183,214,173); }
td.TdClassName
{
border-color: #B7D6AD;
}
.TagClassName
{
border-color: #B7D6AD;
}
</style>