Shades of Madang #BCFAB4
Tints of Madang #BCFAB4
RGB
CMYK
RGB Variations
Color information
#BCFAB4 (or 0xBCFAB4) is known color: Madang. HEX triplet: BC, FA and B4. RGB value is (188,250,180). Sum of RGB (Red+Green+Blue) = 188+250+180=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAB4 is #43054B. Grayscale: #DFDFDF. Windows color (decimal): -4392268 or 11860668. OLE color: 11860668.
HSL color Cylindrical-coordinate representation of color #BCFAB4: hue angle of 113.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCFAB4 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 180 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.02 |
| HSL | 113.14º | 0.88% | 0.84% | - |
| HSV(B) | 113.14º | 0.28% | 0.98% | - |
| XYZ | 63.16 | 82.36 | 55.75 | - |
| YUV | 223.48 | 103.46 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 180 | 0.25 | 0 | 0.28 | 0.02 | 113.14 | 0.88 | 0.84 |
| Hex | BC | FA | B4 | 19 | 0 | 1C | 2 | 71 | 58 | 54 |
| Octal | 274 | 372 | 264 | 31 | 0 | 34 | 2 | 161 | 130 | 124 |
| Binary | 10111100 | 11111010 | 10110100 | 11001 | 0 | 11100 | 10 | 1110001 | 1011000 | 1010100 |
Color Harmonies of #BCFAB4
Complementary color
Monochromatic Colors of #BCFAB4
Black with #BCFAB4
Text Example
Text Example
White with #BCFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFAB4; }
p { color: rgb(188,250,180); }
H1.HeaderClassName
{
color: #BCFAB4;
}
.AnyTagClassName
{
color: #BCFAB4;
}
</style>
background-color css
<style>
a { background-color: #BCFAB4; }
a { background-color: rgb(188,250,180); }
div.DivClassName
{
background-color: #BCFAB4;
}
.BgClassName
{
background-color: #BCFAB4;
}
</style>
border-color css
<style>
span { border-color: #BCFAB4; }
span { border-color: rgb(188,250,180); }
td.TdClassName
{
border-color: #BCFAB4;
}
.TagClassName
{
border-color: #BCFAB4;
}
</style>