Shades of Madang #BCFCA9
Tints of Madang #BCFCA9
RGB
CMYK
RGB Variations
Color information
#BCFCA9 (or 0xBCFCA9) is known color: Madang. HEX triplet: BC, FC and A9. RGB value is (188,252,169). Sum of RGB (Red+Green+Blue) = 188+252+169=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFCA9 is #430356. Grayscale: #DFDFDF. Windows color (decimal): -4391767 or 11140284. OLE color: 11140284.
HSL color Cylindrical-coordinate representation of color #BCFCA9: hue angle of 106.27º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCFCA9 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 169 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.01 |
| HSL | 106.27º | 0.93% | 0.83% | - |
| HSV(B) | 106.27º | 0.33% | 0.99% | - |
| XYZ | 62.71 | 83.18 | 50.29 | - |
| YUV | 223.4 | 97.3 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 169 | 0.25 | 0 | 0.33 | 0.01 | 106.27 | 0.93 | 0.83 |
| Hex | BC | FC | A9 | 19 | 0 | 21 | 1 | 6A | 5D | 53 |
| Octal | 274 | 374 | 251 | 31 | 0 | 41 | 1 | 152 | 135 | 123 |
| Binary | 10111100 | 11111100 | 10101001 | 11001 | 0 | 100001 | 1 | 1101010 | 1011101 | 1010011 |
Color Harmonies of #BCFCA9
Complementary color
Monochromatic Colors of #BCFCA9
Black with #BCFCA9
Text Example
Text Example
White with #BCFCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCA9; }
p { color: rgb(188,252,169); }
H1.HeaderClassName
{
color: #BCFCA9;
}
.AnyTagClassName
{
color: #BCFCA9;
}
</style>
background-color css
<style>
a { background-color: #BCFCA9; }
a { background-color: rgb(188,252,169); }
div.DivClassName
{
background-color: #BCFCA9;
}
.BgClassName
{
background-color: #BCFCA9;
}
</style>
border-color css
<style>
span { border-color: #BCFCA9; }
span { border-color: rgb(188,252,169); }
td.TdClassName
{
border-color: #BCFCA9;
}
.TagClassName
{
border-color: #BCFCA9;
}
</style>