Shades of Madang #BCF098
Tints of Madang #BCF098
RGB
CMYK
RGB Variations
Color information
#BCF098 (or 0xBCF098) is known color: Madang. HEX triplet: BC, F0 and 98. RGB value is (188,240,152). Sum of RGB (Red+Green+Blue) = 188+240+152=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF098 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF098 is #430F67. Grayscale: #D6D6D6. Windows color (decimal): -4394856 or 10023100. OLE color: 10023100.
HSL color Cylindrical-coordinate representation of color #BCF098: hue angle of 95.45º 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 #BCF098 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 152 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.06 |
| HSL | 95.45º | 0.75% | 0.77% | - |
| HSV(B) | 95.45º | 0.37% | 0.94% | - |
| XYZ | 57.57 | 75.28 | 41.2 | - |
| YUV | 214.42 | 92.77 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 152 | 0.22 | 0 | 0.37 | 0.06 | 95.45 | 0.75 | 0.77 |
| Hex | BC | F0 | 98 | 16 | 0 | 25 | 6 | 5F | 4B | 4D |
| Octal | 274 | 360 | 230 | 26 | 0 | 45 | 6 | 137 | 113 | 115 |
| Binary | 10111100 | 11110000 | 10011000 | 10110 | 0 | 100101 | 110 | 1011111 | 1001011 | 1001101 |
Color Harmonies of #BCF098
Complementary color
Monochromatic Colors of #BCF098
Black with #BCF098
Text Example
Text Example
White with #BCF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF098; }
p { color: rgb(188,240,152); }
H1.HeaderClassName
{
color: #BCF098;
}
.AnyTagClassName
{
color: #BCF098;
}
</style>
background-color css
<style>
a { background-color: #BCF098; }
a { background-color: rgb(188,240,152); }
div.DivClassName
{
background-color: #BCF098;
}
.BgClassName
{
background-color: #BCF098;
}
</style>
border-color css
<style>
span { border-color: #BCF098; }
span { border-color: rgb(188,240,152); }
td.TdClassName
{
border-color: #BCF098;
}
.TagClassName
{
border-color: #BCF098;
}
</style>