Shades of Madang #BCFFA5
Tints of Madang #BCFFA5
RGB
CMYK
RGB Variations
Color information
#BCFFA5 (or 0xBCFFA5) is known color: Madang. HEX triplet: BC, FF and A5. RGB value is (188,255,165). Sum of RGB (Red+Green+Blue) = 188+255+165=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 165 (64.84% from 255 or 27.14% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFA5 is #43005A. Grayscale: #E1E1E1. Windows color (decimal): -4391003 or 10878908. OLE color: 10878908.
HSL color Cylindrical-coordinate representation of color #BCFFA5: hue angle of 104.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCFFA5 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 165 | - |
| CMYK | 0.26 | 0 | 0.35 | 0 |
| HSL | 104.67º | 1% | 0.82% | - |
| HSV(B) | 104.67º | 0.35% | 1% | - |
| XYZ | 63.29 | 84.93 | 48.65 | - |
| YUV | 224.71 | 94.3 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 165 | 0.26 | 0 | 0.35 | 0 | 104.67 | 1 | 0.82 |
| Hex | BC | FF | A5 | 1A | 0 | 23 | 0 | 69 | 64 | 52 |
| Octal | 274 | 377 | 245 | 32 | 0 | 43 | 0 | 151 | 144 | 122 |
| Binary | 10111100 | 11111111 | 10100101 | 11010 | 0 | 100011 | 0 | 1101001 | 1100100 | 1010010 |
Color Harmonies of #BCFFA5
Complementary color
Monochromatic Colors of #BCFFA5
Black with #BCFFA5
Text Example
Text Example
White with #BCFFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFA5; }
p { color: rgb(188,255,165); }
H1.HeaderClassName
{
color: #BCFFA5;
}
.AnyTagClassName
{
color: #BCFFA5;
}
</style>
background-color css
<style>
a { background-color: #BCFFA5; }
a { background-color: rgb(188,255,165); }
div.DivClassName
{
background-color: #BCFFA5;
}
.BgClassName
{
background-color: #BCFFA5;
}
</style>
border-color css
<style>
span { border-color: #BCFFA5; }
span { border-color: rgb(188,255,165); }
td.TdClassName
{
border-color: #BCFFA5;
}
.TagClassName
{
border-color: #BCFFA5;
}
</style>