Shades of Madang #BCEBAC
Tints of Madang #BCEBAC
RGB
CMYK
RGB Variations
Color information
#BCEBAC (or 0xBCEBAC) is known color: Madang. HEX triplet: BC, EB and AC. RGB value is (188,235,172). Sum of RGB (Red+Green+Blue) = 188+235+172=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEBAC is #431453. Grayscale: #D5D5D5. Windows color (decimal): -4396116 or 11332540. OLE color: 11332540.
HSL color Cylindrical-coordinate representation of color #BCEBAC: hue angle of 104.76º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCEBAC is Cyan = 0.2, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 172 | - |
| CMYK | 0.2 | 0 | 0.27 | 0.08 |
| HSL | 104.76º | 0.61% | 0.8% | - |
| HSV(B) | 104.76º | 0.27% | 0.92% | - |
| XYZ | 57.89 | 73.09 | 50.09 | - |
| YUV | 213.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 172 | 0.2 | 0 | 0.27 | 0.08 | 104.76 | 0.61 | 0.8 |
| Hex | BC | EB | AC | 14 | 0 | 1B | 8 | 69 | 3D | 50 |
| Octal | 274 | 353 | 254 | 24 | 0 | 33 | 10 | 151 | 75 | 120 |
| Binary | 10111100 | 11101011 | 10101100 | 10100 | 0 | 11011 | 1000 | 1101001 | 111101 | 1010000 |
Color Harmonies of #BCEBAC
Complementary color
Monochromatic Colors of #BCEBAC
Black with #BCEBAC
Text Example
Text Example
White with #BCEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBAC; }
p { color: rgb(188,235,172); }
H1.HeaderClassName
{
color: #BCEBAC;
}
.AnyTagClassName
{
color: #BCEBAC;
}
</style>
background-color css
<style>
a { background-color: #BCEBAC; }
a { background-color: rgb(188,235,172); }
div.DivClassName
{
background-color: #BCEBAC;
}
.BgClassName
{
background-color: #BCEBAC;
}
</style>
border-color css
<style>
span { border-color: #BCEBAC; }
span { border-color: rgb(188,235,172); }
td.TdClassName
{
border-color: #BCEBAC;
}
.TagClassName
{
border-color: #BCEBAC;
}
</style>