Shades of Madang #BCF1AC
Tints of Madang #BCF1AC
RGB
CMYK
RGB Variations
Color information
#BCF1AC (or 0xBCF1AC) is known color: Madang. HEX triplet: BC, F1 and AC. RGB value is (188,241,172). Sum of RGB (Red+Green+Blue) = 188+241+172=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF1AC is #430E53. Grayscale: #D9D9D9. Windows color (decimal): -4394580 or 11334076. OLE color: 11334076.
HSL color Cylindrical-coordinate representation of color #BCF1AC: hue angle of 106.09º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCF1AC is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 172 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.05 |
| HSL | 106.09º | 0.71% | 0.81% | - |
| HSV(B) | 106.09º | 0.29% | 0.95% | - |
| XYZ | 59.64 | 76.58 | 50.67 | - |
| YUV | 217.29 | 102.44 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 172 | 0.22 | 0 | 0.29 | 0.05 | 106.09 | 0.71 | 0.81 |
| Hex | BC | F1 | AC | 16 | 0 | 1D | 5 | 6A | 47 | 51 |
| Octal | 274 | 361 | 254 | 26 | 0 | 35 | 5 | 152 | 107 | 121 |
| Binary | 10111100 | 11110001 | 10101100 | 10110 | 0 | 11101 | 101 | 1101010 | 1000111 | 1010001 |
Color Harmonies of #BCF1AC
Complementary color
Monochromatic Colors of #BCF1AC
Black with #BCF1AC
Text Example
Text Example
White with #BCF1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1AC; }
p { color: rgb(188,241,172); }
H1.HeaderClassName
{
color: #BCF1AC;
}
.AnyTagClassName
{
color: #BCF1AC;
}
</style>
background-color css
<style>
a { background-color: #BCF1AC; }
a { background-color: rgb(188,241,172); }
div.DivClassName
{
background-color: #BCF1AC;
}
.BgClassName
{
background-color: #BCF1AC;
}
</style>
border-color css
<style>
span { border-color: #BCF1AC; }
span { border-color: rgb(188,241,172); }
td.TdClassName
{
border-color: #BCF1AC;
}
.TagClassName
{
border-color: #BCF1AC;
}
</style>