Shades of Madang #BCFFA9
Tints of Madang #BCFFA9
RGB
CMYK
RGB Variations
Color information
#BCFFA9 (or 0xBCFFA9) is known color: Madang. HEX triplet: BC, FF and A9. RGB value is (188,255,169). Sum of RGB (Red+Green+Blue) = 188+255+169=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 169 (66.41% from 255 or 27.61% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFA9 is #430056. Grayscale: #E1E1E1. Windows color (decimal): -4390999 or 11141052. OLE color: 11141052.
HSL color Cylindrical-coordinate representation of color #BCFFA9: hue angle of 106.74º 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 #BCFFA9 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 169 | - |
| CMYK | 0.26 | 0 | 0.34 | 0 |
| HSL | 106.74º | 1% | 0.83% | - |
| HSV(B) | 106.74º | 0.34% | 1% | - |
| XYZ | 63.66 | 85.08 | 50.6 | - |
| YUV | 225.16 | 96.3 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 169 | 0.26 | 0 | 0.34 | 0 | 106.74 | 1 | 0.83 |
| Hex | BC | FF | A9 | 1A | 0 | 22 | 0 | 6B | 64 | 53 |
| Octal | 274 | 377 | 251 | 32 | 0 | 42 | 0 | 153 | 144 | 123 |
| Binary | 10111100 | 11111111 | 10101001 | 11010 | 0 | 100010 | 0 | 1101011 | 1100100 | 1010011 |
Color Harmonies of #BCFFA9
Complementary color
Monochromatic Colors of #BCFFA9
Black with #BCFFA9
Text Example
Text Example
White with #BCFFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFA9; }
p { color: rgb(188,255,169); }
H1.HeaderClassName
{
color: #BCFFA9;
}
.AnyTagClassName
{
color: #BCFFA9;
}
</style>
background-color css
<style>
a { background-color: #BCFFA9; }
a { background-color: rgb(188,255,169); }
div.DivClassName
{
background-color: #BCFFA9;
}
.BgClassName
{
background-color: #BCFFA9;
}
</style>
border-color css
<style>
span { border-color: #BCFFA9; }
span { border-color: rgb(188,255,169); }
td.TdClassName
{
border-color: #BCFFA9;
}
.TagClassName
{
border-color: #BCFFA9;
}
</style>