Shades of Madang #B8D8A8
Tints of Madang #B8D8A8
RGB
CMYK
RGB Variations
Color information
#B8D8A8 (or 0xB8D8A8) is known color: Madang. HEX triplet: B8, D8 and A8. RGB value is (184,216,168). Sum of RGB (Red+Green+Blue) = 184+216+168=568 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.39% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D8A8 is #472757. Grayscale: #C9C9C9. Windows color (decimal): -4663128 or 11065528. OLE color: 11065528.
HSL color Cylindrical-coordinate representation of color #B8D8A8: hue angle of 100º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8D8A8 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 216 | 168 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.15 |
| HSL | 100º | 0.38% | 0.75% | - |
| HSV(B) | 100º | 0.22% | 0.85% | - |
| XYZ | 51.39 | 62.13 | 46.33 | - |
| YUV | 200.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 216 | 168 | 0.15 | 0 | 0.22 | 0.15 | 100 | 0.38 | 0.75 |
| Hex | B8 | D8 | A8 | F | 0 | 16 | F | 64 | 26 | 4B |
| Octal | 270 | 330 | 250 | 17 | 0 | 26 | 17 | 144 | 46 | 113 |
| Binary | 10111000 | 11011000 | 10101000 | 1111 | 0 | 10110 | 1111 | 1100100 | 100110 | 1001011 |
Color Harmonies of #B8D8A8
Complementary color
Monochromatic Colors of #B8D8A8
Black with #B8D8A8
Text Example
Text Example
White with #B8D8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D8A8; }
p { color: rgb(184,216,168); }
H1.HeaderClassName
{
color: #B8D8A8;
}
.AnyTagClassName
{
color: #B8D8A8;
}
</style>
background-color css
<style>
a { background-color: #B8D8A8; }
a { background-color: rgb(184,216,168); }
div.DivClassName
{
background-color: #B8D8A8;
}
.BgClassName
{
background-color: #B8D8A8;
}
</style>
border-color css
<style>
span { border-color: #B8D8A8; }
span { border-color: rgb(184,216,168); }
td.TdClassName
{
border-color: #B8D8A8;
}
.TagClassName
{
border-color: #B8D8A8;
}
</style>