Shades of Madang #BCE2AA
Tints of Madang #BCE2AA
RGB
CMYK
RGB Variations
Color information
#BCE2AA (or 0xBCE2AA) is known color: Madang. HEX triplet: BC, E2 and AA. RGB value is (188,226,170). Sum of RGB (Red+Green+Blue) = 188+226+170=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE2AA is #431D55. Grayscale: #D0D0D0. Windows color (decimal): -4398422 or 11199164. OLE color: 11199164.
HSL color Cylindrical-coordinate representation of color #BCE2AA: hue angle of 100.71º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCE2AA is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 170 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.11 |
| HSL | 100.71º | 0.49% | 0.78% | - |
| HSV(B) | 100.71º | 0.25% | 0.89% | - |
| XYZ | 55.19 | 67.99 | 48.24 | - |
| YUV | 208.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 170 | 0.17 | 0 | 0.25 | 0.11 | 100.71 | 0.49 | 0.78 |
| Hex | BC | E2 | AA | 11 | 0 | 19 | B | 65 | 31 | 4E |
| Octal | 274 | 342 | 252 | 21 | 0 | 31 | 13 | 145 | 61 | 116 |
| Binary | 10111100 | 11100010 | 10101010 | 10001 | 0 | 11001 | 1011 | 1100101 | 110001 | 1001110 |
Color Harmonies of #BCE2AA
Complementary color
Monochromatic Colors of #BCE2AA
Black with #BCE2AA
Text Example
Text Example
White with #BCE2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2AA; }
p { color: rgb(188,226,170); }
H1.HeaderClassName
{
color: #BCE2AA;
}
.AnyTagClassName
{
color: #BCE2AA;
}
</style>
background-color css
<style>
a { background-color: #BCE2AA; }
a { background-color: rgb(188,226,170); }
div.DivClassName
{
background-color: #BCE2AA;
}
.BgClassName
{
background-color: #BCE2AA;
}
</style>
border-color css
<style>
span { border-color: #BCE2AA; }
span { border-color: rgb(188,226,170); }
td.TdClassName
{
border-color: #BCE2AA;
}
.TagClassName
{
border-color: #BCE2AA;
}
</style>