Shades of Madang #BCF0AB
Tints of Madang #BCF0AB
RGB
CMYK
RGB Variations
Color information
#BCF0AB (or 0xBCF0AB) is known color: Madang. HEX triplet: BC, F0 and AB. RGB value is (188,240,171). Sum of RGB (Red+Green+Blue) = 188+240+171=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF0AB is #430F54. Grayscale: #D8D8D8. Windows color (decimal): -4394837 or 11268284. OLE color: 11268284.
HSL color Cylindrical-coordinate representation of color #BCF0AB: hue angle of 105.22º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCF0AB is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 171 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.06 |
| HSL | 105.22º | 0.7% | 0.81% | - |
| HSV(B) | 105.22º | 0.29% | 0.94% | - |
| XYZ | 59.25 | 75.95 | 50.07 | - |
| YUV | 216.59 | 102.27 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 171 | 0.22 | 0 | 0.29 | 0.06 | 105.22 | 0.7 | 0.81 |
| Hex | BC | F0 | AB | 16 | 0 | 1D | 6 | 69 | 46 | 51 |
| Octal | 274 | 360 | 253 | 26 | 0 | 35 | 6 | 151 | 106 | 121 |
| Binary | 10111100 | 11110000 | 10101011 | 10110 | 0 | 11101 | 110 | 1101001 | 1000110 | 1010001 |
Color Harmonies of #BCF0AB
Complementary color
Monochromatic Colors of #BCF0AB
Black with #BCF0AB
Text Example
Text Example
White with #BCF0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0AB; }
p { color: rgb(188,240,171); }
H1.HeaderClassName
{
color: #BCF0AB;
}
.AnyTagClassName
{
color: #BCF0AB;
}
</style>
background-color css
<style>
a { background-color: #BCF0AB; }
a { background-color: rgb(188,240,171); }
div.DivClassName
{
background-color: #BCF0AB;
}
.BgClassName
{
background-color: #BCF0AB;
}
</style>
border-color css
<style>
span { border-color: #BCF0AB; }
span { border-color: rgb(188,240,171); }
td.TdClassName
{
border-color: #BCF0AB;
}
.TagClassName
{
border-color: #BCF0AB;
}
</style>