Shades of Madang #BFDAAF
Tints of Madang #BFDAAF
RGB
CMYK
RGB Variations
Color information
#BFDAAF (or 0xBFDAAF) is known color: Madang. HEX triplet: BF, DA and AF. RGB value is (191,218,175). Sum of RGB (Red+Green+Blue) = 191+218+175=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDAAF is #402550. Grayscale: #CDCDCD. Windows color (decimal): -4203857 or 11524799. OLE color: 11524799.
HSL color Cylindrical-coordinate representation of color #BFDAAF: hue angle of 97.67º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDAAF is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 175 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.15 |
| HSL | 97.67º | 0.37% | 0.77% | - |
| HSV(B) | 97.67º | 0.2% | 0.85% | - |
| XYZ | 54.3 | 64.31 | 50.11 | - |
| YUV | 205.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 175 | 0.12 | 0 | 0.20 | 0.15 | 97.67 | 0.37 | 0.77 |
| Hex | BF | DA | AF | C | 0 | 14 | F | 62 | 25 | 4D |
| Octal | 277 | 332 | 257 | 14 | 0 | 24 | 17 | 142 | 45 | 115 |
| Binary | 10111111 | 11011010 | 10101111 | 1100 | 0 | 10100 | 1111 | 1100010 | 100101 | 1001101 |
Color Harmonies of #BFDAAF
Complementary color
Monochromatic Colors of #BFDAAF
Black with #BFDAAF
Text Example
Text Example
White with #BFDAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAAF; }
p { color: rgb(191,218,175); }
H1.HeaderClassName
{
color: #BFDAAF;
}
.AnyTagClassName
{
color: #BFDAAF;
}
</style>
background-color css
<style>
a { background-color: #BFDAAF; }
a { background-color: rgb(191,218,175); }
div.DivClassName
{
background-color: #BFDAAF;
}
.BgClassName
{
background-color: #BFDAAF;
}
</style>
border-color css
<style>
span { border-color: #BFDAAF; }
span { border-color: rgb(191,218,175); }
td.TdClassName
{
border-color: #BFDAAF;
}
.TagClassName
{
border-color: #BFDAAF;
}
</style>