Shades of Madang #BFDCAF
Tints of Madang #BFDCAF
RGB
CMYK
RGB Variations
Color information
#BFDCAF (or 0xBFDCAF) is known color: Madang. HEX triplet: BF, DC and AF. RGB value is (191,220,175). Sum of RGB (Red+Green+Blue) = 191+220+175=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDCAF is #402350. Grayscale: #CECECE. Windows color (decimal): -4203345 or 11525311. OLE color: 11525311.
HSL color Cylindrical-coordinate representation of color #BFDCAF: hue angle of 98.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDCAF is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 175 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.14 |
| HSL | 98.67º | 0.39% | 0.77% | - |
| HSV(B) | 98.67º | 0.2% | 0.86% | - |
| XYZ | 54.82 | 65.36 | 50.28 | - |
| YUV | 206.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 175 | 0.13 | 0 | 0.20 | 0.14 | 98.67 | 0.39 | 0.77 |
| Hex | BF | DC | AF | D | 0 | 14 | E | 63 | 27 | 4D |
| Octal | 277 | 334 | 257 | 15 | 0 | 24 | 16 | 143 | 47 | 115 |
| Binary | 10111111 | 11011100 | 10101111 | 1101 | 0 | 10100 | 1110 | 1100011 | 100111 | 1001101 |
Color Harmonies of #BFDCAF
Complementary color
Monochromatic Colors of #BFDCAF
Black with #BFDCAF
Text Example
Text Example
White with #BFDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCAF; }
p { color: rgb(191,220,175); }
H1.HeaderClassName
{
color: #BFDCAF;
}
.AnyTagClassName
{
color: #BFDCAF;
}
</style>
background-color css
<style>
a { background-color: #BFDCAF; }
a { background-color: rgb(191,220,175); }
div.DivClassName
{
background-color: #BFDCAF;
}
.BgClassName
{
background-color: #BFDCAF;
}
</style>
border-color css
<style>
span { border-color: #BFDCAF; }
span { border-color: rgb(191,220,175); }
td.TdClassName
{
border-color: #BFDCAF;
}
.TagClassName
{
border-color: #BFDCAF;
}
</style>