Shades of Madang #BCFCAE
Tints of Madang #BCFCAE
RGB
CMYK
RGB Variations
Color information
#BCFCAE (or 0xBCFCAE) is known color: Madang. HEX triplet: BC, FC and AE. RGB value is (188,252,174). Sum of RGB (Red+Green+Blue) = 188+252+174=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFCAE is #430351. Grayscale: #E0E0E0. Windows color (decimal): -4391762 or 11467964. OLE color: 11467964.
HSL color Cylindrical-coordinate representation of color #BCFCAE: hue angle of 109.23º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCFCAE is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 174 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.01 |
| HSL | 109.23º | 0.93% | 0.84% | - |
| HSV(B) | 109.23º | 0.31% | 0.99% | - |
| XYZ | 63.19 | 83.37 | 52.81 | - |
| YUV | 223.97 | 99.8 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 174 | 0.25 | 0 | 0.31 | 0.01 | 109.23 | 0.93 | 0.84 |
| Hex | BC | FC | AE | 19 | 0 | 1F | 1 | 6D | 5D | 54 |
| Octal | 274 | 374 | 256 | 31 | 0 | 37 | 1 | 155 | 135 | 124 |
| Binary | 10111100 | 11111100 | 10101110 | 11001 | 0 | 11111 | 1 | 1101101 | 1011101 | 1010100 |
Color Harmonies of #BCFCAE
Complementary color
Monochromatic Colors of #BCFCAE
Black with #BCFCAE
Text Example
Text Example
White with #BCFCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCAE; }
p { color: rgb(188,252,174); }
H1.HeaderClassName
{
color: #BCFCAE;
}
.AnyTagClassName
{
color: #BCFCAE;
}
</style>
background-color css
<style>
a { background-color: #BCFCAE; }
a { background-color: rgb(188,252,174); }
div.DivClassName
{
background-color: #BCFCAE;
}
.BgClassName
{
background-color: #BCFCAE;
}
</style>
border-color css
<style>
span { border-color: #BCFCAE; }
span { border-color: rgb(188,252,174); }
td.TdClassName
{
border-color: #BCFCAE;
}
.TagClassName
{
border-color: #BCFCAE;
}
</style>