Shades of Madang #BCFFA8
Tints of Madang #BCFFA8
RGB
CMYK
RGB Variations
Color information
#BCFFA8 (or 0xBCFFA8) is known color: Madang. HEX triplet: BC, FF and A8. RGB value is (188,255,168). Sum of RGB (Red+Green+Blue) = 188+255+168=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFA8 is #430057. Grayscale: #E1E1E1. Windows color (decimal): -4391000 or 11075516. OLE color: 11075516.
HSL color Cylindrical-coordinate representation of color #BCFFA8: hue angle of 106.21º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCFFA8 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 168 | - |
| CMYK | 0.26 | 0 | 0.34 | 0 |
| HSL | 106.21º | 1% | 0.83% | - |
| HSV(B) | 106.21º | 0.34% | 1% | - |
| XYZ | 63.57 | 85.04 | 50.11 | - |
| YUV | 225.05 | 95.8 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 168 | 0.26 | 0 | 0.34 | 0 | 106.21 | 1 | 0.83 |
| Hex | BC | FF | A8 | 1A | 0 | 22 | 0 | 6A | 64 | 53 |
| Octal | 274 | 377 | 250 | 32 | 0 | 42 | 0 | 152 | 144 | 123 |
| Binary | 10111100 | 11111111 | 10101000 | 11010 | 0 | 100010 | 0 | 1101010 | 1100100 | 1010011 |
Color Harmonies of #BCFFA8
Complementary color
Monochromatic Colors of #BCFFA8
Black with #BCFFA8
Text Example
Text Example
White with #BCFFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFA8; }
p { color: rgb(188,255,168); }
H1.HeaderClassName
{
color: #BCFFA8;
}
.AnyTagClassName
{
color: #BCFFA8;
}
</style>
background-color css
<style>
a { background-color: #BCFFA8; }
a { background-color: rgb(188,255,168); }
div.DivClassName
{
background-color: #BCFFA8;
}
.BgClassName
{
background-color: #BCFFA8;
}
</style>
border-color css
<style>
span { border-color: #BCFFA8; }
span { border-color: rgb(188,255,168); }
td.TdClassName
{
border-color: #BCFFA8;
}
.TagClassName
{
border-color: #BCFFA8;
}
</style>