Shades of Madang #BCDEA4
Tints of Madang #BCDEA4
RGB
CMYK
RGB Variations
Color information
#BCDEA4 (or 0xBCDEA4) is known color: Madang. HEX triplet: BC, DE and A4. RGB value is (188,222,164). Sum of RGB (Red+Green+Blue) = 188+222+164=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 164 (64.45% from 255 or 28.57% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDEA4 is #43215B. Grayscale: #CDCDCD. Windows color (decimal): -4399452 or 10804924. OLE color: 10804924.
HSL color Cylindrical-coordinate representation of color #BCDEA4: hue angle of 95.17º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCDEA4 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 164 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.13 |
| HSL | 95.17º | 0.47% | 0.76% | - |
| HSV(B) | 95.17º | 0.26% | 0.87% | - |
| XYZ | 53.56 | 65.61 | 44.96 | - |
| YUV | 205.22 | 104.74 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 164 | 0.15 | 0 | 0.26 | 0.13 | 95.17 | 0.47 | 0.76 |
| Hex | BC | DE | A4 | F | 0 | 1A | D | 5F | 2F | 4C |
| Octal | 274 | 336 | 244 | 17 | 0 | 32 | 15 | 137 | 57 | 114 |
| Binary | 10111100 | 11011110 | 10100100 | 1111 | 0 | 11010 | 1101 | 1011111 | 101111 | 1001100 |
Color Harmonies of #BCDEA4
Complementary color
Monochromatic Colors of #BCDEA4
Black with #BCDEA4
Text Example
Text Example
White with #BCDEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEA4; }
p { color: rgb(188,222,164); }
H1.HeaderClassName
{
color: #BCDEA4;
}
.AnyTagClassName
{
color: #BCDEA4;
}
</style>
background-color css
<style>
a { background-color: #BCDEA4; }
a { background-color: rgb(188,222,164); }
div.DivClassName
{
background-color: #BCDEA4;
}
.BgClassName
{
background-color: #BCDEA4;
}
</style>
border-color css
<style>
span { border-color: #BCDEA4; }
span { border-color: rgb(188,222,164); }
td.TdClassName
{
border-color: #BCDEA4;
}
.TagClassName
{
border-color: #BCDEA4;
}
</style>