Shades of Madang #BCDCAF
Tints of Madang #BCDCAF
RGB
CMYK
RGB Variations
Color information
#BCDCAF (or 0xBCDCAF) is known color: Madang. HEX triplet: BC, DC and AF. RGB value is (188,220,175). Sum of RGB (Red+Green+Blue) = 188+220+175=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDCAF is #432350. Grayscale: #CDCDCD. Windows color (decimal): -4399953 or 11525308. OLE color: 11525308.
HSL color Cylindrical-coordinate representation of color #BCDCAF: hue angle of 102.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCDCAF is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 175 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.14 |
| HSL | 102.67º | 0.39% | 0.77% | - |
| HSV(B) | 102.67º | 0.2% | 0.86% | - |
| XYZ | 54.07 | 64.97 | 50.25 | - |
| YUV | 205.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 175 | 0.15 | 0 | 0.20 | 0.14 | 102.67 | 0.39 | 0.77 |
| Hex | BC | DC | AF | F | 0 | 14 | E | 67 | 27 | 4D |
| Octal | 274 | 334 | 257 | 17 | 0 | 24 | 16 | 147 | 47 | 115 |
| Binary | 10111100 | 11011100 | 10101111 | 1111 | 0 | 10100 | 1110 | 1100111 | 100111 | 1001101 |
Color Harmonies of #BCDCAF
Complementary color
Monochromatic Colors of #BCDCAF
Black with #BCDCAF
Text Example
Text Example
White with #BCDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCAF; }
p { color: rgb(188,220,175); }
H1.HeaderClassName
{
color: #BCDCAF;
}
.AnyTagClassName
{
color: #BCDCAF;
}
</style>
background-color css
<style>
a { background-color: #BCDCAF; }
a { background-color: rgb(188,220,175); }
div.DivClassName
{
background-color: #BCDCAF;
}
.BgClassName
{
background-color: #BCDCAF;
}
</style>
border-color css
<style>
span { border-color: #BCDCAF; }
span { border-color: rgb(188,220,175); }
td.TdClassName
{
border-color: #BCDCAF;
}
.TagClassName
{
border-color: #BCDCAF;
}
</style>