Shades of Madang #B8DEAC
Tints of Madang #B8DEAC
RGB
CMYK
RGB Variations
Color information
#B8DEAC (or 0xB8DEAC) is known color: Madang. HEX triplet: B8, DE and AC. RGB value is (184,222,172). Sum of RGB (Red+Green+Blue) = 184+222+172=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DEAC is #472153. Grayscale: #CDCDCD. Windows color (decimal): -4661588 or 11329208. OLE color: 11329208.
HSL color Cylindrical-coordinate representation of color #B8DEAC: hue angle of 105.6º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8DEAC is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 222 | 172 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.13 |
| HSL | 105.6º | 0.43% | 0.77% | - |
| HSV(B) | 105.6º | 0.23% | 0.87% | - |
| XYZ | 53.33 | 65.41 | 48.84 | - |
| YUV | 204.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 222 | 172 | 0.17 | 0 | 0.23 | 0.13 | 105.6 | 0.43 | 0.77 |
| Hex | B8 | DE | AC | 11 | 0 | 17 | D | 6A | 2B | 4D |
| Octal | 270 | 336 | 254 | 21 | 0 | 27 | 15 | 152 | 53 | 115 |
| Binary | 10111000 | 11011110 | 10101100 | 10001 | 0 | 10111 | 1101 | 1101010 | 101011 | 1001101 |
Color Harmonies of #B8DEAC
Complementary color
Monochromatic Colors of #B8DEAC
Black with #B8DEAC
Text Example
Text Example
White with #B8DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DEAC; }
p { color: rgb(184,222,172); }
H1.HeaderClassName
{
color: #B8DEAC;
}
.AnyTagClassName
{
color: #B8DEAC;
}
</style>
background-color css
<style>
a { background-color: #B8DEAC; }
a { background-color: rgb(184,222,172); }
div.DivClassName
{
background-color: #B8DEAC;
}
.BgClassName
{
background-color: #B8DEAC;
}
</style>
border-color css
<style>
span { border-color: #B8DEAC; }
span { border-color: rgb(184,222,172); }
td.TdClassName
{
border-color: #B8DEAC;
}
.TagClassName
{
border-color: #B8DEAC;
}
</style>