Shades of Madang #BCDEAB
Tints of Madang #BCDEAB
RGB
CMYK
RGB Variations
Color information
#BCDEAB (or 0xBCDEAB) is known color: Madang. HEX triplet: BC, DE and AB. RGB value is (188,222,171). Sum of RGB (Red+Green+Blue) = 188+222+171=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDEAB is #432154. Grayscale: #CECECE. Windows color (decimal): -4399445 or 11263676. OLE color: 11263676.
HSL color Cylindrical-coordinate representation of color #BCDEAB: hue angle of 100º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDEAB is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 171 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.13 |
| HSL | 100º | 0.44% | 0.77% | - |
| HSV(B) | 100º | 0.23% | 0.87% | - |
| XYZ | 54.21 | 65.87 | 48.39 | - |
| YUV | 206.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 171 | 0.15 | 0 | 0.23 | 0.13 | 100 | 0.44 | 0.77 |
| Hex | BC | DE | AB | F | 0 | 17 | D | 64 | 2C | 4D |
| Octal | 274 | 336 | 253 | 17 | 0 | 27 | 15 | 144 | 54 | 115 |
| Binary | 10111100 | 11011110 | 10101011 | 1111 | 0 | 10111 | 1101 | 1100100 | 101100 | 1001101 |
Color Harmonies of #BCDEAB
Complementary color
Monochromatic Colors of #BCDEAB
Black with #BCDEAB
Text Example
Text Example
White with #BCDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEAB; }
p { color: rgb(188,222,171); }
H1.HeaderClassName
{
color: #BCDEAB;
}
.AnyTagClassName
{
color: #BCDEAB;
}
</style>
background-color css
<style>
a { background-color: #BCDEAB; }
a { background-color: rgb(188,222,171); }
div.DivClassName
{
background-color: #BCDEAB;
}
.BgClassName
{
background-color: #BCDEAB;
}
</style>
border-color css
<style>
span { border-color: #BCDEAB; }
span { border-color: rgb(188,222,171); }
td.TdClassName
{
border-color: #BCDEAB;
}
.TagClassName
{
border-color: #BCDEAB;
}
</style>