Shades of Madang #BCDEAD
Tints of Madang #BCDEAD
RGB
CMYK
RGB Variations
Color information
#BCDEAD (or 0xBCDEAD) is known color: Madang. HEX triplet: BC, DE and AD. RGB value is (188,222,173). Sum of RGB (Red+Green+Blue) = 188+222+173=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDEAD is #432152. Grayscale: #CECECE. Windows color (decimal): -4399443 or 11394748. OLE color: 11394748.
HSL color Cylindrical-coordinate representation of color #BCDEAD: hue angle of 101.63º degrees, saturation: 0.43, 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 #BCDEAD is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 173 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.13 |
| HSL | 101.63º | 0.43% | 0.77% | - |
| HSV(B) | 101.63º | 0.22% | 0.87% | - |
| XYZ | 54.4 | 65.95 | 49.4 | - |
| YUV | 206.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 173 | 0.15 | 0 | 0.22 | 0.13 | 101.63 | 0.43 | 0.77 |
| Hex | BC | DE | AD | F | 0 | 16 | D | 66 | 2B | 4D |
| Octal | 274 | 336 | 255 | 17 | 0 | 26 | 15 | 146 | 53 | 115 |
| Binary | 10111100 | 11011110 | 10101101 | 1111 | 0 | 10110 | 1101 | 1100110 | 101011 | 1001101 |
Color Harmonies of #BCDEAD
Complementary color
Monochromatic Colors of #BCDEAD
Black with #BCDEAD
Text Example
Text Example
White with #BCDEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEAD; }
p { color: rgb(188,222,173); }
H1.HeaderClassName
{
color: #BCDEAD;
}
.AnyTagClassName
{
color: #BCDEAD;
}
</style>
background-color css
<style>
a { background-color: #BCDEAD; }
a { background-color: rgb(188,222,173); }
div.DivClassName
{
background-color: #BCDEAD;
}
.BgClassName
{
background-color: #BCDEAD;
}
</style>
border-color css
<style>
span { border-color: #BCDEAD; }
span { border-color: rgb(188,222,173); }
td.TdClassName
{
border-color: #BCDEAD;
}
.TagClassName
{
border-color: #BCDEAD;
}
</style>