Shades of Madang #BCFB9F
Tints of Madang #BCFB9F
RGB
CMYK
RGB Variations
Color information
#BCFB9F (or 0xBCFB9F) is known color: Madang. HEX triplet: BC, FB and 9F. RGB value is (188,251,159). Sum of RGB (Red+Green+Blue) = 188+251+159=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 159 (62.5% from 255 or 26.59% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFB9F is #430460. Grayscale: #DDDDDD. Windows color (decimal): -4392033 or 10484668. OLE color: 10484668.
HSL color Cylindrical-coordinate representation of color #BCFB9F: hue angle of 101.09º 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 #BCFB9F is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 159 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.02 |
| HSL | 101.09º | 0.92% | 0.8% | - |
| HSV(B) | 101.09º | 0.37% | 0.98% | - |
| XYZ | 61.49 | 82.19 | 45.42 | - |
| YUV | 221.68 | 92.63 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 159 | 0.25 | 0 | 0.37 | 0.02 | 101.09 | 0.92 | 0.8 |
| Hex | BC | FB | 9F | 19 | 0 | 25 | 2 | 65 | 5C | 50 |
| Octal | 274 | 373 | 237 | 31 | 0 | 45 | 2 | 145 | 134 | 120 |
| Binary | 10111100 | 11111011 | 10011111 | 11001 | 0 | 100101 | 10 | 1100101 | 1011100 | 1010000 |
Color Harmonies of #BCFB9F
Complementary color
Monochromatic Colors of #BCFB9F
Black with #BCFB9F
Text Example
Text Example
White with #BCFB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFB9F; }
p { color: rgb(188,251,159); }
H1.HeaderClassName
{
color: #BCFB9F;
}
.AnyTagClassName
{
color: #BCFB9F;
}
</style>
background-color css
<style>
a { background-color: #BCFB9F; }
a { background-color: rgb(188,251,159); }
div.DivClassName
{
background-color: #BCFB9F;
}
.BgClassName
{
background-color: #BCFB9F;
}
</style>
border-color css
<style>
span { border-color: #BCFB9F; }
span { border-color: rgb(188,251,159); }
td.TdClassName
{
border-color: #BCFB9F;
}
.TagClassName
{
border-color: #BCFB9F;
}
</style>