Shades of Madang #BCFAA6
Tints of Madang #BCFAA6
RGB
CMYK
RGB Variations
Color information
#BCFAA6 (or 0xBCFAA6) is known color: Madang. HEX triplet: BC, FA and A6. RGB value is (188,250,166). Sum of RGB (Red+Green+Blue) = 188+250+166=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 166 (65.23% from 255 or 27.48% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFAA6 is #430559. Grayscale: #DEDEDE. Windows color (decimal): -4392282 or 10943164. OLE color: 10943164.
HSL color Cylindrical-coordinate representation of color #BCFAA6: hue angle of 104.29º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCFAA6 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 166 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.02 |
| HSL | 104.29º | 0.89% | 0.82% | - |
| HSV(B) | 104.29º | 0.34% | 0.98% | - |
| XYZ | 61.81 | 81.82 | 48.61 | - |
| YUV | 221.89 | 96.46 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 166 | 0.25 | 0 | 0.34 | 0.02 | 104.29 | 0.89 | 0.82 |
| Hex | BC | FA | A6 | 19 | 0 | 22 | 2 | 68 | 59 | 52 |
| Octal | 274 | 372 | 246 | 31 | 0 | 42 | 2 | 150 | 131 | 122 |
| Binary | 10111100 | 11111010 | 10100110 | 11001 | 0 | 100010 | 10 | 1101000 | 1011001 | 1010010 |
Color Harmonies of #BCFAA6
Complementary color
Monochromatic Colors of #BCFAA6
Black with #BCFAA6
Text Example
Text Example
White with #BCFAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFAA6; }
p { color: rgb(188,250,166); }
H1.HeaderClassName
{
color: #BCFAA6;
}
.AnyTagClassName
{
color: #BCFAA6;
}
</style>
background-color css
<style>
a { background-color: #BCFAA6; }
a { background-color: rgb(188,250,166); }
div.DivClassName
{
background-color: #BCFAA6;
}
.BgClassName
{
background-color: #BCFAA6;
}
</style>
border-color css
<style>
span { border-color: #BCFAA6; }
span { border-color: rgb(188,250,166); }
td.TdClassName
{
border-color: #BCFAA6;
}
.TagClassName
{
border-color: #BCFAA6;
}
</style>