Shades of Madang #BCF1B6
Tints of Madang #BCF1B6
RGB
CMYK
RGB Variations
Color information
#BCF1B6 (or 0xBCF1B6) is known color: Madang. HEX triplet: BC, F1 and B6. RGB value is (188,241,182). Sum of RGB (Red+Green+Blue) = 188+241+182=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1B6 is #430E49. Grayscale: #DADADA. Windows color (decimal): -4394570 or 11989436. OLE color: 11989436.
HSL color Cylindrical-coordinate representation of color #BCF1B6: hue angle of 113.9º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF1B6 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 182 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.05 |
| HSL | 113.9º | 0.68% | 0.83% | - |
| HSV(B) | 113.9º | 0.24% | 0.95% | - |
| XYZ | 60.64 | 76.98 | 55.92 | - |
| YUV | 218.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 182 | 0.22 | 0 | 0.24 | 0.05 | 113.9 | 0.68 | 0.83 |
| Hex | BC | F1 | B6 | 16 | 0 | 18 | 5 | 72 | 44 | 53 |
| Octal | 274 | 361 | 266 | 26 | 0 | 30 | 5 | 162 | 104 | 123 |
| Binary | 10111100 | 11110001 | 10110110 | 10110 | 0 | 11000 | 101 | 1110010 | 1000100 | 1010011 |
Color Harmonies of #BCF1B6
Complementary color
Monochromatic Colors of #BCF1B6
Black with #BCF1B6
Text Example
Text Example
White with #BCF1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1B6; }
p { color: rgb(188,241,182); }
H1.HeaderClassName
{
color: #BCF1B6;
}
.AnyTagClassName
{
color: #BCF1B6;
}
</style>
background-color css
<style>
a { background-color: #BCF1B6; }
a { background-color: rgb(188,241,182); }
div.DivClassName
{
background-color: #BCF1B6;
}
.BgClassName
{
background-color: #BCF1B6;
}
</style>
border-color css
<style>
span { border-color: #BCF1B6; }
span { border-color: rgb(188,241,182); }
td.TdClassName
{
border-color: #BCF1B6;
}
.TagClassName
{
border-color: #BCF1B6;
}
</style>