Shades of Madang #BCFCAF
Tints of Madang #BCFCAF
RGB
CMYK
RGB Variations
Color information
#BCFCAF (or 0xBCFCAF) is known color: Madang. HEX triplet: BC, FC and AF. RGB value is (188,252,175). Sum of RGB (Red+Green+Blue) = 188+252+175=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFCAF is #430350. Grayscale: #E0E0E0. Windows color (decimal): -4391761 or 11533500. OLE color: 11533500.
HSL color Cylindrical-coordinate representation of color #BCFCAF: hue angle of 109.87º 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 #BCFCAF is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 175 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.01 |
| HSL | 109.87º | 0.93% | 0.84% | - |
| HSV(B) | 109.87º | 0.31% | 0.99% | - |
| XYZ | 63.29 | 83.41 | 53.32 | - |
| YUV | 224.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 175 | 0.25 | 0 | 0.31 | 0.01 | 109.87 | 0.93 | 0.84 |
| Hex | BC | FC | AF | 19 | 0 | 1F | 1 | 6E | 5D | 54 |
| Octal | 274 | 374 | 257 | 31 | 0 | 37 | 1 | 156 | 135 | 124 |
| Binary | 10111100 | 11111100 | 10101111 | 11001 | 0 | 11111 | 1 | 1101110 | 1011101 | 1010100 |
Color Harmonies of #BCFCAF
Complementary color
Monochromatic Colors of #BCFCAF
Black with #BCFCAF
Text Example
Text Example
White with #BCFCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCAF; }
p { color: rgb(188,252,175); }
H1.HeaderClassName
{
color: #BCFCAF;
}
.AnyTagClassName
{
color: #BCFCAF;
}
</style>
background-color css
<style>
a { background-color: #BCFCAF; }
a { background-color: rgb(188,252,175); }
div.DivClassName
{
background-color: #BCFCAF;
}
.BgClassName
{
background-color: #BCFCAF;
}
</style>
border-color css
<style>
span { border-color: #BCFCAF; }
span { border-color: rgb(188,252,175); }
td.TdClassName
{
border-color: #BCFCAF;
}
.TagClassName
{
border-color: #BCFCAF;
}
</style>