Shades of Madang #BFDCAC
Tints of Madang #BFDCAC
RGB
CMYK
RGB Variations
Color information
#BFDCAC (or 0xBFDCAC) is known color: Madang. HEX triplet: BF, DC and AC. RGB value is (191,220,172). Sum of RGB (Red+Green+Blue) = 191+220+172=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDCAC is #402353. Grayscale: #CECECE. Windows color (decimal): -4203348 or 11328703. OLE color: 11328703.
HSL color Cylindrical-coordinate representation of color #BFDCAC: hue angle of 96.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFDCAC is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 191 | 220 | 172 | - |
CMYK | 0.13 | 0 | 0.22 | 0.14 |
HSL | 96.25º | 0.41% | 0.77% | - |
HSV(B) | 96.25º | 0.22% | 0.86% | - |
XYZ | 54.53 | 65.24 | 48.75 | - |
YUV | 205.86 | 108.89 | 117.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 220 | 172 | 0.13 | 0 | 0.22 | 0.14 | 96.25 | 0.41 | 0.77 |
Hex | BF | DC | AC | D | 0 | 16 | E | 60 | 29 | 4D |
Octal | 277 | 334 | 254 | 15 | 0 | 26 | 16 | 140 | 51 | 115 |
Binary | 10111111 | 11011100 | 10101100 | 1101 | 0 | 10110 | 1110 | 1100000 | 101001 | 1001101 |
Color Harmonies of #BFDCAC
Complementary color
Monochromatic Colors of #BFDCAC
Black with #BFDCAC
Text Example
Text Example
White with #BFDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCAC; }
p { color: rgb(191,220,172); }
H1.HeaderClassName
{
color: #BFDCAC;
}
.AnyTagClassName
{
color: #BFDCAC;
}
</style>
background-color css
<style>
a { background-color: #BFDCAC; }
a { background-color: rgb(191,220,172); }
div.DivClassName
{
background-color: #BFDCAC;
}
.BgClassName
{
background-color: #BFDCAC;
}
</style>
border-color css
<style>
span { border-color: #BFDCAC; }
span { border-color: rgb(191,220,172); }
td.TdClassName
{
border-color: #BFDCAC;
}
.TagClassName
{
border-color: #BFDCAC;
}
</style>