Shades of Madang #B8ECAF
Tints of Madang #B8ECAF
RGB
CMYK
RGB Variations
Color information
#B8ECAF (or 0xB8ECAF) is known color: Madang. HEX triplet: B8, EC and AF. RGB value is (184,236,175). Sum of RGB (Red+Green+Blue) = 184+236+175=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8ECAF is #471350. Grayscale: #D5D5D5. Windows color (decimal): -4658001 or 11529400. OLE color: 11529400.
HSL color Cylindrical-coordinate representation of color #B8ECAF: hue angle of 111.15º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8ECAF is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 236 | 175 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.07 |
| HSL | 111.15º | 0.62% | 0.81% | - |
| HSV(B) | 111.15º | 0.26% | 0.93% | - |
| XYZ | 57.5 | 73.28 | 51.67 | - |
| YUV | 213.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 175 | 0.22 | 0 | 0.26 | 0.07 | 111.15 | 0.62 | 0.81 |
| Hex | B8 | EC | AF | 16 | 0 | 1A | 7 | 6F | 3E | 51 |
| Octal | 270 | 354 | 257 | 26 | 0 | 32 | 7 | 157 | 76 | 121 |
| Binary | 10111000 | 11101100 | 10101111 | 10110 | 0 | 11010 | 111 | 1101111 | 111110 | 1010001 |
Color Harmonies of #B8ECAF
Complementary color
Monochromatic Colors of #B8ECAF
Black with #B8ECAF
Text Example
Text Example
White with #B8ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ECAF; }
p { color: rgb(184,236,175); }
H1.HeaderClassName
{
color: #B8ECAF;
}
.AnyTagClassName
{
color: #B8ECAF;
}
</style>
background-color css
<style>
a { background-color: #B8ECAF; }
a { background-color: rgb(184,236,175); }
div.DivClassName
{
background-color: #B8ECAF;
}
.BgClassName
{
background-color: #B8ECAF;
}
</style>
border-color css
<style>
span { border-color: #B8ECAF; }
span { border-color: rgb(184,236,175); }
td.TdClassName
{
border-color: #B8ECAF;
}
.TagClassName
{
border-color: #B8ECAF;
}
</style>