Shades of Madang #B8E1B0
Tints of Madang #B8E1B0
RGB
CMYK
RGB Variations
Color information
#B8E1B0 (or 0xB8E1B0) is known color: Madang. HEX triplet: B8, E1 and B0. RGB value is (184,225,176). Sum of RGB (Red+Green+Blue) = 184+225+176=585 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.45% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #B8E1B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8E1B0 is #471E4F. Grayscale: #CFCFCF. Windows color (decimal): -4660816 or 11592120. OLE color: 11592120.
HSL color Cylindrical-coordinate representation of color #B8E1B0: hue angle of 110.2º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8E1B0 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 225 | 176 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.12 |
| HSL | 110.2º | 0.45% | 0.79% | - |
| HSV(B) | 110.2º | 0.22% | 0.88% | - |
| XYZ | 54.53 | 67.18 | 51.17 | - |
| YUV | 207.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 225 | 176 | 0.18 | 0 | 0.22 | 0.12 | 110.2 | 0.45 | 0.79 |
| Hex | B8 | E1 | B0 | 12 | 0 | 16 | C | 6E | 2D | 4F |
| Octal | 270 | 341 | 260 | 22 | 0 | 26 | 14 | 156 | 55 | 117 |
| Binary | 10111000 | 11100001 | 10110000 | 10010 | 0 | 10110 | 1100 | 1101110 | 101101 | 1001111 |
Color Harmonies of #B8E1B0
Complementary color
Monochromatic Colors of #B8E1B0
Black with #B8E1B0
Text Example
Text Example
White with #B8E1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E1B0; }
p { color: rgb(184,225,176); }
H1.HeaderClassName
{
color: #B8E1B0;
}
.AnyTagClassName
{
color: #B8E1B0;
}
</style>
background-color css
<style>
a { background-color: #B8E1B0; }
a { background-color: rgb(184,225,176); }
div.DivClassName
{
background-color: #B8E1B0;
}
.BgClassName
{
background-color: #B8E1B0;
}
</style>
border-color css
<style>
span { border-color: #B8E1B0; }
span { border-color: rgb(184,225,176); }
td.TdClassName
{
border-color: #B8E1B0;
}
.TagClassName
{
border-color: #B8E1B0;
}
</style>