Shades of Madang #BCF097
Tints of Madang #BCF097
RGB
CMYK
RGB Variations
Color information
#BCF097 (or 0xBCF097) is known color: Madang. HEX triplet: BC, F0 and 97. RGB value is (188,240,151). Sum of RGB (Red+Green+Blue) = 188+240+151=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 151 (59.38% from 255 or 26.08% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF097 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF097 is #430F68. Grayscale: #D6D6D6. Windows color (decimal): -4394857 or 9957564. OLE color: 9957564.
HSL color Cylindrical-coordinate representation of color #BCF097: hue angle of 95.06º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCF097 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 151 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.06 |
| HSL | 95.06º | 0.75% | 0.77% | - |
| HSV(B) | 95.06º | 0.37% | 0.94% | - |
| XYZ | 57.49 | 75.25 | 40.77 | - |
| YUV | 214.31 | 92.27 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 151 | 0.22 | 0 | 0.37 | 0.06 | 95.06 | 0.75 | 0.77 |
| Hex | BC | F0 | 97 | 16 | 0 | 25 | 6 | 5F | 4B | 4D |
| Octal | 274 | 360 | 227 | 26 | 0 | 45 | 6 | 137 | 113 | 115 |
| Binary | 10111100 | 11110000 | 10010111 | 10110 | 0 | 100101 | 110 | 1011111 | 1001011 | 1001101 |
Color Harmonies of #BCF097
Complementary color
Monochromatic Colors of #BCF097
Black with #BCF097
Text Example
Text Example
White with #BCF097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF097; }
p { color: rgb(188,240,151); }
H1.HeaderClassName
{
color: #BCF097;
}
.AnyTagClassName
{
color: #BCF097;
}
</style>
background-color css
<style>
a { background-color: #BCF097; }
a { background-color: rgb(188,240,151); }
div.DivClassName
{
background-color: #BCF097;
}
.BgClassName
{
background-color: #BCF097;
}
</style>
border-color css
<style>
span { border-color: #BCF097; }
span { border-color: rgb(188,240,151); }
td.TdClassName
{
border-color: #BCF097;
}
.TagClassName
{
border-color: #BCF097;
}
</style>