Shades of Madang #B7D0AB
Tints of Madang #B7D0AB
RGB
CMYK
RGB Variations
Color information
#B7D0AB (or 0xB7D0AB) is known color: Madang. HEX triplet: B7, D0 and AB. RGB value is (183,208,171). Sum of RGB (Red+Green+Blue) = 183+208+171=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D0AB is #482F54. Grayscale: #C4C4C4. Windows color (decimal): -4730709 or 11260087. OLE color: 11260087.
HSL color Cylindrical-coordinate representation of color #B7D0AB: hue angle of 100.54º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7D0AB is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 171 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.18 |
| HSL | 100.54º | 0.28% | 0.74% | - |
| HSV(B) | 100.54º | 0.18% | 0.82% | - |
| XYZ | 49.44 | 58.12 | 47.14 | - |
| YUV | 196.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 171 | 0.12 | 0 | 0.18 | 0.18 | 100.54 | 0.28 | 0.74 |
| Hex | B7 | D0 | AB | C | 0 | 12 | 12 | 65 | 1C | 4A |
| Octal | 267 | 320 | 253 | 14 | 0 | 22 | 22 | 145 | 34 | 112 |
| Binary | 10110111 | 11010000 | 10101011 | 1100 | 0 | 10010 | 10010 | 1100101 | 11100 | 1001010 |
Color Harmonies of #B7D0AB
Complementary color
Monochromatic Colors of #B7D0AB
Black with #B7D0AB
Text Example
Text Example
White with #B7D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D0AB; }
p { color: rgb(183,208,171); }
H1.HeaderClassName
{
color: #B7D0AB;
}
.AnyTagClassName
{
color: #B7D0AB;
}
</style>
background-color css
<style>
a { background-color: #B7D0AB; }
a { background-color: rgb(183,208,171); }
div.DivClassName
{
background-color: #B7D0AB;
}
.BgClassName
{
background-color: #B7D0AB;
}
</style>
border-color css
<style>
span { border-color: #B7D0AB; }
span { border-color: rgb(183,208,171); }
td.TdClassName
{
border-color: #B7D0AB;
}
.TagClassName
{
border-color: #B7D0AB;
}
</style>