Shades of Madang #BCFE99
Tints of Madang #BCFE99
RGB
CMYK
RGB Variations
Color information
#BCFE99 (or 0xBCFE99) is known color: Madang. HEX triplet: BC, FE and 99. RGB value is (188,254,153). Sum of RGB (Red+Green+Blue) = 188+254+153=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFE99 is #430166. Grayscale: #DFDFDF. Windows color (decimal): -4391271 or 10092220. OLE color: 10092220.
HSL color Cylindrical-coordinate representation of color #BCFE99: hue angle of 99.21º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCFE99 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 153 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.00 |
| HSL | 99.21º | 0.98% | 0.8% | - |
| HSV(B) | 99.21º | 0.4% | 1% | - |
| XYZ | 61.93 | 83.87 | 43.06 | - |
| YUV | 222.75 | 88.63 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 153 | 0.26 | 0 | 0.40 | 0.00 | 99.21 | 0.98 | 0.8 |
| Hex | BC | FE | 99 | 1A | 0 | 28 | 0 | 63 | 62 | 50 |
| Octal | 274 | 376 | 231 | 32 | 0 | 50 | 0 | 143 | 142 | 120 |
| Binary | 10111100 | 11111110 | 10011001 | 11010 | 0 | 101000 | 0 | 1100011 | 1100010 | 1010000 |
Color Harmonies of #BCFE99
Complementary color
Monochromatic Colors of #BCFE99
Black with #BCFE99
Text Example
Text Example
White with #BCFE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE99; }
p { color: rgb(188,254,153); }
H1.HeaderClassName
{
color: #BCFE99;
}
.AnyTagClassName
{
color: #BCFE99;
}
</style>
background-color css
<style>
a { background-color: #BCFE99; }
a { background-color: rgb(188,254,153); }
div.DivClassName
{
background-color: #BCFE99;
}
.BgClassName
{
background-color: #BCFE99;
}
</style>
border-color css
<style>
span { border-color: #BCFE99; }
span { border-color: rgb(188,254,153); }
td.TdClassName
{
border-color: #BCFE99;
}
.TagClassName
{
border-color: #BCFE99;
}
</style>