Shades of Madang #B8DDAC
Tints of Madang #B8DDAC
RGB
CMYK
RGB Variations
Color information
#B8DDAC (or 0xB8DDAC) is known color: Madang. HEX triplet: B8, DD and AC. RGB value is (184,221,172). Sum of RGB (Red+Green+Blue) = 184+221+172=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DDAC is #472253. Grayscale: #CCCCCC. Windows color (decimal): -4661844 or 11328952. OLE color: 11328952.
HSL color Cylindrical-coordinate representation of color #B8DDAC: hue angle of 105.31º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8DDAC is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 172 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.13 |
| HSL | 105.31º | 0.42% | 0.77% | - |
| HSV(B) | 105.31º | 0.22% | 0.87% | - |
| XYZ | 53.07 | 64.88 | 48.76 | - |
| YUV | 204.35 | 109.74 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 172 | 0.17 | 0 | 0.22 | 0.13 | 105.31 | 0.42 | 0.77 |
| Hex | B8 | DD | AC | 11 | 0 | 16 | D | 69 | 2A | 4D |
| Octal | 270 | 335 | 254 | 21 | 0 | 26 | 15 | 151 | 52 | 115 |
| Binary | 10111000 | 11011101 | 10101100 | 10001 | 0 | 10110 | 1101 | 1101001 | 101010 | 1001101 |
Color Harmonies of #B8DDAC
Complementary color
Monochromatic Colors of #B8DDAC
Black with #B8DDAC
Text Example
Text Example
White with #B8DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDAC; }
p { color: rgb(184,221,172); }
H1.HeaderClassName
{
color: #B8DDAC;
}
.AnyTagClassName
{
color: #B8DDAC;
}
</style>
background-color css
<style>
a { background-color: #B8DDAC; }
a { background-color: rgb(184,221,172); }
div.DivClassName
{
background-color: #B8DDAC;
}
.BgClassName
{
background-color: #B8DDAC;
}
</style>
border-color css
<style>
span { border-color: #B8DDAC; }
span { border-color: rgb(184,221,172); }
td.TdClassName
{
border-color: #B8DDAC;
}
.TagClassName
{
border-color: #B8DDAC;
}
</style>