Shades of Madang #BCF6AD
Tints of Madang #BCF6AD
RGB
CMYK
RGB Variations
Color information
#BCF6AD (or 0xBCF6AD) is known color: Madang. HEX triplet: BC, F6 and AD. RGB value is (188,246,173). Sum of RGB (Red+Green+Blue) = 188+246+173=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF6AD is #430952. Grayscale: #DCDCDC. Windows color (decimal): -4393299 or 11400892. OLE color: 11400892.
HSL color Cylindrical-coordinate representation of color #BCF6AD: hue angle of 107.67º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCF6AD is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 173 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.04 |
| HSL | 107.67º | 0.8% | 0.82% | - |
| HSV(B) | 107.67º | 0.3% | 0.96% | - |
| XYZ | 61.24 | 79.62 | 51.68 | - |
| YUV | 220.34 | 101.28 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 173 | 0.24 | 0 | 0.30 | 0.04 | 107.67 | 0.8 | 0.82 |
| Hex | BC | F6 | AD | 18 | 0 | 1E | 4 | 6C | 50 | 52 |
| Octal | 274 | 366 | 255 | 30 | 0 | 36 | 4 | 154 | 120 | 122 |
| Binary | 10111100 | 11110110 | 10101101 | 11000 | 0 | 11110 | 100 | 1101100 | 1010000 | 1010010 |
Color Harmonies of #BCF6AD
Complementary color
Monochromatic Colors of #BCF6AD
Black with #BCF6AD
Text Example
Text Example
White with #BCF6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF6AD; }
p { color: rgb(188,246,173); }
H1.HeaderClassName
{
color: #BCF6AD;
}
.AnyTagClassName
{
color: #BCF6AD;
}
</style>
background-color css
<style>
a { background-color: #BCF6AD; }
a { background-color: rgb(188,246,173); }
div.DivClassName
{
background-color: #BCF6AD;
}
.BgClassName
{
background-color: #BCF6AD;
}
</style>
border-color css
<style>
span { border-color: #BCF6AD; }
span { border-color: rgb(188,246,173); }
td.TdClassName
{
border-color: #BCF6AD;
}
.TagClassName
{
border-color: #BCF6AD;
}
</style>