Shades of Madang #BCDDAF
Tints of Madang #BCDDAF
RGB
CMYK
RGB Variations
Color information
#BCDDAF (or 0xBCDDAF) is known color: Madang. HEX triplet: BC, DD and AF. RGB value is (188,221,175). Sum of RGB (Red+Green+Blue) = 188+221+175=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDAF is #432250. Grayscale: #CECECE. Windows color (decimal): -4399697 or 11525564. OLE color: 11525564.
HSL color Cylindrical-coordinate representation of color #BCDDAF: hue angle of 103.04º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDDAF is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 175 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.13 |
| HSL | 103.04º | 0.4% | 0.78% | - |
| HSV(B) | 103.04º | 0.21% | 0.87% | - |
| XYZ | 54.33 | 65.5 | 50.34 | - |
| YUV | 205.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 175 | 0.15 | 0 | 0.21 | 0.13 | 103.04 | 0.4 | 0.78 |
| Hex | BC | DD | AF | F | 0 | 15 | D | 67 | 28 | 4E |
| Octal | 274 | 335 | 257 | 17 | 0 | 25 | 15 | 147 | 50 | 116 |
| Binary | 10111100 | 11011101 | 10101111 | 1111 | 0 | 10101 | 1101 | 1100111 | 101000 | 1001110 |
Color Harmonies of #BCDDAF
Complementary color
Monochromatic Colors of #BCDDAF
Black with #BCDDAF
Text Example
Text Example
White with #BCDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDAF; }
p { color: rgb(188,221,175); }
H1.HeaderClassName
{
color: #BCDDAF;
}
.AnyTagClassName
{
color: #BCDDAF;
}
</style>
background-color css
<style>
a { background-color: #BCDDAF; }
a { background-color: rgb(188,221,175); }
div.DivClassName
{
background-color: #BCDDAF;
}
.BgClassName
{
background-color: #BCDDAF;
}
</style>
border-color css
<style>
span { border-color: #BCDDAF; }
span { border-color: rgb(188,221,175); }
td.TdClassName
{
border-color: #BCDDAF;
}
.TagClassName
{
border-color: #BCDDAF;
}
</style>