Shades of Madang #BCF2AF
Tints of Madang #BCF2AF
RGB
CMYK
RGB Variations
Color information
#BCF2AF (or 0xBCF2AF) is known color: Madang. HEX triplet: BC, F2 and AF. RGB value is (188,242,175). Sum of RGB (Red+Green+Blue) = 188+242+175=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF2AF is #430D50. Grayscale: #DADADA. Windows color (decimal): -4394321 or 11530940. OLE color: 11530940.
HSL color Cylindrical-coordinate representation of color #BCF2AF: hue angle of 108.36º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCF2AF is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 175 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.05 |
| HSL | 108.36º | 0.72% | 0.82% | - |
| HSV(B) | 108.36º | 0.28% | 0.95% | - |
| XYZ | 60.23 | 77.29 | 52.3 | - |
| YUV | 218.22 | 103.61 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 175 | 0.22 | 0 | 0.28 | 0.05 | 108.36 | 0.72 | 0.82 |
| Hex | BC | F2 | AF | 16 | 0 | 1C | 5 | 6C | 48 | 52 |
| Octal | 274 | 362 | 257 | 26 | 0 | 34 | 5 | 154 | 110 | 122 |
| Binary | 10111100 | 11110010 | 10101111 | 10110 | 0 | 11100 | 101 | 1101100 | 1001000 | 1010010 |
Color Harmonies of #BCF2AF
Complementary color
Monochromatic Colors of #BCF2AF
Black with #BCF2AF
Text Example
Text Example
White with #BCF2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2AF; }
p { color: rgb(188,242,175); }
H1.HeaderClassName
{
color: #BCF2AF;
}
.AnyTagClassName
{
color: #BCF2AF;
}
</style>
background-color css
<style>
a { background-color: #BCF2AF; }
a { background-color: rgb(188,242,175); }
div.DivClassName
{
background-color: #BCF2AF;
}
.BgClassName
{
background-color: #BCF2AF;
}
</style>
border-color css
<style>
span { border-color: #BCF2AF; }
span { border-color: rgb(188,242,175); }
td.TdClassName
{
border-color: #BCF2AF;
}
.TagClassName
{
border-color: #BCF2AF;
}
</style>