Shades of Madang #BCF0A0
Tints of Madang #BCF0A0
RGB
CMYK
RGB Variations
Color information
#BCF0A0 (or 0xBCF0A0) is known color: Madang. HEX triplet: BC, F0 and A0. RGB value is (188,240,160). Sum of RGB (Red+Green+Blue) = 188+240+160=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF0A0 is #430F5F. Grayscale: #D7D7D7. Windows color (decimal): -4394848 or 10547388. OLE color: 10547388.
HSL color Cylindrical-coordinate representation of color #BCF0A0: hue angle of 99º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCF0A0 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 160 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.06 |
| HSL | 99º | 0.73% | 0.78% | - |
| HSV(B) | 99º | 0.33% | 0.94% | - |
| XYZ | 58.24 | 75.55 | 44.77 | - |
| YUV | 215.33 | 96.77 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 160 | 0.22 | 0 | 0.33 | 0.06 | 99 | 0.73 | 0.78 |
| Hex | BC | F0 | A0 | 16 | 0 | 21 | 6 | 63 | 49 | 4E |
| Octal | 274 | 360 | 240 | 26 | 0 | 41 | 6 | 143 | 111 | 116 |
| Binary | 10111100 | 11110000 | 10100000 | 10110 | 0 | 100001 | 110 | 1100011 | 1001001 | 1001110 |
Color Harmonies of #BCF0A0
Complementary color
Monochromatic Colors of #BCF0A0
Black with #BCF0A0
Text Example
Text Example
White with #BCF0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0A0; }
p { color: rgb(188,240,160); }
H1.HeaderClassName
{
color: #BCF0A0;
}
.AnyTagClassName
{
color: #BCF0A0;
}
</style>
background-color css
<style>
a { background-color: #BCF0A0; }
a { background-color: rgb(188,240,160); }
div.DivClassName
{
background-color: #BCF0A0;
}
.BgClassName
{
background-color: #BCF0A0;
}
</style>
border-color css
<style>
span { border-color: #BCF0A0; }
span { border-color: rgb(188,240,160); }
td.TdClassName
{
border-color: #BCF0A0;
}
.TagClassName
{
border-color: #BCF0A0;
}
</style>