Shades of Madang #BCDDB3
Tints of Madang #BCDDB3
RGB
CMYK
RGB Variations
Color information
#BCDDB3 (or 0xBCDDB3) is known color: Madang. HEX triplet: BC, DD and B3. RGB value is (188,221,179). Sum of RGB (Red+Green+Blue) = 188+221+179=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDB3 is #43224C. Grayscale: #CECECE. Windows color (decimal): -4399693 or 11787708. OLE color: 11787708.
HSL color Cylindrical-coordinate representation of color #BCDDB3: hue angle of 107.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCDDB3 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 179 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.13 |
| HSL | 107.14º | 0.38% | 0.78% | - |
| HSV(B) | 107.14º | 0.19% | 0.87% | - |
| XYZ | 54.73 | 65.66 | 52.44 | - |
| YUV | 206.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 179 | 0.15 | 0 | 0.19 | 0.13 | 107.14 | 0.38 | 0.78 |
| Hex | BC | DD | B3 | F | 0 | 13 | D | 6B | 26 | 4E |
| Octal | 274 | 335 | 263 | 17 | 0 | 23 | 15 | 153 | 46 | 116 |
| Binary | 10111100 | 11011101 | 10110011 | 1111 | 0 | 10011 | 1101 | 1101011 | 100110 | 1001110 |
Color Harmonies of #BCDDB3
Complementary color
Monochromatic Colors of #BCDDB3
Black with #BCDDB3
Text Example
Text Example
White with #BCDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDB3; }
p { color: rgb(188,221,179); }
H1.HeaderClassName
{
color: #BCDDB3;
}
.AnyTagClassName
{
color: #BCDDB3;
}
</style>
background-color css
<style>
a { background-color: #BCDDB3; }
a { background-color: rgb(188,221,179); }
div.DivClassName
{
background-color: #BCDDB3;
}
.BgClassName
{
background-color: #BCDDB3;
}
</style>
border-color css
<style>
span { border-color: #BCDDB3; }
span { border-color: rgb(188,221,179); }
td.TdClassName
{
border-color: #BCDDB3;
}
.TagClassName
{
border-color: #BCDDB3;
}
</style>