Shades of Madang #BFDCB0
Tints of Madang #BFDCB0
RGB
CMYK
RGB Variations
Color information
#BFDCB0 (or 0xBFDCB0) is known color: Madang. HEX triplet: BF, DC and B0. RGB value is (191,220,176). Sum of RGB (Red+Green+Blue) = 191+220+176=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDCB0 is #40234F. Grayscale: #CECECE. Windows color (decimal): -4203344 or 11590847. OLE color: 11590847.
HSL color Cylindrical-coordinate representation of color #BFDCB0: hue angle of 99.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDCB0 is Cyan = 0.13, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 176 | - |
| CMYK | 0.13 | 0 | 0.2 | 0.14 |
| HSL | 99.55º | 0.39% | 0.78% | - |
| HSV(B) | 99.55º | 0.2% | 0.86% | - |
| XYZ | 54.92 | 65.4 | 50.8 | - |
| YUV | 206.31 | 110.89 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 176 | 0.13 | 0 | 0.2 | 0.14 | 99.55 | 0.39 | 0.78 |
| Hex | BF | DC | B0 | D | 0 | 14 | E | 64 | 27 | 4E |
| Octal | 277 | 334 | 260 | 15 | 0 | 24 | 16 | 144 | 47 | 116 |
| Binary | 10111111 | 11011100 | 10110000 | 1101 | 0 | 10100 | 1110 | 1100100 | 100111 | 1001110 |
Color Harmonies of #BFDCB0
Complementary color
Monochromatic Colors of #BFDCB0
Black with #BFDCB0
Text Example
Text Example
White with #BFDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCB0; }
p { color: rgb(191,220,176); }
H1.HeaderClassName
{
color: #BFDCB0;
}
.AnyTagClassName
{
color: #BFDCB0;
}
</style>
background-color css
<style>
a { background-color: #BFDCB0; }
a { background-color: rgb(191,220,176); }
div.DivClassName
{
background-color: #BFDCB0;
}
.BgClassName
{
background-color: #BFDCB0;
}
</style>
border-color css
<style>
span { border-color: #BFDCB0; }
span { border-color: rgb(191,220,176); }
td.TdClassName
{
border-color: #BFDCB0;
}
.TagClassName
{
border-color: #BFDCB0;
}
</style>