Shades of Madang #BFDCAE
Tints of Madang #BFDCAE
RGB
CMYK
RGB Variations
Color information
#BFDCAE (or 0xBFDCAE) is known color: Madang. HEX triplet: BF, DC and AE. RGB value is (191,220,174). Sum of RGB (Red+Green+Blue) = 191+220+174=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDCAE is #402351. Grayscale: #CECECE. Windows color (decimal): -4203346 or 11459775. OLE color: 11459775.
HSL color Cylindrical-coordinate representation of color #BFDCAE: hue angle of 97.83º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFDCAE is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 174 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.14 |
| HSL | 97.83º | 0.4% | 0.77% | - |
| HSV(B) | 97.83º | 0.21% | 0.86% | - |
| XYZ | 54.72 | 65.32 | 49.77 | - |
| YUV | 206.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 174 | 0.13 | 0 | 0.21 | 0.14 | 97.83 | 0.4 | 0.77 |
| Hex | BF | DC | AE | D | 0 | 15 | E | 62 | 28 | 4D |
| Octal | 277 | 334 | 256 | 15 | 0 | 25 | 16 | 142 | 50 | 115 |
| Binary | 10111111 | 11011100 | 10101110 | 1101 | 0 | 10101 | 1110 | 1100010 | 101000 | 1001101 |
Color Harmonies of #BFDCAE
Complementary color
Monochromatic Colors of #BFDCAE
Black with #BFDCAE
Text Example
Text Example
White with #BFDCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCAE; }
p { color: rgb(191,220,174); }
H1.HeaderClassName
{
color: #BFDCAE;
}
.AnyTagClassName
{
color: #BFDCAE;
}
</style>
background-color css
<style>
a { background-color: #BFDCAE; }
a { background-color: rgb(191,220,174); }
div.DivClassName
{
background-color: #BFDCAE;
}
.BgClassName
{
background-color: #BFDCAE;
}
</style>
border-color css
<style>
span { border-color: #BFDCAE; }
span { border-color: rgb(191,220,174); }
td.TdClassName
{
border-color: #BFDCAE;
}
.TagClassName
{
border-color: #BFDCAE;
}
</style>