#BFDCAC

Color #BFDCAC Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #BFDCAC

Tints of Madang #BFDCAC

Color information

#BFDCAC (or 0xBFDCAC) is unknown color: approx 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

RGB191220172-
CMYK0.1300.220.14
HSL96.25º40.68%76.86%-
HSV(B)96.25º21.82%86.27%-
XYZ54.5365.2448.75-
YUV205.86108.89117.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=32.76%
G=37.74%
B=29.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912201720.1300.220.1496.2540.6876.86
HexBFDCACD016E60294d
Octal277334254150261614051115
Binary1011111111011100101011001101010110111011000001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>