Shades of Madang #BCFF98
Tints of Madang #BCFF98
RGB
CMYK
RGB Variations
Color information
#BCFF98 (or 0xBCFF98) is known color: Madang. HEX triplet: BC, FF and 98. RGB value is (188,255,152). Sum of RGB (Red+Green+Blue) = 188+255+152=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF98 is #430067. Grayscale: #DFDFDF. Windows color (decimal): -4391016 or 10026940. OLE color: 10026940.
HSL color Cylindrical-coordinate representation of color #BCFF98: hue angle of 99.03º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCFF98 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 152 | - |
| CMYK | 0.26 | 0 | 0.40 | 0 |
| HSL | 99.03º | 1% | 0.8% | - |
| HSV(B) | 99.03º | 0.4% | 1% | - |
| XYZ | 62.17 | 84.48 | 42.74 | - |
| YUV | 223.23 | 87.8 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 152 | 0.26 | 0 | 0.40 | 0 | 99.03 | 1 | 0.8 |
| Hex | BC | FF | 98 | 1A | 0 | 28 | 0 | 63 | 64 | 50 |
| Octal | 274 | 377 | 230 | 32 | 0 | 50 | 0 | 143 | 144 | 120 |
| Binary | 10111100 | 11111111 | 10011000 | 11010 | 0 | 101000 | 0 | 1100011 | 1100100 | 1010000 |
Color Harmonies of #BCFF98
Complementary color
Monochromatic Colors of #BCFF98
Black with #BCFF98
Text Example
Text Example
White with #BCFF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF98; }
p { color: rgb(188,255,152); }
H1.HeaderClassName
{
color: #BCFF98;
}
.AnyTagClassName
{
color: #BCFF98;
}
</style>
background-color css
<style>
a { background-color: #BCFF98; }
a { background-color: rgb(188,255,152); }
div.DivClassName
{
background-color: #BCFF98;
}
.BgClassName
{
background-color: #BCFF98;
}
</style>
border-color css
<style>
span { border-color: #BCFF98; }
span { border-color: rgb(188,255,152); }
td.TdClassName
{
border-color: #BCFF98;
}
.TagClassName
{
border-color: #BCFF98;
}
</style>