Shades of Madang #B8DEAA
Tints of Madang #B8DEAA
RGB
CMYK
RGB Variations
Color information
#B8DEAA (or 0xB8DEAA) is known color: Madang. HEX triplet: B8, DE and AA. RGB value is (184,222,170). Sum of RGB (Red+Green+Blue) = 184+222+170=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DEAA is #472155. Grayscale: #CCCCCC. Windows color (decimal): -4661590 or 11198136. OLE color: 11198136.
HSL color Cylindrical-coordinate representation of color #B8DEAA: hue angle of 103.85º degrees, saturation: 0.44, 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 #B8DEAA is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 222 | 170 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.13 |
| HSL | 103.85º | 0.44% | 0.77% | - |
| HSV(B) | 103.85º | 0.23% | 0.87% | - |
| XYZ | 53.14 | 65.34 | 47.84 | - |
| YUV | 204.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 222 | 170 | 0.17 | 0 | 0.23 | 0.13 | 103.85 | 0.44 | 0.77 |
| Hex | B8 | DE | AA | 11 | 0 | 17 | D | 68 | 2C | 4D |
| Octal | 270 | 336 | 252 | 21 | 0 | 27 | 15 | 150 | 54 | 115 |
| Binary | 10111000 | 11011110 | 10101010 | 10001 | 0 | 10111 | 1101 | 1101000 | 101100 | 1001101 |
Color Harmonies of #B8DEAA
Complementary color
Monochromatic Colors of #B8DEAA
Black with #B8DEAA
Text Example
Text Example
White with #B8DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DEAA; }
p { color: rgb(184,222,170); }
H1.HeaderClassName
{
color: #B8DEAA;
}
.AnyTagClassName
{
color: #B8DEAA;
}
</style>
background-color css
<style>
a { background-color: #B8DEAA; }
a { background-color: rgb(184,222,170); }
div.DivClassName
{
background-color: #B8DEAA;
}
.BgClassName
{
background-color: #B8DEAA;
}
</style>
border-color css
<style>
span { border-color: #B8DEAA; }
span { border-color: rgb(184,222,170); }
td.TdClassName
{
border-color: #B8DEAA;
}
.TagClassName
{
border-color: #B8DEAA;
}
</style>