Shades of Madang #BCFF99
Tints of Madang #BCFF99
RGB
CMYK
RGB Variations
Color information
#BCFF99 (or 0xBCFF99) is known color: Madang. HEX triplet: BC, FF and 99. RGB value is (188,255,153). Sum of RGB (Red+Green+Blue) = 188+255+153=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF99 is #430066. Grayscale: #DFDFDF. Windows color (decimal): -4391015 or 10092476. OLE color: 10092476.
HSL color Cylindrical-coordinate representation of color #BCFF99: hue angle of 99.41º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCFF99 is Cyan = 0.26, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 153 | - |
| CMYK | 0.26 | 0 | 0.4 | 0 |
| HSL | 99.41º | 1% | 0.8% | - |
| HSV(B) | 99.41º | 0.4% | 1% | - |
| XYZ | 62.25 | 84.51 | 43.17 | - |
| YUV | 223.34 | 88.3 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 153 | 0.26 | 0 | 0.4 | 0 | 99.41 | 1 | 0.8 |
| Hex | BC | FF | 99 | 1A | 0 | 28 | 0 | 63 | 64 | 50 |
| Octal | 274 | 377 | 231 | 32 | 0 | 50 | 0 | 143 | 144 | 120 |
| Binary | 10111100 | 11111111 | 10011001 | 11010 | 0 | 101000 | 0 | 1100011 | 1100100 | 1010000 |
Color Harmonies of #BCFF99
Complementary color
Monochromatic Colors of #BCFF99
Black with #BCFF99
Text Example
Text Example
White with #BCFF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF99; }
p { color: rgb(188,255,153); }
H1.HeaderClassName
{
color: #BCFF99;
}
.AnyTagClassName
{
color: #BCFF99;
}
</style>
background-color css
<style>
a { background-color: #BCFF99; }
a { background-color: rgb(188,255,153); }
div.DivClassName
{
background-color: #BCFF99;
}
.BgClassName
{
background-color: #BCFF99;
}
</style>
border-color css
<style>
span { border-color: #BCFF99; }
span { border-color: rgb(188,255,153); }
td.TdClassName
{
border-color: #BCFF99;
}
.TagClassName
{
border-color: #BCFF99;
}
</style>