Shades of Madang #BCD9AF
Tints of Madang #BCD9AF
RGB
CMYK
RGB Variations
Color information
#BCD9AF (or 0xBCD9AF) is known color: Madang. HEX triplet: BC, D9 and AF. RGB value is (188,217,175). Sum of RGB (Red+Green+Blue) = 188+217+175=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD9AF is #432650. Grayscale: #CBCBCB. Windows color (decimal): -4400721 or 11524540. OLE color: 11524540.
HSL color Cylindrical-coordinate representation of color #BCD9AF: hue angle of 101.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD9AF is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 175 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.15 |
| HSL | 101.43º | 0.36% | 0.77% | - |
| HSV(B) | 101.43º | 0.19% | 0.85% | - |
| XYZ | 53.29 | 63.41 | 49.99 | - |
| YUV | 203.54 | 111.89 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 175 | 0.13 | 0 | 0.19 | 0.15 | 101.43 | 0.36 | 0.77 |
| Hex | BC | D9 | AF | D | 0 | 13 | F | 65 | 24 | 4D |
| Octal | 274 | 331 | 257 | 15 | 0 | 23 | 17 | 145 | 44 | 115 |
| Binary | 10111100 | 11011001 | 10101111 | 1101 | 0 | 10011 | 1111 | 1100101 | 100100 | 1001101 |
Color Harmonies of #BCD9AF
Complementary color
Monochromatic Colors of #BCD9AF
Black with #BCD9AF
Text Example
Text Example
White with #BCD9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9AF; }
p { color: rgb(188,217,175); }
H1.HeaderClassName
{
color: #BCD9AF;
}
.AnyTagClassName
{
color: #BCD9AF;
}
</style>
background-color css
<style>
a { background-color: #BCD9AF; }
a { background-color: rgb(188,217,175); }
div.DivClassName
{
background-color: #BCD9AF;
}
.BgClassName
{
background-color: #BCD9AF;
}
</style>
border-color css
<style>
span { border-color: #BCD9AF; }
span { border-color: rgb(188,217,175); }
td.TdClassName
{
border-color: #BCD9AF;
}
.TagClassName
{
border-color: #BCD9AF;
}
</style>