Shades of Madang #BCFBA4
Tints of Madang #BCFBA4
RGB
CMYK
RGB Variations
Color information
#BCFBA4 (or 0xBCFBA4) is known color: Madang. HEX triplet: BC, FB and A4. RGB value is (188,251,164). Sum of RGB (Red+Green+Blue) = 188+251+164=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 164 (64.45% from 255 or 27.20% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFBA4 is #43045B. Grayscale: #DEDEDE. Windows color (decimal): -4392028 or 10812348. OLE color: 10812348.
HSL color Cylindrical-coordinate representation of color #BCFBA4: hue angle of 103.45º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCFBA4 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 164 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.02 |
| HSL | 103.45º | 0.92% | 0.81% | - |
| HSV(B) | 103.45º | 0.35% | 0.98% | - |
| XYZ | 61.94 | 82.37 | 47.76 | - |
| YUV | 222.25 | 95.13 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 164 | 0.25 | 0 | 0.35 | 0.02 | 103.45 | 0.92 | 0.81 |
| Hex | BC | FB | A4 | 19 | 0 | 23 | 2 | 67 | 5C | 51 |
| Octal | 274 | 373 | 244 | 31 | 0 | 43 | 2 | 147 | 134 | 121 |
| Binary | 10111100 | 11111011 | 10100100 | 11001 | 0 | 100011 | 10 | 1100111 | 1011100 | 1010001 |
Color Harmonies of #BCFBA4
Complementary color
Monochromatic Colors of #BCFBA4
Black with #BCFBA4
Text Example
Text Example
White with #BCFBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBA4; }
p { color: rgb(188,251,164); }
H1.HeaderClassName
{
color: #BCFBA4;
}
.AnyTagClassName
{
color: #BCFBA4;
}
</style>
background-color css
<style>
a { background-color: #BCFBA4; }
a { background-color: rgb(188,251,164); }
div.DivClassName
{
background-color: #BCFBA4;
}
.BgClassName
{
background-color: #BCFBA4;
}
</style>
border-color css
<style>
span { border-color: #BCFBA4; }
span { border-color: rgb(188,251,164); }
td.TdClassName
{
border-color: #BCFBA4;
}
.TagClassName
{
border-color: #BCFBA4;
}
</style>