Shades of Madang #BFDAAC
Tints of Madang #BFDAAC
RGB
CMYK
RGB Variations
Color information
#BFDAAC (or 0xBFDAAC) is known color: Madang. HEX triplet: BF, DA and AC. RGB value is (191,218,172). Sum of RGB (Red+Green+Blue) = 191+218+172=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDAAC is #402553. Grayscale: #CCCCCC. Windows color (decimal): -4203860 or 11328191. OLE color: 11328191.
HSL color Cylindrical-coordinate representation of color #BFDAAC: hue angle of 95.22º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFDAAC is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 172 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.15 |
| HSL | 95.22º | 0.38% | 0.76% | - |
| HSV(B) | 95.22º | 0.21% | 0.85% | - |
| XYZ | 54 | 64.2 | 48.57 | - |
| YUV | 204.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 172 | 0.12 | 0 | 0.21 | 0.15 | 95.22 | 0.38 | 0.76 |
| Hex | BF | DA | AC | C | 0 | 15 | F | 5F | 26 | 4C |
| Octal | 277 | 332 | 254 | 14 | 0 | 25 | 17 | 137 | 46 | 114 |
| Binary | 10111111 | 11011010 | 10101100 | 1100 | 0 | 10101 | 1111 | 1011111 | 100110 | 1001100 |
Color Harmonies of #BFDAAC
Complementary color
Monochromatic Colors of #BFDAAC
Black with #BFDAAC
Text Example
Text Example
White with #BFDAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAAC; }
p { color: rgb(191,218,172); }
H1.HeaderClassName
{
color: #BFDAAC;
}
.AnyTagClassName
{
color: #BFDAAC;
}
</style>
background-color css
<style>
a { background-color: #BFDAAC; }
a { background-color: rgb(191,218,172); }
div.DivClassName
{
background-color: #BFDAAC;
}
.BgClassName
{
background-color: #BFDAAC;
}
</style>
border-color css
<style>
span { border-color: #BFDAAC; }
span { border-color: rgb(191,218,172); }
td.TdClassName
{
border-color: #BFDAAC;
}
.TagClassName
{
border-color: #BFDAAC;
}
</style>