Shades of Madang #B9ECAF
Tints of Madang #B9ECAF
RGB
CMYK
RGB Variations
Color information
#B9ECAF (or 0xB9ECAF) is known color: Madang. HEX triplet: B9, EC and AF. RGB value is (185,236,175). Sum of RGB (Red+Green+Blue) = 185+236+175=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9ECAF is #461350. Grayscale: #D5D5D5. Windows color (decimal): -4592465 or 11529401. OLE color: 11529401.
HSL color Cylindrical-coordinate representation of color #B9ECAF: hue angle of 110.16º 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 #B9ECAF is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 175 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.07 |
| HSL | 110.16º | 0.62% | 0.81% | - |
| HSV(B) | 110.16º | 0.26% | 0.93% | - |
| XYZ | 57.74 | 73.4 | 51.68 | - |
| YUV | 213.8 | 106.1 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 175 | 0.22 | 0 | 0.26 | 0.07 | 110.16 | 0.62 | 0.81 |
| Hex | B9 | EC | AF | 16 | 0 | 1A | 7 | 6E | 3E | 51 |
| Octal | 271 | 354 | 257 | 26 | 0 | 32 | 7 | 156 | 76 | 121 |
| Binary | 10111001 | 11101100 | 10101111 | 10110 | 0 | 11010 | 111 | 1101110 | 111110 | 1010001 |
Color Harmonies of #B9ECAF
Complementary color
Monochromatic Colors of #B9ECAF
Black with #B9ECAF
Text Example
Text Example
White with #B9ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ECAF; }
p { color: rgb(185,236,175); }
H1.HeaderClassName
{
color: #B9ECAF;
}
.AnyTagClassName
{
color: #B9ECAF;
}
</style>
background-color css
<style>
a { background-color: #B9ECAF; }
a { background-color: rgb(185,236,175); }
div.DivClassName
{
background-color: #B9ECAF;
}
.BgClassName
{
background-color: #B9ECAF;
}
</style>
border-color css
<style>
span { border-color: #B9ECAF; }
span { border-color: rgb(185,236,175); }
td.TdClassName
{
border-color: #B9ECAF;
}
.TagClassName
{
border-color: #B9ECAF;
}
</style>