Shades of Madang #BCFB9D
Tints of Madang #BCFB9D
RGB
CMYK
RGB Variations
Color information
#BCFB9D (or 0xBCFB9D) is known color: Madang. HEX triplet: BC, FB and 9D. RGB value is (188,251,157). Sum of RGB (Red+Green+Blue) = 188+251+157=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFB9D is #430462. Grayscale: #DDDDDD. Windows color (decimal): -4392035 or 10353596. OLE color: 10353596.
HSL color Cylindrical-coordinate representation of color #BCFB9D: hue angle of 100.21º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCFB9D is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 157 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.02 |
| HSL | 100.21º | 0.92% | 0.8% | - |
| HSV(B) | 100.21º | 0.37% | 0.98% | - |
| XYZ | 61.32 | 82.12 | 44.52 | - |
| YUV | 221.45 | 91.63 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 157 | 0.25 | 0 | 0.37 | 0.02 | 100.21 | 0.92 | 0.8 |
| Hex | BC | FB | 9D | 19 | 0 | 25 | 2 | 64 | 5C | 50 |
| Octal | 274 | 373 | 235 | 31 | 0 | 45 | 2 | 144 | 134 | 120 |
| Binary | 10111100 | 11111011 | 10011101 | 11001 | 0 | 100101 | 10 | 1100100 | 1011100 | 1010000 |
Color Harmonies of #BCFB9D
Complementary color
Monochromatic Colors of #BCFB9D
Black with #BCFB9D
Text Example
Text Example
White with #BCFB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFB9D; }
p { color: rgb(188,251,157); }
H1.HeaderClassName
{
color: #BCFB9D;
}
.AnyTagClassName
{
color: #BCFB9D;
}
</style>
background-color css
<style>
a { background-color: #BCFB9D; }
a { background-color: rgb(188,251,157); }
div.DivClassName
{
background-color: #BCFB9D;
}
.BgClassName
{
background-color: #BCFB9D;
}
</style>
border-color css
<style>
span { border-color: #BCFB9D; }
span { border-color: rgb(188,251,157); }
td.TdClassName
{
border-color: #BCFB9D;
}
.TagClassName
{
border-color: #BCFB9D;
}
</style>