Shades of Madang #BCEAA0
Tints of Madang #BCEAA0
RGB
CMYK
RGB Variations
Color information
#BCEAA0 (or 0xBCEAA0) is known color: Madang. HEX triplet: BC, EA and A0. RGB value is (188,234,160). Sum of RGB (Red+Green+Blue) = 188+234+160=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEAA0 is #43155F. Grayscale: #D4D4D4. Windows color (decimal): -4396384 or 10545852. OLE color: 10545852.
HSL color Cylindrical-coordinate representation of color #BCEAA0: hue angle of 97.3º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCEAA0 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 160 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.08 |
| HSL | 97.3º | 0.64% | 0.77% | - |
| HSV(B) | 97.3º | 0.32% | 0.92% | - |
| XYZ | 56.51 | 72.08 | 44.19 | - |
| YUV | 211.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 160 | 0.20 | 0 | 0.32 | 0.08 | 97.3 | 0.64 | 0.77 |
| Hex | BC | EA | A0 | 14 | 0 | 20 | 8 | 61 | 40 | 4D |
| Octal | 274 | 352 | 240 | 24 | 0 | 40 | 10 | 141 | 100 | 115 |
| Binary | 10111100 | 11101010 | 10100000 | 10100 | 0 | 100000 | 1000 | 1100001 | 1000000 | 1001101 |
Color Harmonies of #BCEAA0
Complementary color
Monochromatic Colors of #BCEAA0
Black with #BCEAA0
Text Example
Text Example
White with #BCEAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAA0; }
p { color: rgb(188,234,160); }
H1.HeaderClassName
{
color: #BCEAA0;
}
.AnyTagClassName
{
color: #BCEAA0;
}
</style>
background-color css
<style>
a { background-color: #BCEAA0; }
a { background-color: rgb(188,234,160); }
div.DivClassName
{
background-color: #BCEAA0;
}
.BgClassName
{
background-color: #BCEAA0;
}
</style>
border-color css
<style>
span { border-color: #BCEAA0; }
span { border-color: rgb(188,234,160); }
td.TdClassName
{
border-color: #BCEAA0;
}
.TagClassName
{
border-color: #BCEAA0;
}
</style>