Shades of Madang #BCFBAD
Tints of Madang #BCFBAD
RGB
CMYK
RGB Variations
Color information
#BCFBAD (or 0xBCFBAD) is known color: Madang. HEX triplet: BC, FB and AD. RGB value is (188,251,173). Sum of RGB (Red+Green+Blue) = 188+251+173=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFBAD is #430452. Grayscale: #DFDFDF. Windows color (decimal): -4392019 or 11402172. OLE color: 11402172.
HSL color Cylindrical-coordinate representation of color #BCFBAD: hue angle of 108.46º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCFBAD is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 173 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.02 |
| HSL | 108.46º | 0.91% | 0.83% | - |
| HSV(B) | 108.46º | 0.31% | 0.98% | - |
| XYZ | 62.78 | 82.7 | 52.19 | - |
| YUV | 223.27 | 99.63 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 173 | 0.25 | 0 | 0.31 | 0.02 | 108.46 | 0.91 | 0.83 |
| Hex | BC | FB | AD | 19 | 0 | 1F | 2 | 6C | 5B | 53 |
| Octal | 274 | 373 | 255 | 31 | 0 | 37 | 2 | 154 | 133 | 123 |
| Binary | 10111100 | 11111011 | 10101101 | 11001 | 0 | 11111 | 10 | 1101100 | 1011011 | 1010011 |
Color Harmonies of #BCFBAD
Complementary color
Monochromatic Colors of #BCFBAD
Black with #BCFBAD
Text Example
Text Example
White with #BCFBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBAD; }
p { color: rgb(188,251,173); }
H1.HeaderClassName
{
color: #BCFBAD;
}
.AnyTagClassName
{
color: #BCFBAD;
}
</style>
background-color css
<style>
a { background-color: #BCFBAD; }
a { background-color: rgb(188,251,173); }
div.DivClassName
{
background-color: #BCFBAD;
}
.BgClassName
{
background-color: #BCFBAD;
}
</style>
border-color css
<style>
span { border-color: #BCFBAD; }
span { border-color: rgb(188,251,173); }
td.TdClassName
{
border-color: #BCFBAD;
}
.TagClassName
{
border-color: #BCFBAD;
}
</style>