Shades of Madang #BCFB9C
Tints of Madang #BCFB9C
RGB
CMYK
RGB Variations
Color information
#BCFB9C (or 0xBCFB9C) is known color: Madang. HEX triplet: BC, FB and 9C. RGB value is (188,251,156). Sum of RGB (Red+Green+Blue) = 188+251+156=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFB9C is #430463. Grayscale: #DDDDDD. Windows color (decimal): -4392036 or 10288060. OLE color: 10288060.
HSL color Cylindrical-coordinate representation of color #BCFB9C: hue angle of 99.79º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCFB9C is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 156 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.02 |
| HSL | 99.79º | 0.92% | 0.8% | - |
| HSV(B) | 99.79º | 0.38% | 0.98% | - |
| XYZ | 61.24 | 82.09 | 44.07 | - |
| YUV | 221.33 | 91.13 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 156 | 0.25 | 0 | 0.38 | 0.02 | 99.79 | 0.92 | 0.8 |
| Hex | BC | FB | 9C | 19 | 0 | 26 | 2 | 64 | 5C | 50 |
| Octal | 274 | 373 | 234 | 31 | 0 | 46 | 2 | 144 | 134 | 120 |
| Binary | 10111100 | 11111011 | 10011100 | 11001 | 0 | 100110 | 10 | 1100100 | 1011100 | 1010000 |
Color Harmonies of #BCFB9C
Complementary color
Monochromatic Colors of #BCFB9C
Black with #BCFB9C
Text Example
Text Example
White with #BCFB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFB9C; }
p { color: rgb(188,251,156); }
H1.HeaderClassName
{
color: #BCFB9C;
}
.AnyTagClassName
{
color: #BCFB9C;
}
</style>
background-color css
<style>
a { background-color: #BCFB9C; }
a { background-color: rgb(188,251,156); }
div.DivClassName
{
background-color: #BCFB9C;
}
.BgClassName
{
background-color: #BCFB9C;
}
</style>
border-color css
<style>
span { border-color: #BCFB9C; }
span { border-color: rgb(188,251,156); }
td.TdClassName
{
border-color: #BCFB9C;
}
.TagClassName
{
border-color: #BCFB9C;
}
</style>