Shades of Madang #BCFFAD
Tints of Madang #BCFFAD
RGB
CMYK
RGB Variations
Color information
#BCFFAD (or 0xBCFFAD) is known color: Madang. HEX triplet: BC, FF and AD. RGB value is (188,255,173). Sum of RGB (Red+Green+Blue) = 188+255+173=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFAD is #430052. Grayscale: #E1E1E1. Windows color (decimal): -4390995 or 11403196. OLE color: 11403196.
HSL color Cylindrical-coordinate representation of color #BCFFAD: hue angle of 109.02º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCFFAD is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 173 | - |
| CMYK | 0.26 | 0 | 0.32 | 0 |
| HSL | 109.02º | 1% | 0.84% | - |
| HSV(B) | 109.02º | 0.32% | 1% | - |
| XYZ | 64.04 | 85.23 | 52.61 | - |
| YUV | 225.62 | 98.3 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 173 | 0.26 | 0 | 0.32 | 0 | 109.02 | 1 | 0.84 |
| Hex | BC | FF | AD | 1A | 0 | 20 | 0 | 6D | 64 | 54 |
| Octal | 274 | 377 | 255 | 32 | 0 | 40 | 0 | 155 | 144 | 124 |
| Binary | 10111100 | 11111111 | 10101101 | 11010 | 0 | 100000 | 0 | 1101101 | 1100100 | 1010100 |
Color Harmonies of #BCFFAD
Complementary color
Monochromatic Colors of #BCFFAD
Black with #BCFFAD
Text Example
Text Example
White with #BCFFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFAD; }
p { color: rgb(188,255,173); }
H1.HeaderClassName
{
color: #BCFFAD;
}
.AnyTagClassName
{
color: #BCFFAD;
}
</style>
background-color css
<style>
a { background-color: #BCFFAD; }
a { background-color: rgb(188,255,173); }
div.DivClassName
{
background-color: #BCFFAD;
}
.BgClassName
{
background-color: #BCFFAD;
}
</style>
border-color css
<style>
span { border-color: #BCFFAD; }
span { border-color: rgb(188,255,173); }
td.TdClassName
{
border-color: #BCFFAD;
}
.TagClassName
{
border-color: #BCFFAD;
}
</style>