Shades of Madang #BCF096
Tints of Madang #BCF096
RGB
CMYK
RGB Variations
Color information
#BCF096 (or 0xBCF096) is known color: Madang. HEX triplet: BC, F0 and 96. RGB value is (188,240,150). Sum of RGB (Red+Green+Blue) = 188+240+150=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF096 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF096 is #430F69. Grayscale: #D6D6D6. Windows color (decimal): -4394858 or 9892028. OLE color: 9892028.
HSL color Cylindrical-coordinate representation of color #BCF096: hue angle of 94.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCF096 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 150 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.06 |
| HSL | 94.67º | 0.75% | 0.76% | - |
| HSV(B) | 94.67º | 0.38% | 0.94% | - |
| XYZ | 57.4 | 75.21 | 40.35 | - |
| YUV | 214.19 | 91.77 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 150 | 0.22 | 0 | 0.37 | 0.06 | 94.67 | 0.75 | 0.76 |
| Hex | BC | F0 | 96 | 16 | 0 | 25 | 6 | 5F | 4B | 4C |
| Octal | 274 | 360 | 226 | 26 | 0 | 45 | 6 | 137 | 113 | 114 |
| Binary | 10111100 | 11110000 | 10010110 | 10110 | 0 | 100101 | 110 | 1011111 | 1001011 | 1001100 |
Color Harmonies of #BCF096
Complementary color
Monochromatic Colors of #BCF096
Black with #BCF096
Text Example
Text Example
White with #BCF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF096; }
p { color: rgb(188,240,150); }
H1.HeaderClassName
{
color: #BCF096;
}
.AnyTagClassName
{
color: #BCF096;
}
</style>
background-color css
<style>
a { background-color: #BCF096; }
a { background-color: rgb(188,240,150); }
div.DivClassName
{
background-color: #BCF096;
}
.BgClassName
{
background-color: #BCF096;
}
</style>
border-color css
<style>
span { border-color: #BCF096; }
span { border-color: rgb(188,240,150); }
td.TdClassName
{
border-color: #BCF096;
}
.TagClassName
{
border-color: #BCF096;
}
</style>