Shades of Madang #BCFCB1
Tints of Madang #BCFCB1
RGB
CMYK
RGB Variations
Color information
#BCFCB1 (or 0xBCFCB1) is known color: Madang. HEX triplet: BC, FC and B1. RGB value is (188,252,177). Sum of RGB (Red+Green+Blue) = 188+252+177=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFCB1 is #43034E. Grayscale: #E0E0E0. Windows color (decimal): -4391759 or 11664572. OLE color: 11664572.
HSL color Cylindrical-coordinate representation of color #BCFCB1: hue angle of 111.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCFCB1 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 177 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.01 |
| HSL | 111.2º | 0.93% | 0.84% | - |
| HSV(B) | 111.2º | 0.3% | 0.99% | - |
| XYZ | 63.49 | 83.49 | 54.36 | - |
| YUV | 224.31 | 101.3 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 177 | 0.25 | 0 | 0.30 | 0.01 | 111.2 | 0.93 | 0.84 |
| Hex | BC | FC | B1 | 19 | 0 | 1E | 1 | 6F | 5D | 54 |
| Octal | 274 | 374 | 261 | 31 | 0 | 36 | 1 | 157 | 135 | 124 |
| Binary | 10111100 | 11111100 | 10110001 | 11001 | 0 | 11110 | 1 | 1101111 | 1011101 | 1010100 |
Color Harmonies of #BCFCB1
Complementary color
Monochromatic Colors of #BCFCB1
Black with #BCFCB1
Text Example
Text Example
White with #BCFCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCB1; }
p { color: rgb(188,252,177); }
H1.HeaderClassName
{
color: #BCFCB1;
}
.AnyTagClassName
{
color: #BCFCB1;
}
</style>
background-color css
<style>
a { background-color: #BCFCB1; }
a { background-color: rgb(188,252,177); }
div.DivClassName
{
background-color: #BCFCB1;
}
.BgClassName
{
background-color: #BCFCB1;
}
</style>
border-color css
<style>
span { border-color: #BCFCB1; }
span { border-color: rgb(188,252,177); }
td.TdClassName
{
border-color: #BCFCB1;
}
.TagClassName
{
border-color: #BCFCB1;
}
</style>