Shades of Madang #BCE2AF
Tints of Madang #BCE2AF
RGB
CMYK
RGB Variations
Color information
#BCE2AF (or 0xBCE2AF) is known color: Madang. HEX triplet: BC, E2 and AF. RGB value is (188,226,175). Sum of RGB (Red+Green+Blue) = 188+226+175=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE2AF is #431D50. Grayscale: #D0D0D0. Windows color (decimal): -4398417 or 11526844. OLE color: 11526844.
HSL color Cylindrical-coordinate representation of color #BCE2AF: hue angle of 104.71º degrees, saturation: 0.47, 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 #BCE2AF is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 175 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.11 |
| HSL | 104.71º | 0.47% | 0.79% | - |
| HSV(B) | 104.71º | 0.23% | 0.89% | - |
| XYZ | 55.67 | 68.18 | 50.78 | - |
| YUV | 208.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 175 | 0.17 | 0 | 0.23 | 0.11 | 104.71 | 0.47 | 0.79 |
| Hex | BC | E2 | AF | 11 | 0 | 17 | B | 69 | 2F | 4F |
| Octal | 274 | 342 | 257 | 21 | 0 | 27 | 13 | 151 | 57 | 117 |
| Binary | 10111100 | 11100010 | 10101111 | 10001 | 0 | 10111 | 1011 | 1101001 | 101111 | 1001111 |
Color Harmonies of #BCE2AF
Complementary color
Monochromatic Colors of #BCE2AF
Black with #BCE2AF
Text Example
Text Example
White with #BCE2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2AF; }
p { color: rgb(188,226,175); }
H1.HeaderClassName
{
color: #BCE2AF;
}
.AnyTagClassName
{
color: #BCE2AF;
}
</style>
background-color css
<style>
a { background-color: #BCE2AF; }
a { background-color: rgb(188,226,175); }
div.DivClassName
{
background-color: #BCE2AF;
}
.BgClassName
{
background-color: #BCE2AF;
}
</style>
border-color css
<style>
span { border-color: #BCE2AF; }
span { border-color: rgb(188,226,175); }
td.TdClassName
{
border-color: #BCE2AF;
}
.TagClassName
{
border-color: #BCE2AF;
}
</style>