Shades of Madang #B8DDA6
Tints of Madang #B8DDA6
RGB
CMYK
RGB Variations
Color information
#B8DDA6 (or 0xB8DDA6) is known color: Madang. HEX triplet: B8, DD and A6. RGB value is (184,221,166). Sum of RGB (Red+Green+Blue) = 184+221+166=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 166 (65.23% from 255 or 29.07% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DDA6 is #472259. Grayscale: #CBCBCB. Windows color (decimal): -4661850 or 10935736. OLE color: 10935736.
HSL color Cylindrical-coordinate representation of color #B8DDA6: hue angle of 100.36º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8DDA6 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 166 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.13 |
| HSL | 100.36º | 0.45% | 0.76% | - |
| HSV(B) | 100.36º | 0.25% | 0.87% | - |
| XYZ | 52.51 | 64.66 | 45.79 | - |
| YUV | 203.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 166 | 0.17 | 0 | 0.25 | 0.13 | 100.36 | 0.45 | 0.76 |
| Hex | B8 | DD | A6 | 11 | 0 | 19 | D | 64 | 2D | 4C |
| Octal | 270 | 335 | 246 | 21 | 0 | 31 | 15 | 144 | 55 | 114 |
| Binary | 10111000 | 11011101 | 10100110 | 10001 | 0 | 11001 | 1101 | 1100100 | 101101 | 1001100 |
Color Harmonies of #B8DDA6
Complementary color
Monochromatic Colors of #B8DDA6
Black with #B8DDA6
Text Example
Text Example
White with #B8DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDA6; }
p { color: rgb(184,221,166); }
H1.HeaderClassName
{
color: #B8DDA6;
}
.AnyTagClassName
{
color: #B8DDA6;
}
</style>
background-color css
<style>
a { background-color: #B8DDA6; }
a { background-color: rgb(184,221,166); }
div.DivClassName
{
background-color: #B8DDA6;
}
.BgClassName
{
background-color: #B8DDA6;
}
</style>
border-color css
<style>
span { border-color: #B8DDA6; }
span { border-color: rgb(184,221,166); }
td.TdClassName
{
border-color: #B8DDA6;
}
.TagClassName
{
border-color: #B8DDA6;
}
</style>