Shades of Madang #BCDDAE
Tints of Madang #BCDDAE
RGB
CMYK
RGB Variations
Color information
#BCDDAE (or 0xBCDDAE) is known color: Madang. HEX triplet: BC, DD and AE. RGB value is (188,221,174). Sum of RGB (Red+Green+Blue) = 188+221+174=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDAE is #432251. Grayscale: #CDCDCD. Windows color (decimal): -4399698 or 11460028. OLE color: 11460028.
HSL color Cylindrical-coordinate representation of color #BCDDAE: hue angle of 102.13º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDDAE is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 174 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.13 |
| HSL | 102.13º | 0.41% | 0.77% | - |
| HSV(B) | 102.13º | 0.21% | 0.87% | - |
| XYZ | 54.24 | 65.46 | 49.82 | - |
| YUV | 205.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 174 | 0.15 | 0 | 0.21 | 0.13 | 102.13 | 0.41 | 0.77 |
| Hex | BC | DD | AE | F | 0 | 15 | D | 66 | 29 | 4D |
| Octal | 274 | 335 | 256 | 17 | 0 | 25 | 15 | 146 | 51 | 115 |
| Binary | 10111100 | 11011101 | 10101110 | 1111 | 0 | 10101 | 1101 | 1100110 | 101001 | 1001101 |
Color Harmonies of #BCDDAE
Complementary color
Monochromatic Colors of #BCDDAE
Black with #BCDDAE
Text Example
Text Example
White with #BCDDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDAE; }
p { color: rgb(188,221,174); }
H1.HeaderClassName
{
color: #BCDDAE;
}
.AnyTagClassName
{
color: #BCDDAE;
}
</style>
background-color css
<style>
a { background-color: #BCDDAE; }
a { background-color: rgb(188,221,174); }
div.DivClassName
{
background-color: #BCDDAE;
}
.BgClassName
{
background-color: #BCDDAE;
}
</style>
border-color css
<style>
span { border-color: #BCDDAE; }
span { border-color: rgb(188,221,174); }
td.TdClassName
{
border-color: #BCDDAE;
}
.TagClassName
{
border-color: #BCDDAE;
}
</style>