Shades of Madang #BCFAB0
Tints of Madang #BCFAB0
RGB
CMYK
RGB Variations
Color information
#BCFAB0 (or 0xBCFAB0) is known color: Madang. HEX triplet: BC, FA and B0. RGB value is (188,250,176). Sum of RGB (Red+Green+Blue) = 188+250+176=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFAB0 is #43054F. Grayscale: #DFDFDF. Windows color (decimal): -4392272 or 11598524. OLE color: 11598524.
HSL color Cylindrical-coordinate representation of color #BCFAB0: hue angle of 110.27º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCFAB0 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 176 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.02 |
| HSL | 110.27º | 0.88% | 0.84% | - |
| HSV(B) | 110.27º | 0.3% | 0.98% | - |
| XYZ | 62.76 | 82.2 | 53.63 | - |
| YUV | 223.03 | 101.46 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 176 | 0.25 | 0 | 0.30 | 0.02 | 110.27 | 0.88 | 0.84 |
| Hex | BC | FA | B0 | 19 | 0 | 1E | 2 | 6E | 58 | 54 |
| Octal | 274 | 372 | 260 | 31 | 0 | 36 | 2 | 156 | 130 | 124 |
| Binary | 10111100 | 11111010 | 10110000 | 11001 | 0 | 11110 | 10 | 1101110 | 1011000 | 1010100 |
Color Harmonies of #BCFAB0
Complementary color
Monochromatic Colors of #BCFAB0
Black with #BCFAB0
Text Example
Text Example
White with #BCFAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFAB0; }
p { color: rgb(188,250,176); }
H1.HeaderClassName
{
color: #BCFAB0;
}
.AnyTagClassName
{
color: #BCFAB0;
}
</style>
background-color css
<style>
a { background-color: #BCFAB0; }
a { background-color: rgb(188,250,176); }
div.DivClassName
{
background-color: #BCFAB0;
}
.BgClassName
{
background-color: #BCFAB0;
}
</style>
border-color css
<style>
span { border-color: #BCFAB0; }
span { border-color: rgb(188,250,176); }
td.TdClassName
{
border-color: #BCFAB0;
}
.TagClassName
{
border-color: #BCFAB0;
}
</style>