Shades of Madang #BCE8AC
Tints of Madang #BCE8AC
RGB
CMYK
RGB Variations
Color information
#BCE8AC (or 0xBCE8AC) is known color: Madang. HEX triplet: BC, E8 and AC. RGB value is (188,232,172). Sum of RGB (Red+Green+Blue) = 188+232+172=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE8AC is #431753. Grayscale: #D4D4D4. Windows color (decimal): -4396884 or 11331772. OLE color: 11331772.
HSL color Cylindrical-coordinate representation of color #BCE8AC: hue angle of 104º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCE8AC is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 172 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.09 |
| HSL | 104º | 0.57% | 0.79% | - |
| HSV(B) | 104º | 0.26% | 0.91% | - |
| XYZ | 57.04 | 71.38 | 49.8 | - |
| YUV | 212 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 172 | 0.19 | 0 | 0.26 | 0.09 | 104 | 0.57 | 0.79 |
| Hex | BC | E8 | AC | 13 | 0 | 1A | 9 | 68 | 39 | 4F |
| Octal | 274 | 350 | 254 | 23 | 0 | 32 | 11 | 150 | 71 | 117 |
| Binary | 10111100 | 11101000 | 10101100 | 10011 | 0 | 11010 | 1001 | 1101000 | 111001 | 1001111 |
Color Harmonies of #BCE8AC
Complementary color
Monochromatic Colors of #BCE8AC
Black with #BCE8AC
Text Example
Text Example
White with #BCE8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE8AC; }
p { color: rgb(188,232,172); }
H1.HeaderClassName
{
color: #BCE8AC;
}
.AnyTagClassName
{
color: #BCE8AC;
}
</style>
background-color css
<style>
a { background-color: #BCE8AC; }
a { background-color: rgb(188,232,172); }
div.DivClassName
{
background-color: #BCE8AC;
}
.BgClassName
{
background-color: #BCE8AC;
}
</style>
border-color css
<style>
span { border-color: #BCE8AC; }
span { border-color: rgb(188,232,172); }
td.TdClassName
{
border-color: #BCE8AC;
}
.TagClassName
{
border-color: #BCE8AC;
}
</style>