Shades of Madang #BCFC99
Tints of Madang #BCFC99
RGB
CMYK
RGB Variations
Color information
#BCFC99 (or 0xBCFC99) is known color: Madang. HEX triplet: BC, FC and 99. RGB value is (188,252,153). Sum of RGB (Red+Green+Blue) = 188+252+153=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 153 (60.16% from 255 or 25.80% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFC99 is #430366. Grayscale: #DDDDDD. Windows color (decimal): -4391783 or 10091708. OLE color: 10091708.
HSL color Cylindrical-coordinate representation of color #BCFC99: hue angle of 98.79º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCFC99 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 153 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.01 |
| HSL | 98.79º | 0.94% | 0.79% | - |
| HSV(B) | 98.79º | 0.39% | 0.99% | - |
| XYZ | 61.3 | 82.61 | 42.85 | - |
| YUV | 221.58 | 89.3 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 153 | 0.25 | 0 | 0.39 | 0.01 | 98.79 | 0.94 | 0.79 |
| Hex | BC | FC | 99 | 19 | 0 | 27 | 1 | 63 | 5E | 4F |
| Octal | 274 | 374 | 231 | 31 | 0 | 47 | 1 | 143 | 136 | 117 |
| Binary | 10111100 | 11111100 | 10011001 | 11001 | 0 | 100111 | 1 | 1100011 | 1011110 | 1001111 |
Color Harmonies of #BCFC99
Complementary color
Monochromatic Colors of #BCFC99
Black with #BCFC99
Text Example
Text Example
White with #BCFC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC99; }
p { color: rgb(188,252,153); }
H1.HeaderClassName
{
color: #BCFC99;
}
.AnyTagClassName
{
color: #BCFC99;
}
</style>
background-color css
<style>
a { background-color: #BCFC99; }
a { background-color: rgb(188,252,153); }
div.DivClassName
{
background-color: #BCFC99;
}
.BgClassName
{
background-color: #BCFC99;
}
</style>
border-color css
<style>
span { border-color: #BCFC99; }
span { border-color: rgb(188,252,153); }
td.TdClassName
{
border-color: #BCFC99;
}
.TagClassName
{
border-color: #BCFC99;
}
</style>