Shades of Madang #B7D1AA
Tints of Madang #B7D1AA
RGB
CMYK
RGB Variations
Color information
#B7D1AA (or 0xB7D1AA) is known color: Madang. HEX triplet: B7, D1 and AA. RGB value is (183,209,170). Sum of RGB (Red+Green+Blue) = 183+209+170=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D1AA is #482E55. Grayscale: #C4C4C4. Windows color (decimal): -4730454 or 11194807. OLE color: 11194807.
HSL color Cylindrical-coordinate representation of color #B7D1AA: hue angle of 100º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7D1AA is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 209 | 170 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.18 |
| HSL | 100º | 0.3% | 0.74% | - |
| HSV(B) | 100º | 0.19% | 0.82% | - |
| XYZ | 49.58 | 58.57 | 46.72 | - |
| YUV | 196.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 170 | 0.12 | 0 | 0.19 | 0.18 | 100 | 0.3 | 0.74 |
| Hex | B7 | D1 | AA | C | 0 | 13 | 12 | 64 | 1E | 4A |
| Octal | 267 | 321 | 252 | 14 | 0 | 23 | 22 | 144 | 36 | 112 |
| Binary | 10110111 | 11010001 | 10101010 | 1100 | 0 | 10011 | 10010 | 1100100 | 11110 | 1001010 |
Color Harmonies of #B7D1AA
Complementary color
Monochromatic Colors of #B7D1AA
Black with #B7D1AA
Text Example
Text Example
White with #B7D1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D1AA; }
p { color: rgb(183,209,170); }
H1.HeaderClassName
{
color: #B7D1AA;
}
.AnyTagClassName
{
color: #B7D1AA;
}
</style>
background-color css
<style>
a { background-color: #B7D1AA; }
a { background-color: rgb(183,209,170); }
div.DivClassName
{
background-color: #B7D1AA;
}
.BgClassName
{
background-color: #B7D1AA;
}
</style>
border-color css
<style>
span { border-color: #B7D1AA; }
span { border-color: rgb(183,209,170); }
td.TdClassName
{
border-color: #B7D1AA;
}
.TagClassName
{
border-color: #B7D1AA;
}
</style>