Shades of Madang #BCE2AE
Tints of Madang #BCE2AE
RGB
CMYK
RGB Variations
Color information
#BCE2AE (or 0xBCE2AE) is known color: Madang. HEX triplet: BC, E2 and AE. RGB value is (188,226,174). Sum of RGB (Red+Green+Blue) = 188+226+174=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE2AE is #431D51. Grayscale: #D0D0D0. Windows color (decimal): -4398418 or 11461308. OLE color: 11461308.
HSL color Cylindrical-coordinate representation of color #BCE2AE: hue angle of 103.85º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCE2AE is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 174 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.11 |
| HSL | 103.85º | 0.47% | 0.78% | - |
| HSV(B) | 103.85º | 0.23% | 0.89% | - |
| XYZ | 55.58 | 68.14 | 50.27 | - |
| YUV | 208.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 174 | 0.17 | 0 | 0.23 | 0.11 | 103.85 | 0.47 | 0.78 |
| Hex | BC | E2 | AE | 11 | 0 | 17 | B | 68 | 2F | 4E |
| Octal | 274 | 342 | 256 | 21 | 0 | 27 | 13 | 150 | 57 | 116 |
| Binary | 10111100 | 11100010 | 10101110 | 10001 | 0 | 10111 | 1011 | 1101000 | 101111 | 1001110 |
Color Harmonies of #BCE2AE
Complementary color
Monochromatic Colors of #BCE2AE
Black with #BCE2AE
Text Example
Text Example
White with #BCE2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2AE; }
p { color: rgb(188,226,174); }
H1.HeaderClassName
{
color: #BCE2AE;
}
.AnyTagClassName
{
color: #BCE2AE;
}
</style>
background-color css
<style>
a { background-color: #BCE2AE; }
a { background-color: rgb(188,226,174); }
div.DivClassName
{
background-color: #BCE2AE;
}
.BgClassName
{
background-color: #BCE2AE;
}
</style>
border-color css
<style>
span { border-color: #BCE2AE; }
span { border-color: rgb(188,226,174); }
td.TdClassName
{
border-color: #BCE2AE;
}
.TagClassName
{
border-color: #BCE2AE;
}
</style>