Shades of Madang #BCE4B2
Tints of Madang #BCE4B2
RGB
CMYK
RGB Variations
Color information
#BCE4B2 (or 0xBCE4B2) is known color: Madang. HEX triplet: BC, E4 and B2. RGB value is (188,228,178). Sum of RGB (Red+Green+Blue) = 188+228+178=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE4B2 is #431B4D. Grayscale: #D2D2D2. Windows color (decimal): -4397902 or 11723964. OLE color: 11723964.
HSL color Cylindrical-coordinate representation of color #BCE4B2: hue angle of 108º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCE4B2 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 178 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.11 |
| HSL | 108º | 0.48% | 0.8% | - |
| HSV(B) | 108º | 0.22% | 0.89% | - |
| XYZ | 56.52 | 69.39 | 52.53 | - |
| YUV | 210.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 178 | 0.18 | 0 | 0.22 | 0.11 | 108 | 0.48 | 0.8 |
| Hex | BC | E4 | B2 | 12 | 0 | 16 | B | 6C | 30 | 50 |
| Octal | 274 | 344 | 262 | 22 | 0 | 26 | 13 | 154 | 60 | 120 |
| Binary | 10111100 | 11100100 | 10110010 | 10010 | 0 | 10110 | 1011 | 1101100 | 110000 | 1010000 |
Color Harmonies of #BCE4B2
Complementary color
Monochromatic Colors of #BCE4B2
Black with #BCE4B2
Text Example
Text Example
White with #BCE4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE4B2; }
p { color: rgb(188,228,178); }
H1.HeaderClassName
{
color: #BCE4B2;
}
.AnyTagClassName
{
color: #BCE4B2;
}
</style>
background-color css
<style>
a { background-color: #BCE4B2; }
a { background-color: rgb(188,228,178); }
div.DivClassName
{
background-color: #BCE4B2;
}
.BgClassName
{
background-color: #BCE4B2;
}
</style>
border-color css
<style>
span { border-color: #BCE4B2; }
span { border-color: rgb(188,228,178); }
td.TdClassName
{
border-color: #BCE4B2;
}
.TagClassName
{
border-color: #BCE4B2;
}
</style>