Shades of Madang #BCFCB6
Tints of Madang #BCFCB6
RGB
CMYK
RGB Variations
Color information
#BCFCB6 (or 0xBCFCB6) is known color: Madang. HEX triplet: BC, FC and B6. RGB value is (188,252,182). Sum of RGB (Red+Green+Blue) = 188+252+182=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCB6 is #430349. Grayscale: #E1E1E1. Windows color (decimal): -4391754 or 11992252. OLE color: 11992252.
HSL color Cylindrical-coordinate representation of color #BCFCB6: hue angle of 114.86º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCFCB6 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 182 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.01 |
| HSL | 114.86º | 0.92% | 0.85% | - |
| HSV(B) | 114.86º | 0.28% | 0.99% | - |
| XYZ | 63.99 | 83.69 | 57.04 | - |
| YUV | 224.88 | 103.8 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 182 | 0.25 | 0 | 0.28 | 0.01 | 114.86 | 0.92 | 0.85 |
| Hex | BC | FC | B6 | 19 | 0 | 1C | 1 | 73 | 5C | 55 |
| Octal | 274 | 374 | 266 | 31 | 0 | 34 | 1 | 163 | 134 | 125 |
| Binary | 10111100 | 11111100 | 10110110 | 11001 | 0 | 11100 | 1 | 1110011 | 1011100 | 1010101 |
Color Harmonies of #BCFCB6
Complementary color
Monochromatic Colors of #BCFCB6
Black with #BCFCB6
Text Example
Text Example
White with #BCFCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCB6; }
p { color: rgb(188,252,182); }
H1.HeaderClassName
{
color: #BCFCB6;
}
.AnyTagClassName
{
color: #BCFCB6;
}
</style>
background-color css
<style>
a { background-color: #BCFCB6; }
a { background-color: rgb(188,252,182); }
div.DivClassName
{
background-color: #BCFCB6;
}
.BgClassName
{
background-color: #BCFCB6;
}
</style>
border-color css
<style>
span { border-color: #BCFCB6; }
span { border-color: rgb(188,252,182); }
td.TdClassName
{
border-color: #BCFCB6;
}
.TagClassName
{
border-color: #BCFCB6;
}
</style>