Shades of Madang #BCFCB4
Tints of Madang #BCFCB4
RGB
CMYK
RGB Variations
Color information
#BCFCB4 (or 0xBCFCB4) is known color: Madang. HEX triplet: BC, FC and B4. RGB value is (188,252,180). Sum of RGB (Red+Green+Blue) = 188+252+180=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCB4 is #43034B. Grayscale: #E0E0E0. Windows color (decimal): -4391756 or 11861180. OLE color: 11861180.
HSL color Cylindrical-coordinate representation of color #BCFCB4: hue angle of 113.33º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCFCB4 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 180 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.01 |
| HSL | 113.33º | 0.92% | 0.85% | - |
| HSV(B) | 113.33º | 0.29% | 0.99% | - |
| XYZ | 63.79 | 83.61 | 55.96 | - |
| YUV | 224.66 | 102.8 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 180 | 0.25 | 0 | 0.29 | 0.01 | 113.33 | 0.92 | 0.85 |
| Hex | BC | FC | B4 | 19 | 0 | 1D | 1 | 71 | 5C | 55 |
| Octal | 274 | 374 | 264 | 31 | 0 | 35 | 1 | 161 | 134 | 125 |
| Binary | 10111100 | 11111100 | 10110100 | 11001 | 0 | 11101 | 1 | 1110001 | 1011100 | 1010101 |
Color Harmonies of #BCFCB4
Complementary color
Monochromatic Colors of #BCFCB4
Black with #BCFCB4
Text Example
Text Example
White with #BCFCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCB4; }
p { color: rgb(188,252,180); }
H1.HeaderClassName
{
color: #BCFCB4;
}
.AnyTagClassName
{
color: #BCFCB4;
}
</style>
background-color css
<style>
a { background-color: #BCFCB4; }
a { background-color: rgb(188,252,180); }
div.DivClassName
{
background-color: #BCFCB4;
}
.BgClassName
{
background-color: #BCFCB4;
}
</style>
border-color css
<style>
span { border-color: #BCFCB4; }
span { border-color: rgb(188,252,180); }
td.TdClassName
{
border-color: #BCFCB4;
}
.TagClassName
{
border-color: #BCFCB4;
}
</style>