Shades of Madang #BCFFAF
Tints of Madang #BCFFAF
RGB
CMYK
RGB Variations
Color information
#BCFFAF (or 0xBCFFAF) is known color: Madang. HEX triplet: BC, FF and AF. RGB value is (188,255,175). Sum of RGB (Red+Green+Blue) = 188+255+175=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFAF is #430050. Grayscale: #E2E2E2. Windows color (decimal): -4390993 or 11534268. OLE color: 11534268.
HSL color Cylindrical-coordinate representation of color #BCFFAF: hue angle of 110.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCFFAF is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 175 | - |
| CMYK | 0.26 | 0 | 0.31 | 0 |
| HSL | 110.25º | 1% | 0.84% | - |
| HSV(B) | 110.25º | 0.31% | 1% | - |
| XYZ | 64.24 | 85.31 | 53.64 | - |
| YUV | 225.85 | 99.3 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 175 | 0.26 | 0 | 0.31 | 0 | 110.25 | 1 | 0.84 |
| Hex | BC | FF | AF | 1A | 0 | 1F | 0 | 6E | 64 | 54 |
| Octal | 274 | 377 | 257 | 32 | 0 | 37 | 0 | 156 | 144 | 124 |
| Binary | 10111100 | 11111111 | 10101111 | 11010 | 0 | 11111 | 0 | 1101110 | 1100100 | 1010100 |
Color Harmonies of #BCFFAF
Complementary color
Monochromatic Colors of #BCFFAF
Black with #BCFFAF
Text Example
Text Example
White with #BCFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFAF; }
p { color: rgb(188,255,175); }
H1.HeaderClassName
{
color: #BCFFAF;
}
.AnyTagClassName
{
color: #BCFFAF;
}
</style>
background-color css
<style>
a { background-color: #BCFFAF; }
a { background-color: rgb(188,255,175); }
div.DivClassName
{
background-color: #BCFFAF;
}
.BgClassName
{
background-color: #BCFFAF;
}
</style>
border-color css
<style>
span { border-color: #BCFFAF; }
span { border-color: rgb(188,255,175); }
td.TdClassName
{
border-color: #BCFFAF;
}
.TagClassName
{
border-color: #BCFFAF;
}
</style>