Shades of Madang #B7D6AA
Tints of Madang #B7D6AA
RGB
CMYK
RGB Variations
Color information
#B7D6AA (or 0xB7D6AA) is known color: Madang. HEX triplet: B7, D6 and AA. RGB value is (183,214,170). Sum of RGB (Red+Green+Blue) = 183+214+170=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D6AA is #482955. Grayscale: #C7C7C7. Windows color (decimal): -4729174 or 11196087. OLE color: 11196087.
HSL color Cylindrical-coordinate representation of color #B7D6AA: hue angle of 102.27º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7D6AA is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 170 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.16 |
| HSL | 102.27º | 0.35% | 0.75% | - |
| HSV(B) | 102.27º | 0.21% | 0.84% | - |
| XYZ | 50.83 | 61.06 | 47.14 | - |
| YUV | 199.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 170 | 0.14 | 0 | 0.21 | 0.16 | 102.27 | 0.35 | 0.75 |
| Hex | B7 | D6 | AA | E | 0 | 15 | 10 | 66 | 23 | 4B |
| Octal | 267 | 326 | 252 | 16 | 0 | 25 | 20 | 146 | 43 | 113 |
| Binary | 10110111 | 11010110 | 10101010 | 1110 | 0 | 10101 | 10000 | 1100110 | 100011 | 1001011 |
Color Harmonies of #B7D6AA
Complementary color
Monochromatic Colors of #B7D6AA
Black with #B7D6AA
Text Example
Text Example
White with #B7D6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D6AA; }
p { color: rgb(183,214,170); }
H1.HeaderClassName
{
color: #B7D6AA;
}
.AnyTagClassName
{
color: #B7D6AA;
}
</style>
background-color css
<style>
a { background-color: #B7D6AA; }
a { background-color: rgb(183,214,170); }
div.DivClassName
{
background-color: #B7D6AA;
}
.BgClassName
{
background-color: #B7D6AA;
}
</style>
border-color css
<style>
span { border-color: #B7D6AA; }
span { border-color: rgb(183,214,170); }
td.TdClassName
{
border-color: #B7D6AA;
}
.TagClassName
{
border-color: #B7D6AA;
}
</style>