Shades of Madang #B8E3AF
Tints of Madang #B8E3AF
RGB
CMYK
RGB Variations
Color information
#B8E3AF (or 0xB8E3AF) is known color: Madang. HEX triplet: B8, E3 and AF. RGB value is (184,227,175). Sum of RGB (Red+Green+Blue) = 184+227+175=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 227 - color contains mainly: green. Hex color #B8E3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8E3AF is #471C50. Grayscale: #D0D0D0. Windows color (decimal): -4660305 or 11527096. OLE color: 11527096.
HSL color Cylindrical-coordinate representation of color #B8E3AF: hue angle of 109.62º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8E3AF is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 227 | 175 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.11 |
| HSL | 109.62º | 0.48% | 0.79% | - |
| HSV(B) | 109.62º | 0.23% | 0.89% | - |
| XYZ | 54.97 | 68.22 | 50.83 | - |
| YUV | 208.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 227 | 175 | 0.19 | 0 | 0.23 | 0.11 | 109.62 | 0.48 | 0.79 |
| Hex | B8 | E3 | AF | 13 | 0 | 17 | B | 6E | 30 | 4F |
| Octal | 270 | 343 | 257 | 23 | 0 | 27 | 13 | 156 | 60 | 117 |
| Binary | 10111000 | 11100011 | 10101111 | 10011 | 0 | 10111 | 1011 | 1101110 | 110000 | 1001111 |
Color Harmonies of #B8E3AF
Complementary color
Monochromatic Colors of #B8E3AF
Black with #B8E3AF
Text Example
Text Example
White with #B8E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E3AF; }
p { color: rgb(184,227,175); }
H1.HeaderClassName
{
color: #B8E3AF;
}
.AnyTagClassName
{
color: #B8E3AF;
}
</style>
background-color css
<style>
a { background-color: #B8E3AF; }
a { background-color: rgb(184,227,175); }
div.DivClassName
{
background-color: #B8E3AF;
}
.BgClassName
{
background-color: #B8E3AF;
}
</style>
border-color css
<style>
span { border-color: #B8E3AF; }
span { border-color: rgb(184,227,175); }
td.TdClassName
{
border-color: #B8E3AF;
}
.TagClassName
{
border-color: #B8E3AF;
}
</style>