Shades of Madang #BCFFB1
Tints of Madang #BCFFB1
RGB
CMYK
RGB Variations
Color information
#BCFFB1 (or 0xBCFFB1) is known color: Madang. HEX triplet: BC, FF and B1. RGB value is (188,255,177). Sum of RGB (Red+Green+Blue) = 188+255+177=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFB1 is #43004E. Grayscale: #E2E2E2. Windows color (decimal): -4390991 or 11665340. OLE color: 11665340.
HSL color Cylindrical-coordinate representation of color #BCFFB1: hue angle of 111.54º 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 #BCFFB1 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 177 | - |
| CMYK | 0.26 | 0 | 0.31 | 0 |
| HSL | 111.54º | 1% | 0.85% | - |
| HSV(B) | 111.54º | 0.31% | 1% | - |
| XYZ | 64.43 | 85.39 | 54.68 | - |
| YUV | 226.08 | 100.3 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 177 | 0.26 | 0 | 0.31 | 0 | 111.54 | 1 | 0.85 |
| Hex | BC | FF | B1 | 1A | 0 | 1F | 0 | 70 | 64 | 55 |
| Octal | 274 | 377 | 261 | 32 | 0 | 37 | 0 | 160 | 144 | 125 |
| Binary | 10111100 | 11111111 | 10110001 | 11010 | 0 | 11111 | 0 | 1110000 | 1100100 | 1010101 |
Color Harmonies of #BCFFB1
Complementary color
Monochromatic Colors of #BCFFB1
Black with #BCFFB1
Text Example
Text Example
White with #BCFFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFB1; }
p { color: rgb(188,255,177); }
H1.HeaderClassName
{
color: #BCFFB1;
}
.AnyTagClassName
{
color: #BCFFB1;
}
</style>
background-color css
<style>
a { background-color: #BCFFB1; }
a { background-color: rgb(188,255,177); }
div.DivClassName
{
background-color: #BCFFB1;
}
.BgClassName
{
background-color: #BCFFB1;
}
</style>
border-color css
<style>
span { border-color: #BCFFB1; }
span { border-color: rgb(188,255,177); }
td.TdClassName
{
border-color: #BCFFB1;
}
.TagClassName
{
border-color: #BCFFB1;
}
</style>