Shades of Madang #BCF2A0
Tints of Madang #BCF2A0
RGB
CMYK
RGB Variations
Color information
#BCF2A0 (or 0xBCF2A0) is known color: Madang. HEX triplet: BC, F2 and A0. RGB value is (188,242,160). Sum of RGB (Red+Green+Blue) = 188+242+160=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF2A0 is #430D5F. Grayscale: #D8D8D8. Windows color (decimal): -4394336 or 10547900. OLE color: 10547900.
HSL color Cylindrical-coordinate representation of color #BCF2A0: hue angle of 99.51º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCF2A0 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 160 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.05 |
| HSL | 99.51º | 0.76% | 0.79% | - |
| HSV(B) | 99.51º | 0.34% | 0.95% | - |
| XYZ | 58.84 | 76.73 | 44.97 | - |
| YUV | 216.51 | 96.11 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 160 | 0.22 | 0 | 0.34 | 0.05 | 99.51 | 0.76 | 0.79 |
| Hex | BC | F2 | A0 | 16 | 0 | 22 | 5 | 64 | 4C | 4F |
| Octal | 274 | 362 | 240 | 26 | 0 | 42 | 5 | 144 | 114 | 117 |
| Binary | 10111100 | 11110010 | 10100000 | 10110 | 0 | 100010 | 101 | 1100100 | 1001100 | 1001111 |
Color Harmonies of #BCF2A0
Complementary color
Monochromatic Colors of #BCF2A0
Black with #BCF2A0
Text Example
Text Example
White with #BCF2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2A0; }
p { color: rgb(188,242,160); }
H1.HeaderClassName
{
color: #BCF2A0;
}
.AnyTagClassName
{
color: #BCF2A0;
}
</style>
background-color css
<style>
a { background-color: #BCF2A0; }
a { background-color: rgb(188,242,160); }
div.DivClassName
{
background-color: #BCF2A0;
}
.BgClassName
{
background-color: #BCF2A0;
}
</style>
border-color css
<style>
span { border-color: #BCF2A0; }
span { border-color: rgb(188,242,160); }
td.TdClassName
{
border-color: #BCF2A0;
}
.TagClassName
{
border-color: #BCF2A0;
}
</style>