Shades of Madang #BCDEAA
Tints of Madang #BCDEAA
RGB
CMYK
RGB Variations
Color information
#BCDEAA (or 0xBCDEAA) is known color: Madang. HEX triplet: BC, DE and AA. RGB value is (188,222,170). Sum of RGB (Red+Green+Blue) = 188+222+170=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDEAA is #432155. Grayscale: #CECECE. Windows color (decimal): -4399446 or 11198140. OLE color: 11198140.
HSL color Cylindrical-coordinate representation of color #BCDEAA: hue angle of 99.23º 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 #BCDEAA is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 170 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.13 |
| HSL | 99.23º | 0.44% | 0.77% | - |
| HSV(B) | 99.23º | 0.23% | 0.87% | - |
| XYZ | 54.12 | 65.84 | 47.89 | - |
| YUV | 205.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 170 | 0.15 | 0 | 0.23 | 0.13 | 99.23 | 0.44 | 0.77 |
| Hex | BC | DE | AA | F | 0 | 17 | D | 63 | 2C | 4D |
| Octal | 274 | 336 | 252 | 17 | 0 | 27 | 15 | 143 | 54 | 115 |
| Binary | 10111100 | 11011110 | 10101010 | 1111 | 0 | 10111 | 1101 | 1100011 | 101100 | 1001101 |
Color Harmonies of #BCDEAA
Complementary color
Monochromatic Colors of #BCDEAA
Black with #BCDEAA
Text Example
Text Example
White with #BCDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEAA; }
p { color: rgb(188,222,170); }
H1.HeaderClassName
{
color: #BCDEAA;
}
.AnyTagClassName
{
color: #BCDEAA;
}
</style>
background-color css
<style>
a { background-color: #BCDEAA; }
a { background-color: rgb(188,222,170); }
div.DivClassName
{
background-color: #BCDEAA;
}
.BgClassName
{
background-color: #BCDEAA;
}
</style>
border-color css
<style>
span { border-color: #BCDEAA; }
span { border-color: rgb(188,222,170); }
td.TdClassName
{
border-color: #BCDEAA;
}
.TagClassName
{
border-color: #BCDEAA;
}
</style>