Shades of Madang #BCF0A2
Tints of Madang #BCF0A2
RGB
CMYK
RGB Variations
Color information
#BCF0A2 (or 0xBCF0A2) is known color: Madang. HEX triplet: BC, F0 and A2. RGB value is (188,240,162). Sum of RGB (Red+Green+Blue) = 188+240+162=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 162 (63.67% from 255 or 27.46% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF0A2 is #430F5D. Grayscale: #D7D7D7. Windows color (decimal): -4394846 or 10678460. OLE color: 10678460.
HSL color Cylindrical-coordinate representation of color #BCF0A2: hue angle of 100º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCF0A2 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 162 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.06 |
| HSL | 100º | 0.72% | 0.79% | - |
| HSV(B) | 100º | 0.33% | 0.94% | - |
| XYZ | 58.42 | 75.62 | 45.7 | - |
| YUV | 215.56 | 97.77 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 162 | 0.22 | 0 | 0.32 | 0.06 | 100 | 0.72 | 0.79 |
| Hex | BC | F0 | A2 | 16 | 0 | 20 | 6 | 64 | 48 | 4F |
| Octal | 274 | 360 | 242 | 26 | 0 | 40 | 6 | 144 | 110 | 117 |
| Binary | 10111100 | 11110000 | 10100010 | 10110 | 0 | 100000 | 110 | 1100100 | 1001000 | 1001111 |
Color Harmonies of #BCF0A2
Complementary color
Monochromatic Colors of #BCF0A2
Black with #BCF0A2
Text Example
Text Example
White with #BCF0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0A2; }
p { color: rgb(188,240,162); }
H1.HeaderClassName
{
color: #BCF0A2;
}
.AnyTagClassName
{
color: #BCF0A2;
}
</style>
background-color css
<style>
a { background-color: #BCF0A2; }
a { background-color: rgb(188,240,162); }
div.DivClassName
{
background-color: #BCF0A2;
}
.BgClassName
{
background-color: #BCF0A2;
}
</style>
border-color css
<style>
span { border-color: #BCF0A2; }
span { border-color: rgb(188,240,162); }
td.TdClassName
{
border-color: #BCF0A2;
}
.TagClassName
{
border-color: #BCF0A2;
}
</style>