Shades of Madang #B8DEA6
Tints of Madang #B8DEA6
RGB
CMYK
RGB Variations
Color information
#B8DEA6 (or 0xB8DEA6) is known color: Madang. HEX triplet: B8, DE and A6. RGB value is (184,222,166). Sum of RGB (Red+Green+Blue) = 184+222+166=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DEA6 is #472159. Grayscale: #CCCCCC. Windows color (decimal): -4661594 or 10935992. OLE color: 10935992.
HSL color Cylindrical-coordinate representation of color #B8DEA6: hue angle of 100.71º degrees, saturation: 0.46, 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 #B8DEA6 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 222 | 166 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.13 |
| HSL | 100.71º | 0.46% | 0.76% | - |
| HSV(B) | 100.71º | 0.25% | 0.87% | - |
| XYZ | 52.77 | 65.19 | 45.88 | - |
| YUV | 204.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 222 | 166 | 0.17 | 0 | 0.25 | 0.13 | 100.71 | 0.46 | 0.76 |
| Hex | B8 | DE | A6 | 11 | 0 | 19 | D | 65 | 2E | 4C |
| Octal | 270 | 336 | 246 | 21 | 0 | 31 | 15 | 145 | 56 | 114 |
| Binary | 10111000 | 11011110 | 10100110 | 10001 | 0 | 11001 | 1101 | 1100101 | 101110 | 1001100 |
Color Harmonies of #B8DEA6
Complementary color
Monochromatic Colors of #B8DEA6
Black with #B8DEA6
Text Example
Text Example
White with #B8DEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DEA6; }
p { color: rgb(184,222,166); }
H1.HeaderClassName
{
color: #B8DEA6;
}
.AnyTagClassName
{
color: #B8DEA6;
}
</style>
background-color css
<style>
a { background-color: #B8DEA6; }
a { background-color: rgb(184,222,166); }
div.DivClassName
{
background-color: #B8DEA6;
}
.BgClassName
{
background-color: #B8DEA6;
}
</style>
border-color css
<style>
span { border-color: #B8DEA6; }
span { border-color: rgb(184,222,166); }
td.TdClassName
{
border-color: #B8DEA6;
}
.TagClassName
{
border-color: #B8DEA6;
}
</style>