Shades of Madang #B8E0AE
Tints of Madang #B8E0AE
RGB
CMYK
RGB Variations
Color information
#B8E0AE (or 0xB8E0AE) is known color: Madang. HEX triplet: B8, E0 and AE. RGB value is (184,224,174). Sum of RGB (Red+Green+Blue) = 184+224+174=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #B8E0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8E0AE is #471F51. Grayscale: #CECECE. Windows color (decimal): -4661074 or 11460792. OLE color: 11460792.
HSL color Cylindrical-coordinate representation of color #B8E0AE: hue angle of 108º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8E0AE is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 224 | 174 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.12 |
| HSL | 108º | 0.45% | 0.78% | - |
| HSV(B) | 108º | 0.22% | 0.88% | - |
| XYZ | 54.06 | 66.56 | 50.04 | - |
| YUV | 206.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 224 | 174 | 0.18 | 0 | 0.22 | 0.12 | 108 | 0.45 | 0.78 |
| Hex | B8 | E0 | AE | 12 | 0 | 16 | C | 6C | 2D | 4E |
| Octal | 270 | 340 | 256 | 22 | 0 | 26 | 14 | 154 | 55 | 116 |
| Binary | 10111000 | 11100000 | 10101110 | 10010 | 0 | 10110 | 1100 | 1101100 | 101101 | 1001110 |
Color Harmonies of #B8E0AE
Complementary color
Monochromatic Colors of #B8E0AE
Black with #B8E0AE
Text Example
Text Example
White with #B8E0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E0AE; }
p { color: rgb(184,224,174); }
H1.HeaderClassName
{
color: #B8E0AE;
}
.AnyTagClassName
{
color: #B8E0AE;
}
</style>
background-color css
<style>
a { background-color: #B8E0AE; }
a { background-color: rgb(184,224,174); }
div.DivClassName
{
background-color: #B8E0AE;
}
.BgClassName
{
background-color: #B8E0AE;
}
</style>
border-color css
<style>
span { border-color: #B8E0AE; }
span { border-color: rgb(184,224,174); }
td.TdClassName
{
border-color: #B8E0AE;
}
.TagClassName
{
border-color: #B8E0AE;
}
</style>