Shades of Madang #BCFFB0
Tints of Madang #BCFFB0
RGB
CMYK
RGB Variations
Color information
#BCFFB0 (or 0xBCFFB0) is known color: Madang. HEX triplet: BC, FF and B0. RGB value is (188,255,176). Sum of RGB (Red+Green+Blue) = 188+255+176=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFB0 is #43004F. Grayscale: #E2E2E2. Windows color (decimal): -4390992 or 11599804. OLE color: 11599804.
HSL color Cylindrical-coordinate representation of color #BCFFB0: hue angle of 110.89º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCFFB0 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 176 | - |
| CMYK | 0.26 | 0 | 0.31 | 0 |
| HSL | 110.89º | 1% | 0.85% | - |
| HSV(B) | 110.89º | 0.31% | 1% | - |
| XYZ | 64.34 | 85.35 | 54.16 | - |
| YUV | 225.96 | 99.8 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 176 | 0.26 | 0 | 0.31 | 0 | 110.89 | 1 | 0.85 |
| Hex | BC | FF | B0 | 1A | 0 | 1F | 0 | 6F | 64 | 55 |
| Octal | 274 | 377 | 260 | 32 | 0 | 37 | 0 | 157 | 144 | 125 |
| Binary | 10111100 | 11111111 | 10110000 | 11010 | 0 | 11111 | 0 | 1101111 | 1100100 | 1010101 |
Color Harmonies of #BCFFB0
Complementary color
Monochromatic Colors of #BCFFB0
Black with #BCFFB0
Text Example
Text Example
White with #BCFFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFB0; }
p { color: rgb(188,255,176); }
H1.HeaderClassName
{
color: #BCFFB0;
}
.AnyTagClassName
{
color: #BCFFB0;
}
</style>
background-color css
<style>
a { background-color: #BCFFB0; }
a { background-color: rgb(188,255,176); }
div.DivClassName
{
background-color: #BCFFB0;
}
.BgClassName
{
background-color: #BCFFB0;
}
</style>
border-color css
<style>
span { border-color: #BCFFB0; }
span { border-color: rgb(188,255,176); }
td.TdClassName
{
border-color: #BCFFB0;
}
.TagClassName
{
border-color: #BCFFB0;
}
</style>