Shades of Madang #BCFEA7
Tints of Madang #BCFEA7
RGB
CMYK
RGB Variations
Color information
#BCFEA7 (or 0xBCFEA7) is known color: Madang. HEX triplet: BC, FE and A7. RGB value is (188,254,167). Sum of RGB (Red+Green+Blue) = 188+254+167=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 167 (65.62% from 255 or 27.42% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFEA7 is #430158. Grayscale: #E0E0E0. Windows color (decimal): -4391257 or 11009724. OLE color: 11009724.
HSL color Cylindrical-coordinate representation of color #BCFEA7: hue angle of 105.52º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCFEA7 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 167 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.00 |
| HSL | 105.52º | 0.98% | 0.83% | - |
| HSV(B) | 105.52º | 0.34% | 1% | - |
| XYZ | 63.16 | 84.37 | 49.51 | - |
| YUV | 224.35 | 95.63 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 167 | 0.26 | 0 | 0.34 | 0.00 | 105.52 | 0.98 | 0.83 |
| Hex | BC | FE | A7 | 1A | 0 | 22 | 0 | 6A | 62 | 53 |
| Octal | 274 | 376 | 247 | 32 | 0 | 42 | 0 | 152 | 142 | 123 |
| Binary | 10111100 | 11111110 | 10100111 | 11010 | 0 | 100010 | 0 | 1101010 | 1100010 | 1010011 |
Color Harmonies of #BCFEA7
Complementary color
Monochromatic Colors of #BCFEA7
Black with #BCFEA7
Text Example
Text Example
White with #BCFEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEA7; }
p { color: rgb(188,254,167); }
H1.HeaderClassName
{
color: #BCFEA7;
}
.AnyTagClassName
{
color: #BCFEA7;
}
</style>
background-color css
<style>
a { background-color: #BCFEA7; }
a { background-color: rgb(188,254,167); }
div.DivClassName
{
background-color: #BCFEA7;
}
.BgClassName
{
background-color: #BCFEA7;
}
</style>
border-color css
<style>
span { border-color: #BCFEA7; }
span { border-color: rgb(188,254,167); }
td.TdClassName
{
border-color: #BCFEA7;
}
.TagClassName
{
border-color: #BCFEA7;
}
</style>