Shades of Madang #BCFCA0
Tints of Madang #BCFCA0
RGB
CMYK
RGB Variations
Color information
#BCFCA0 (or 0xBCFCA0) is known color: Madang. HEX triplet: BC, FC and A0. RGB value is (188,252,160). Sum of RGB (Red+Green+Blue) = 188+252+160=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFCA0 is #43035F. Grayscale: #DEDEDE. Windows color (decimal): -4391776 or 10550460. OLE color: 10550460.
HSL color Cylindrical-coordinate representation of color #BCFCA0: hue angle of 101.74º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCFCA0 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 160 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.01 |
| HSL | 101.74º | 0.94% | 0.81% | - |
| HSV(B) | 101.74º | 0.37% | 0.99% | - |
| XYZ | 61.89 | 82.85 | 45.99 | - |
| YUV | 222.38 | 92.8 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 160 | 0.25 | 0 | 0.37 | 0.01 | 101.74 | 0.94 | 0.81 |
| Hex | BC | FC | A0 | 19 | 0 | 25 | 1 | 66 | 5E | 51 |
| Octal | 274 | 374 | 240 | 31 | 0 | 45 | 1 | 146 | 136 | 121 |
| Binary | 10111100 | 11111100 | 10100000 | 11001 | 0 | 100101 | 1 | 1100110 | 1011110 | 1010001 |
Color Harmonies of #BCFCA0
Complementary color
Monochromatic Colors of #BCFCA0
Black with #BCFCA0
Text Example
Text Example
White with #BCFCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCA0; }
p { color: rgb(188,252,160); }
H1.HeaderClassName
{
color: #BCFCA0;
}
.AnyTagClassName
{
color: #BCFCA0;
}
</style>
background-color css
<style>
a { background-color: #BCFCA0; }
a { background-color: rgb(188,252,160); }
div.DivClassName
{
background-color: #BCFCA0;
}
.BgClassName
{
background-color: #BCFCA0;
}
</style>
border-color css
<style>
span { border-color: #BCFCA0; }
span { border-color: rgb(188,252,160); }
td.TdClassName
{
border-color: #BCFCA0;
}
.TagClassName
{
border-color: #BCFCA0;
}
</style>