Shades of Madang #BCFFAB
Tints of Madang #BCFFAB
RGB
CMYK
RGB Variations
Color information
#BCFFAB (or 0xBCFFAB) is known color: Madang. HEX triplet: BC, FF and AB. RGB value is (188,255,171). Sum of RGB (Red+Green+Blue) = 188+255+171=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFAB is #430054. Grayscale: #E1E1E1. Windows color (decimal): -4390997 or 11272124. OLE color: 11272124.
HSL color Cylindrical-coordinate representation of color #BCFFAB: hue angle of 107.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCFFAB is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 171 | - |
| CMYK | 0.26 | 0 | 0.33 | 0 |
| HSL | 107.86º | 1% | 0.84% | - |
| HSV(B) | 107.86º | 0.33% | 1% | - |
| XYZ | 63.85 | 85.15 | 51.6 | - |
| YUV | 225.39 | 97.3 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 171 | 0.26 | 0 | 0.33 | 0 | 107.86 | 1 | 0.84 |
| Hex | BC | FF | AB | 1A | 0 | 21 | 0 | 6C | 64 | 54 |
| Octal | 274 | 377 | 253 | 32 | 0 | 41 | 0 | 154 | 144 | 124 |
| Binary | 10111100 | 11111111 | 10101011 | 11010 | 0 | 100001 | 0 | 1101100 | 1100100 | 1010100 |
Color Harmonies of #BCFFAB
Complementary color
Monochromatic Colors of #BCFFAB
Black with #BCFFAB
Text Example
Text Example
White with #BCFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFAB; }
p { color: rgb(188,255,171); }
H1.HeaderClassName
{
color: #BCFFAB;
}
.AnyTagClassName
{
color: #BCFFAB;
}
</style>
background-color css
<style>
a { background-color: #BCFFAB; }
a { background-color: rgb(188,255,171); }
div.DivClassName
{
background-color: #BCFFAB;
}
.BgClassName
{
background-color: #BCFFAB;
}
</style>
border-color css
<style>
span { border-color: #BCFFAB; }
span { border-color: rgb(188,255,171); }
td.TdClassName
{
border-color: #BCFFAB;
}
.TagClassName
{
border-color: #BCFFAB;
}
</style>