Shades of Madang #BFDFAF
Tints of Madang #BFDFAF
RGB
CMYK
RGB Variations
Color information
#BFDFAF (or 0xBFDFAF) is known color: Madang. HEX triplet: BF, DF and AF. RGB value is (191,223,175). Sum of RGB (Red+Green+Blue) = 191+223+175=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDFAF is #402050. Grayscale: #D0D0D0. Windows color (decimal): -4202577 or 11526079. OLE color: 11526079.
HSL color Cylindrical-coordinate representation of color #BFDFAF: hue angle of 100º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFDFAF is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 175 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.13 |
| HSL | 100º | 0.43% | 0.78% | - |
| HSV(B) | 100º | 0.22% | 0.87% | - |
| XYZ | 55.61 | 66.95 | 50.55 | - |
| YUV | 207.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 175 | 0.14 | 0 | 0.22 | 0.13 | 100 | 0.43 | 0.78 |
| Hex | BF | DF | AF | E | 0 | 16 | D | 64 | 2B | 4E |
| Octal | 277 | 337 | 257 | 16 | 0 | 26 | 15 | 144 | 53 | 116 |
| Binary | 10111111 | 11011111 | 10101111 | 1110 | 0 | 10110 | 1101 | 1100100 | 101011 | 1001110 |
Color Harmonies of #BFDFAF
Complementary color
Monochromatic Colors of #BFDFAF
Black with #BFDFAF
Text Example
Text Example
White with #BFDFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFAF; }
p { color: rgb(191,223,175); }
H1.HeaderClassName
{
color: #BFDFAF;
}
.AnyTagClassName
{
color: #BFDFAF;
}
</style>
background-color css
<style>
a { background-color: #BFDFAF; }
a { background-color: rgb(191,223,175); }
div.DivClassName
{
background-color: #BFDFAF;
}
.BgClassName
{
background-color: #BFDFAF;
}
</style>
border-color css
<style>
span { border-color: #BFDFAF; }
span { border-color: rgb(191,223,175); }
td.TdClassName
{
border-color: #BFDFAF;
}
.TagClassName
{
border-color: #BFDFAF;
}
</style>