Shades of Madang #BCDAAF
Tints of Madang #BCDAAF
RGB
CMYK
RGB Variations
Color information
#BCDAAF (or 0xBCDAAF) is known color: Madang. HEX triplet: BC, DA and AF. RGB value is (188,218,175). Sum of RGB (Red+Green+Blue) = 188+218+175=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAAF is #432550. Grayscale: #CCCCCC. Windows color (decimal): -4400465 or 11524796. OLE color: 11524796.
HSL color Cylindrical-coordinate representation of color #BCDAAF: hue angle of 101.86º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCDAAF is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 175 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.15 |
| HSL | 101.86º | 0.37% | 0.77% | - |
| HSV(B) | 101.86º | 0.2% | 0.85% | - |
| XYZ | 53.55 | 63.93 | 50.07 | - |
| YUV | 204.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 175 | 0.14 | 0 | 0.20 | 0.15 | 101.86 | 0.37 | 0.77 |
| Hex | BC | DA | AF | E | 0 | 14 | F | 66 | 25 | 4D |
| Octal | 274 | 332 | 257 | 16 | 0 | 24 | 17 | 146 | 45 | 115 |
| Binary | 10111100 | 11011010 | 10101111 | 1110 | 0 | 10100 | 1111 | 1100110 | 100101 | 1001101 |
Color Harmonies of #BCDAAF
Complementary color
Monochromatic Colors of #BCDAAF
Black with #BCDAAF
Text Example
Text Example
White with #BCDAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAAF; }
p { color: rgb(188,218,175); }
H1.HeaderClassName
{
color: #BCDAAF;
}
.AnyTagClassName
{
color: #BCDAAF;
}
</style>
background-color css
<style>
a { background-color: #BCDAAF; }
a { background-color: rgb(188,218,175); }
div.DivClassName
{
background-color: #BCDAAF;
}
.BgClassName
{
background-color: #BCDAAF;
}
</style>
border-color css
<style>
span { border-color: #BCDAAF; }
span { border-color: rgb(188,218,175); }
td.TdClassName
{
border-color: #BCDAAF;
}
.TagClassName
{
border-color: #BCDAAF;
}
</style>