Shades of Madang #BCFFA7
Tints of Madang #BCFFA7
RGB
CMYK
RGB Variations
Color information
#BCFFA7 (or 0xBCFFA7) is known color: Madang. HEX triplet: BC, FF and A7. RGB value is (188,255,167). Sum of RGB (Red+Green+Blue) = 188+255+167=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 167 (65.62% from 255 or 27.38% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFA7 is #430058. Grayscale: #E1E1E1. Windows color (decimal): -4391001 or 11009980. OLE color: 11009980.
HSL color Cylindrical-coordinate representation of color #BCFFA7: hue angle of 105.68º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCFFA7 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 167 | - |
| CMYK | 0.26 | 0 | 0.35 | 0 |
| HSL | 105.68º | 1% | 0.83% | - |
| HSV(B) | 105.68º | 0.35% | 1% | - |
| XYZ | 63.47 | 85 | 49.62 | - |
| YUV | 224.94 | 95.3 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 167 | 0.26 | 0 | 0.35 | 0 | 105.68 | 1 | 0.83 |
| Hex | BC | FF | A7 | 1A | 0 | 23 | 0 | 6A | 64 | 53 |
| Octal | 274 | 377 | 247 | 32 | 0 | 43 | 0 | 152 | 144 | 123 |
| Binary | 10111100 | 11111111 | 10100111 | 11010 | 0 | 100011 | 0 | 1101010 | 1100100 | 1010011 |
Color Harmonies of #BCFFA7
Complementary color
Monochromatic Colors of #BCFFA7
Black with #BCFFA7
Text Example
Text Example
White with #BCFFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFA7; }
p { color: rgb(188,255,167); }
H1.HeaderClassName
{
color: #BCFFA7;
}
.AnyTagClassName
{
color: #BCFFA7;
}
</style>
background-color css
<style>
a { background-color: #BCFFA7; }
a { background-color: rgb(188,255,167); }
div.DivClassName
{
background-color: #BCFFA7;
}
.BgClassName
{
background-color: #BCFFA7;
}
</style>
border-color css
<style>
span { border-color: #BCFFA7; }
span { border-color: rgb(188,255,167); }
td.TdClassName
{
border-color: #BCFFA7;
}
.TagClassName
{
border-color: #BCFFA7;
}
</style>