Shades of Madang #B8D2AD
Tints of Madang #B8D2AD
RGB
CMYK
RGB Variations
Color information
#B8D2AD (or 0xB8D2AD) is known color: Madang. HEX triplet: B8, D2 and AD. RGB value is (184,210,173). Sum of RGB (Red+Green+Blue) = 184+210+173=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D2AD is #472D52. Grayscale: #C6C6C6. Windows color (decimal): -4664659 or 11391672. OLE color: 11391672.
HSL color Cylindrical-coordinate representation of color #B8D2AD: hue angle of 102.16º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8D2AD is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 173 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.18 |
| HSL | 102.16º | 0.29% | 0.75% | - |
| HSV(B) | 102.16º | 0.18% | 0.82% | - |
| XYZ | 50.36 | 59.3 | 48.33 | - |
| YUV | 198.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 173 | 0.12 | 0 | 0.18 | 0.18 | 102.16 | 0.29 | 0.75 |
| Hex | B8 | D2 | AD | C | 0 | 12 | 12 | 66 | 1D | 4B |
| Octal | 270 | 322 | 255 | 14 | 0 | 22 | 22 | 146 | 35 | 113 |
| Binary | 10111000 | 11010010 | 10101101 | 1100 | 0 | 10010 | 10010 | 1100110 | 11101 | 1001011 |
Color Harmonies of #B8D2AD
Complementary color
Monochromatic Colors of #B8D2AD
Black with #B8D2AD
Text Example
Text Example
White with #B8D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D2AD; }
p { color: rgb(184,210,173); }
H1.HeaderClassName
{
color: #B8D2AD;
}
.AnyTagClassName
{
color: #B8D2AD;
}
</style>
background-color css
<style>
a { background-color: #B8D2AD; }
a { background-color: rgb(184,210,173); }
div.DivClassName
{
background-color: #B8D2AD;
}
.BgClassName
{
background-color: #B8D2AD;
}
</style>
border-color css
<style>
span { border-color: #B8D2AD; }
span { border-color: rgb(184,210,173); }
td.TdClassName
{
border-color: #B8D2AD;
}
.TagClassName
{
border-color: #B8D2AD;
}
</style>