Shades of Madang #BCFFA1
Tints of Madang #BCFFA1
RGB
CMYK
RGB Variations
Color information
#BCFFA1 (or 0xBCFFA1) is known color: Madang. HEX triplet: BC, FF and A1. RGB value is (188,255,161). Sum of RGB (Red+Green+Blue) = 188+255+161=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFA1 is #43005E. Grayscale: #E0E0E0. Windows color (decimal): -4391007 or 10616764. OLE color: 10616764.
HSL color Cylindrical-coordinate representation of color #BCFFA1: hue angle of 102.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCFFA1 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 161 | - |
| CMYK | 0.26 | 0 | 0.37 | 0 |
| HSL | 102.77º | 1% | 0.82% | - |
| HSV(B) | 102.77º | 0.37% | 1% | - |
| XYZ | 62.93 | 84.78 | 46.77 | - |
| YUV | 224.25 | 92.3 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 161 | 0.26 | 0 | 0.37 | 0 | 102.77 | 1 | 0.82 |
| Hex | BC | FF | A1 | 1A | 0 | 25 | 0 | 67 | 64 | 52 |
| Octal | 274 | 377 | 241 | 32 | 0 | 45 | 0 | 147 | 144 | 122 |
| Binary | 10111100 | 11111111 | 10100001 | 11010 | 0 | 100101 | 0 | 1100111 | 1100100 | 1010010 |
Color Harmonies of #BCFFA1
Complementary color
Monochromatic Colors of #BCFFA1
Black with #BCFFA1
Text Example
Text Example
White with #BCFFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFA1; }
p { color: rgb(188,255,161); }
H1.HeaderClassName
{
color: #BCFFA1;
}
.AnyTagClassName
{
color: #BCFFA1;
}
</style>
background-color css
<style>
a { background-color: #BCFFA1; }
a { background-color: rgb(188,255,161); }
div.DivClassName
{
background-color: #BCFFA1;
}
.BgClassName
{
background-color: #BCFFA1;
}
</style>
border-color css
<style>
span { border-color: #BCFFA1; }
span { border-color: rgb(188,255,161); }
td.TdClassName
{
border-color: #BCFFA1;
}
.TagClassName
{
border-color: #BCFFA1;
}
</style>