Shades of Madang #BCFF9C
Tints of Madang #BCFF9C
RGB
CMYK
RGB Variations
Color information
#BCFF9C (or 0xBCFF9C) is known color: Madang. HEX triplet: BC, FF and 9C. RGB value is (188,255,156). Sum of RGB (Red+Green+Blue) = 188+255+156=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF9C is #430063. Grayscale: #E0E0E0. Windows color (decimal): -4391012 or 10289084. OLE color: 10289084.
HSL color Cylindrical-coordinate representation of color #BCFF9C: hue angle of 100.61º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCFF9C is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 156 | - |
| CMYK | 0.26 | 0 | 0.39 | 0 |
| HSL | 100.61º | 1% | 0.81% | - |
| HSV(B) | 100.61º | 0.39% | 1% | - |
| XYZ | 62.5 | 84.61 | 44.49 | - |
| YUV | 223.68 | 89.8 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 156 | 0.26 | 0 | 0.39 | 0 | 100.61 | 1 | 0.81 |
| Hex | BC | FF | 9C | 1A | 0 | 27 | 0 | 65 | 64 | 51 |
| Octal | 274 | 377 | 234 | 32 | 0 | 47 | 0 | 145 | 144 | 121 |
| Binary | 10111100 | 11111111 | 10011100 | 11010 | 0 | 100111 | 0 | 1100101 | 1100100 | 1010001 |
Color Harmonies of #BCFF9C
Complementary color
Monochromatic Colors of #BCFF9C
Black with #BCFF9C
Text Example
Text Example
White with #BCFF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF9C; }
p { color: rgb(188,255,156); }
H1.HeaderClassName
{
color: #BCFF9C;
}
.AnyTagClassName
{
color: #BCFF9C;
}
</style>
background-color css
<style>
a { background-color: #BCFF9C; }
a { background-color: rgb(188,255,156); }
div.DivClassName
{
background-color: #BCFF9C;
}
.BgClassName
{
background-color: #BCFF9C;
}
</style>
border-color css
<style>
span { border-color: #BCFF9C; }
span { border-color: rgb(188,255,156); }
td.TdClassName
{
border-color: #BCFF9C;
}
.TagClassName
{
border-color: #BCFF9C;
}
</style>