Shades of Madang #BCDDAC
Tints of Madang #BCDDAC
RGB
CMYK
RGB Variations
Color information
#BCDDAC (or 0xBCDDAC) is known color: Madang. HEX triplet: BC, DD and AC. RGB value is (188,221,172). Sum of RGB (Red+Green+Blue) = 188+221+172=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDAC is #432253. Grayscale: #CDCDCD. Windows color (decimal): -4399700 or 11328956. OLE color: 11328956.
HSL color Cylindrical-coordinate representation of color #BCDDAC: hue angle of 100.41º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCDDAC is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 172 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.13 |
| HSL | 100.41º | 0.42% | 0.77% | - |
| HSV(B) | 100.41º | 0.22% | 0.87% | - |
| XYZ | 54.04 | 65.38 | 48.8 | - |
| YUV | 205.55 | 109.07 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 172 | 0.15 | 0 | 0.22 | 0.13 | 100.41 | 0.42 | 0.77 |
| Hex | BC | DD | AC | F | 0 | 16 | D | 64 | 2A | 4D |
| Octal | 274 | 335 | 254 | 17 | 0 | 26 | 15 | 144 | 52 | 115 |
| Binary | 10111100 | 11011101 | 10101100 | 1111 | 0 | 10110 | 1101 | 1100100 | 101010 | 1001101 |
Color Harmonies of #BCDDAC
Complementary color
Monochromatic Colors of #BCDDAC
Black with #BCDDAC
Text Example
Text Example
White with #BCDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDAC; }
p { color: rgb(188,221,172); }
H1.HeaderClassName
{
color: #BCDDAC;
}
.AnyTagClassName
{
color: #BCDDAC;
}
</style>
background-color css
<style>
a { background-color: #BCDDAC; }
a { background-color: rgb(188,221,172); }
div.DivClassName
{
background-color: #BCDDAC;
}
.BgClassName
{
background-color: #BCDDAC;
}
</style>
border-color css
<style>
span { border-color: #BCDDAC; }
span { border-color: rgb(188,221,172); }
td.TdClassName
{
border-color: #BCDDAC;
}
.TagClassName
{
border-color: #BCDDAC;
}
</style>