Shades of Madang #BCDDA7
Tints of Madang #BCDDA7
RGB
CMYK
RGB Variations
Color information
#BCDDA7 (or 0xBCDDA7) is known color: Madang. HEX triplet: BC, DD and A7. RGB value is (188,221,167). Sum of RGB (Red+Green+Blue) = 188+221+167=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 167 (65.62% from 255 or 28.99% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDA7 is #432258. Grayscale: #CDCDCD. Windows color (decimal): -4399705 or 11001276. OLE color: 11001276.
HSL color Cylindrical-coordinate representation of color #BCDDA7: hue angle of 96.67º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCDDA7 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 167 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.13 |
| HSL | 96.67º | 0.44% | 0.76% | - |
| HSV(B) | 96.67º | 0.24% | 0.87% | - |
| XYZ | 53.57 | 65.19 | 46.32 | - |
| YUV | 204.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 167 | 0.15 | 0 | 0.24 | 0.13 | 96.67 | 0.44 | 0.76 |
| Hex | BC | DD | A7 | F | 0 | 18 | D | 61 | 2C | 4C |
| Octal | 274 | 335 | 247 | 17 | 0 | 30 | 15 | 141 | 54 | 114 |
| Binary | 10111100 | 11011101 | 10100111 | 1111 | 0 | 11000 | 1101 | 1100001 | 101100 | 1001100 |
Color Harmonies of #BCDDA7
Complementary color
Monochromatic Colors of #BCDDA7
Black with #BCDDA7
Text Example
Text Example
White with #BCDDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDA7; }
p { color: rgb(188,221,167); }
H1.HeaderClassName
{
color: #BCDDA7;
}
.AnyTagClassName
{
color: #BCDDA7;
}
</style>
background-color css
<style>
a { background-color: #BCDDA7; }
a { background-color: rgb(188,221,167); }
div.DivClassName
{
background-color: #BCDDA7;
}
.BgClassName
{
background-color: #BCDDA7;
}
</style>
border-color css
<style>
span { border-color: #BCDDA7; }
span { border-color: rgb(188,221,167); }
td.TdClassName
{
border-color: #BCDDA7;
}
.TagClassName
{
border-color: #BCDDA7;
}
</style>