Shades of Madang #B8DBA7
Tints of Madang #B8DBA7
RGB
CMYK
RGB Variations
Color information
#B8DBA7 (or 0xB8DBA7) is known color: Madang. HEX triplet: B8, DB and A7. RGB value is (184,219,167). Sum of RGB (Red+Green+Blue) = 184+219+167=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 167 (65.62% from 255 or 29.30% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DBA7 is #472458. Grayscale: #CACACA. Windows color (decimal): -4662361 or 11000760. OLE color: 11000760.
HSL color Cylindrical-coordinate representation of color #B8DBA7: hue angle of 100.38º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8DBA7 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 167 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.14 |
| HSL | 100.38º | 0.42% | 0.76% | - |
| HSV(B) | 100.38º | 0.24% | 0.86% | - |
| XYZ | 52.07 | 63.64 | 46.1 | - |
| YUV | 202.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 167 | 0.16 | 0 | 0.24 | 0.14 | 100.38 | 0.42 | 0.76 |
| Hex | B8 | DB | A7 | 10 | 0 | 18 | E | 64 | 2A | 4C |
| Octal | 270 | 333 | 247 | 20 | 0 | 30 | 16 | 144 | 52 | 114 |
| Binary | 10111000 | 11011011 | 10100111 | 10000 | 0 | 11000 | 1110 | 1100100 | 101010 | 1001100 |
Color Harmonies of #B8DBA7
Complementary color
Monochromatic Colors of #B8DBA7
Black with #B8DBA7
Text Example
Text Example
White with #B8DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DBA7; }
p { color: rgb(184,219,167); }
H1.HeaderClassName
{
color: #B8DBA7;
}
.AnyTagClassName
{
color: #B8DBA7;
}
</style>
background-color css
<style>
a { background-color: #B8DBA7; }
a { background-color: rgb(184,219,167); }
div.DivClassName
{
background-color: #B8DBA7;
}
.BgClassName
{
background-color: #B8DBA7;
}
</style>
border-color css
<style>
span { border-color: #B8DBA7; }
span { border-color: rgb(184,219,167); }
td.TdClassName
{
border-color: #B8DBA7;
}
.TagClassName
{
border-color: #B8DBA7;
}
</style>