Shades of Madang #B8D7A6
Tints of Madang #B8D7A6
RGB
CMYK
RGB Variations
Color information
#B8D7A6 (or 0xB8D7A6) is known color: Madang. HEX triplet: B8, D7 and A6. RGB value is (184,215,166). Sum of RGB (Red+Green+Blue) = 184+215+166=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 166 (65.23% from 255 or 29.38% from 565); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D7A6 is #472859. Grayscale: #C8C8C8. Windows color (decimal): -4663386 or 10934200. OLE color: 10934200.
HSL color Cylindrical-coordinate representation of color #B8D7A6: hue angle of 97.96º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8D7A6 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 166 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.16 |
| HSL | 97.96º | 0.38% | 0.75% | - |
| HSV(B) | 97.96º | 0.23% | 0.84% | - |
| XYZ | 50.95 | 61.54 | 45.27 | - |
| YUV | 200.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 166 | 0.14 | 0 | 0.23 | 0.16 | 97.96 | 0.38 | 0.75 |
| Hex | B8 | D7 | A6 | E | 0 | 17 | 10 | 62 | 26 | 4B |
| Octal | 270 | 327 | 246 | 16 | 0 | 27 | 20 | 142 | 46 | 113 |
| Binary | 10111000 | 11010111 | 10100110 | 1110 | 0 | 10111 | 10000 | 1100010 | 100110 | 1001011 |
Color Harmonies of #B8D7A6
Complementary color
Monochromatic Colors of #B8D7A6
Black with #B8D7A6
Text Example
Text Example
White with #B8D7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D7A6; }
p { color: rgb(184,215,166); }
H1.HeaderClassName
{
color: #B8D7A6;
}
.AnyTagClassName
{
color: #B8D7A6;
}
</style>
background-color css
<style>
a { background-color: #B8D7A6; }
a { background-color: rgb(184,215,166); }
div.DivClassName
{
background-color: #B8D7A6;
}
.BgClassName
{
background-color: #B8D7A6;
}
</style>
border-color css
<style>
span { border-color: #B8D7A6; }
span { border-color: rgb(184,215,166); }
td.TdClassName
{
border-color: #B8D7A6;
}
.TagClassName
{
border-color: #B8D7A6;
}
</style>