Shades of Madang #BCECAE
Tints of Madang #BCECAE
RGB
CMYK
RGB Variations
Color information
#BCECAE (or 0xBCECAE) is known color: Madang. HEX triplet: BC, EC and AE. RGB value is (188,236,174). Sum of RGB (Red+Green+Blue) = 188+236+174=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCECAE is #431351. Grayscale: #D6D6D6. Windows color (decimal): -4395858 or 11463868. OLE color: 11463868.
HSL color Cylindrical-coordinate representation of color #BCECAE: hue angle of 106.45º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCECAE is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 174 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.07 |
| HSL | 106.45º | 0.62% | 0.8% | - |
| HSV(B) | 106.45º | 0.26% | 0.93% | - |
| XYZ | 58.37 | 73.74 | 51.2 | - |
| YUV | 214.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 174 | 0.20 | 0 | 0.26 | 0.07 | 106.45 | 0.62 | 0.8 |
| Hex | BC | EC | AE | 14 | 0 | 1A | 7 | 6A | 3E | 50 |
| Octal | 274 | 354 | 256 | 24 | 0 | 32 | 7 | 152 | 76 | 120 |
| Binary | 10111100 | 11101100 | 10101110 | 10100 | 0 | 11010 | 111 | 1101010 | 111110 | 1010000 |
Color Harmonies of #BCECAE
Complementary color
Monochromatic Colors of #BCECAE
Black with #BCECAE
Text Example
Text Example
White with #BCECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECAE; }
p { color: rgb(188,236,174); }
H1.HeaderClassName
{
color: #BCECAE;
}
.AnyTagClassName
{
color: #BCECAE;
}
</style>
background-color css
<style>
a { background-color: #BCECAE; }
a { background-color: rgb(188,236,174); }
div.DivClassName
{
background-color: #BCECAE;
}
.BgClassName
{
background-color: #BCECAE;
}
</style>
border-color css
<style>
span { border-color: #BCECAE; }
span { border-color: rgb(188,236,174); }
td.TdClassName
{
border-color: #BCECAE;
}
.TagClassName
{
border-color: #BCECAE;
}
</style>