Shades of Madang #BCF2B5
Tints of Madang #BCF2B5
RGB
CMYK
RGB Variations
Color information
#BCF2B5 (or 0xBCF2B5) is known color: Madang. HEX triplet: BC, F2 and B5. RGB value is (188,242,181). Sum of RGB (Red+Green+Blue) = 188+242+181=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2B5 is #430D4A. Grayscale: #DBDBDB. Windows color (decimal): -4394315 or 11924156. OLE color: 11924156.
HSL color Cylindrical-coordinate representation of color #BCF2B5: hue angle of 113.11º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCF2B5 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 181 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.05 |
| HSL | 113.11º | 0.7% | 0.83% | - |
| HSV(B) | 113.11º | 0.25% | 0.95% | - |
| XYZ | 60.83 | 77.53 | 55.48 | - |
| YUV | 218.9 | 106.61 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 181 | 0.22 | 0 | 0.25 | 0.05 | 113.11 | 0.7 | 0.83 |
| Hex | BC | F2 | B5 | 16 | 0 | 19 | 5 | 71 | 46 | 53 |
| Octal | 274 | 362 | 265 | 26 | 0 | 31 | 5 | 161 | 106 | 123 |
| Binary | 10111100 | 11110010 | 10110101 | 10110 | 0 | 11001 | 101 | 1110001 | 1000110 | 1010011 |
Color Harmonies of #BCF2B5
Complementary color
Monochromatic Colors of #BCF2B5
Black with #BCF2B5
Text Example
Text Example
White with #BCF2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2B5; }
p { color: rgb(188,242,181); }
H1.HeaderClassName
{
color: #BCF2B5;
}
.AnyTagClassName
{
color: #BCF2B5;
}
</style>
background-color css
<style>
a { background-color: #BCF2B5; }
a { background-color: rgb(188,242,181); }
div.DivClassName
{
background-color: #BCF2B5;
}
.BgClassName
{
background-color: #BCF2B5;
}
</style>
border-color css
<style>
span { border-color: #BCF2B5; }
span { border-color: rgb(188,242,181); }
td.TdClassName
{
border-color: #BCF2B5;
}
.TagClassName
{
border-color: #BCF2B5;
}
</style>