Shades of Madang #BCF896
Tints of Madang #BCF896
RGB
CMYK
RGB Variations
Color information
#BCF896 (or 0xBCF896) is known color: Madang. HEX triplet: BC, F8 and 96. RGB value is (188,248,150). Sum of RGB (Red+Green+Blue) = 188+248+150=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF896 is #430769. Grayscale: #DBDBDB. Windows color (decimal): -4392810 or 9894076. OLE color: 9894076.
HSL color Cylindrical-coordinate representation of color #BCF896: hue angle of 96.73º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCF896 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 150 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.03 |
| HSL | 96.73º | 0.88% | 0.78% | - |
| HSV(B) | 96.73º | 0.4% | 0.97% | - |
| XYZ | 59.81 | 80.03 | 41.15 | - |
| YUV | 218.89 | 89.12 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 150 | 0.24 | 0 | 0.40 | 0.03 | 96.73 | 0.88 | 0.78 |
| Hex | BC | F8 | 96 | 18 | 0 | 28 | 3 | 61 | 58 | 4E |
| Octal | 274 | 370 | 226 | 30 | 0 | 50 | 3 | 141 | 130 | 116 |
| Binary | 10111100 | 11111000 | 10010110 | 11000 | 0 | 101000 | 11 | 1100001 | 1011000 | 1001110 |
Color Harmonies of #BCF896
Complementary color
Monochromatic Colors of #BCF896
Black with #BCF896
Text Example
Text Example
White with #BCF896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF896; }
p { color: rgb(188,248,150); }
H1.HeaderClassName
{
color: #BCF896;
}
.AnyTagClassName
{
color: #BCF896;
}
</style>
background-color css
<style>
a { background-color: #BCF896; }
a { background-color: rgb(188,248,150); }
div.DivClassName
{
background-color: #BCF896;
}
.BgClassName
{
background-color: #BCF896;
}
</style>
border-color css
<style>
span { border-color: #BCF896; }
span { border-color: rgb(188,248,150); }
td.TdClassName
{
border-color: #BCF896;
}
.TagClassName
{
border-color: #BCF896;
}
</style>