Shades of Madang #BCDAAC
Tints of Madang #BCDAAC
RGB
CMYK
RGB Variations
Color information
#BCDAAC (or 0xBCDAAC) is known color: Madang. HEX triplet: BC, DA and AC. RGB value is (188,218,172). Sum of RGB (Red+Green+Blue) = 188+218+172=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAAC is #432553. Grayscale: #CBCBCB. Windows color (decimal): -4400468 or 11328188. OLE color: 11328188.
HSL color Cylindrical-coordinate representation of color #BCDAAC: hue angle of 99.13º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDAAC is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 172 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.15 |
| HSL | 99.13º | 0.38% | 0.76% | - |
| HSV(B) | 99.13º | 0.21% | 0.85% | - |
| XYZ | 53.26 | 63.81 | 48.54 | - |
| YUV | 203.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 172 | 0.14 | 0 | 0.21 | 0.15 | 99.13 | 0.38 | 0.76 |
| Hex | BC | DA | AC | E | 0 | 15 | F | 63 | 26 | 4C |
| Octal | 274 | 332 | 254 | 16 | 0 | 25 | 17 | 143 | 46 | 114 |
| Binary | 10111100 | 11011010 | 10101100 | 1110 | 0 | 10101 | 1111 | 1100011 | 100110 | 1001100 |
Color Harmonies of #BCDAAC
Complementary color
Monochromatic Colors of #BCDAAC
Black with #BCDAAC
Text Example
Text Example
White with #BCDAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAAC; }
p { color: rgb(188,218,172); }
H1.HeaderClassName
{
color: #BCDAAC;
}
.AnyTagClassName
{
color: #BCDAAC;
}
</style>
background-color css
<style>
a { background-color: #BCDAAC; }
a { background-color: rgb(188,218,172); }
div.DivClassName
{
background-color: #BCDAAC;
}
.BgClassName
{
background-color: #BCDAAC;
}
</style>
border-color css
<style>
span { border-color: #BCDAAC; }
span { border-color: rgb(188,218,172); }
td.TdClassName
{
border-color: #BCDAAC;
}
.TagClassName
{
border-color: #BCDAAC;
}
</style>