Shades of Madang #BCFB9E
Tints of Madang #BCFB9E
RGB
CMYK
RGB Variations
Color information
#BCFB9E (or 0xBCFB9E) is known color: Madang. HEX triplet: BC, FB and 9E. RGB value is (188,251,158). Sum of RGB (Red+Green+Blue) = 188+251+158=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 158 (62.11% from 255 or 26.47% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFB9E is #430461. Grayscale: #DDDDDD. Windows color (decimal): -4392034 or 10419132. OLE color: 10419132.
HSL color Cylindrical-coordinate representation of color #BCFB9E: hue angle of 100.65º 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 #BCFB9E is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 158 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.02 |
| HSL | 100.65º | 0.92% | 0.8% | - |
| HSV(B) | 100.65º | 0.37% | 0.98% | - |
| XYZ | 61.41 | 82.15 | 44.97 | - |
| YUV | 221.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 158 | 0.25 | 0 | 0.37 | 0.02 | 100.65 | 0.92 | 0.8 |
| Hex | BC | FB | 9E | 19 | 0 | 25 | 2 | 65 | 5C | 50 |
| Octal | 274 | 373 | 236 | 31 | 0 | 45 | 2 | 145 | 134 | 120 |
| Binary | 10111100 | 11111011 | 10011110 | 11001 | 0 | 100101 | 10 | 1100101 | 1011100 | 1010000 |
Color Harmonies of #BCFB9E
Complementary color
Monochromatic Colors of #BCFB9E
Black with #BCFB9E
Text Example
Text Example
White with #BCFB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFB9E; }
p { color: rgb(188,251,158); }
H1.HeaderClassName
{
color: #BCFB9E;
}
.AnyTagClassName
{
color: #BCFB9E;
}
</style>
background-color css
<style>
a { background-color: #BCFB9E; }
a { background-color: rgb(188,251,158); }
div.DivClassName
{
background-color: #BCFB9E;
}
.BgClassName
{
background-color: #BCFB9E;
}
</style>
border-color css
<style>
span { border-color: #BCFB9E; }
span { border-color: rgb(188,251,158); }
td.TdClassName
{
border-color: #BCFB9E;
}
.TagClassName
{
border-color: #BCFB9E;
}
</style>