Shades of Madang #BCDAA8
Tints of Madang #BCDAA8
RGB
CMYK
RGB Variations
Color information
#BCDAA8 (or 0xBCDAA8) is known color: Madang. HEX triplet: BC, DA and A8. RGB value is (188,218,168). Sum of RGB (Red+Green+Blue) = 188+218+168=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAA8 is #432557. Grayscale: #CBCBCB. Windows color (decimal): -4400472 or 11066044. OLE color: 11066044.
HSL color Cylindrical-coordinate representation of color #BCDAA8: hue angle of 96º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDAA8 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 168 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.15 |
| HSL | 96º | 0.4% | 0.76% | - |
| HSV(B) | 96º | 0.23% | 0.85% | - |
| XYZ | 52.88 | 63.66 | 46.55 | - |
| YUV | 203.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 168 | 0.14 | 0 | 0.23 | 0.15 | 96 | 0.4 | 0.76 |
| Hex | BC | DA | A8 | E | 0 | 17 | F | 60 | 28 | 4C |
| Octal | 274 | 332 | 250 | 16 | 0 | 27 | 17 | 140 | 50 | 114 |
| Binary | 10111100 | 11011010 | 10101000 | 1110 | 0 | 10111 | 1111 | 1100000 | 101000 | 1001100 |
Color Harmonies of #BCDAA8
Complementary color
Monochromatic Colors of #BCDAA8
Black with #BCDAA8
Text Example
Text Example
White with #BCDAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAA8; }
p { color: rgb(188,218,168); }
H1.HeaderClassName
{
color: #BCDAA8;
}
.AnyTagClassName
{
color: #BCDAA8;
}
</style>
background-color css
<style>
a { background-color: #BCDAA8; }
a { background-color: rgb(188,218,168); }
div.DivClassName
{
background-color: #BCDAA8;
}
.BgClassName
{
background-color: #BCDAA8;
}
</style>
border-color css
<style>
span { border-color: #BCDAA8; }
span { border-color: rgb(188,218,168); }
td.TdClassName
{
border-color: #BCDAA8;
}
.TagClassName
{
border-color: #BCDAA8;
}
</style>