Shades of Madang #BCDDA8
Tints of Madang #BCDDA8
RGB
CMYK
RGB Variations
Color information
#BCDDA8 (or 0xBCDDA8) is known color: Madang. HEX triplet: BC, DD and A8. RGB value is (188,221,168). Sum of RGB (Red+Green+Blue) = 188+221+168=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDA8 is #432257. Grayscale: #CDCDCD. Windows color (decimal): -4399704 or 11066812. OLE color: 11066812.
HSL color Cylindrical-coordinate representation of color #BCDDA8: hue angle of 97.36º 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 #BCDDA8 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 168 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.13 |
| HSL | 97.36º | 0.44% | 0.76% | - |
| HSV(B) | 97.36º | 0.24% | 0.87% | - |
| XYZ | 53.66 | 65.23 | 46.81 | - |
| YUV | 205.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 168 | 0.15 | 0 | 0.24 | 0.13 | 97.36 | 0.44 | 0.76 |
| Hex | BC | DD | A8 | F | 0 | 18 | D | 61 | 2C | 4C |
| Octal | 274 | 335 | 250 | 17 | 0 | 30 | 15 | 141 | 54 | 114 |
| Binary | 10111100 | 11011101 | 10101000 | 1111 | 0 | 11000 | 1101 | 1100001 | 101100 | 1001100 |
Color Harmonies of #BCDDA8
Complementary color
Monochromatic Colors of #BCDDA8
Black with #BCDDA8
Text Example
Text Example
White with #BCDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDA8; }
p { color: rgb(188,221,168); }
H1.HeaderClassName
{
color: #BCDDA8;
}
.AnyTagClassName
{
color: #BCDDA8;
}
</style>
background-color css
<style>
a { background-color: #BCDDA8; }
a { background-color: rgb(188,221,168); }
div.DivClassName
{
background-color: #BCDDA8;
}
.BgClassName
{
background-color: #BCDDA8;
}
</style>
border-color css
<style>
span { border-color: #BCDDA8; }
span { border-color: rgb(188,221,168); }
td.TdClassName
{
border-color: #BCDDA8;
}
.TagClassName
{
border-color: #BCDDA8;
}
</style>