Shades of Madang #BCECAA
Tints of Madang #BCECAA
RGB
CMYK
RGB Variations
Color information
#BCECAA (or 0xBCECAA) is known color: Madang. HEX triplet: BC, EC and AA. RGB value is (188,236,170). Sum of RGB (Red+Green+Blue) = 188+236+170=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCECAA is #431355. Grayscale: #D6D6D6. Windows color (decimal): -4395862 or 11201724. OLE color: 11201724.
HSL color Cylindrical-coordinate representation of color #BCECAA: hue angle of 103.64º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCECAA is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 170 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.07 |
| HSL | 103.64º | 0.63% | 0.8% | - |
| HSV(B) | 103.64º | 0.28% | 0.93% | - |
| XYZ | 57.99 | 73.58 | 49.18 | - |
| YUV | 214.12 | 103.1 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 170 | 0.20 | 0 | 0.28 | 0.07 | 103.64 | 0.63 | 0.8 |
| Hex | BC | EC | AA | 14 | 0 | 1C | 7 | 68 | 3F | 50 |
| Octal | 274 | 354 | 252 | 24 | 0 | 34 | 7 | 150 | 77 | 120 |
| Binary | 10111100 | 11101100 | 10101010 | 10100 | 0 | 11100 | 111 | 1101000 | 111111 | 1010000 |
Color Harmonies of #BCECAA
Complementary color
Monochromatic Colors of #BCECAA
Black with #BCECAA
Text Example
Text Example
White with #BCECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECAA; }
p { color: rgb(188,236,170); }
H1.HeaderClassName
{
color: #BCECAA;
}
.AnyTagClassName
{
color: #BCECAA;
}
</style>
background-color css
<style>
a { background-color: #BCECAA; }
a { background-color: rgb(188,236,170); }
div.DivClassName
{
background-color: #BCECAA;
}
.BgClassName
{
background-color: #BCECAA;
}
</style>
border-color css
<style>
span { border-color: #BCECAA; }
span { border-color: rgb(188,236,170); }
td.TdClassName
{
border-color: #BCECAA;
}
.TagClassName
{
border-color: #BCECAA;
}
</style>