#BFDFAC

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

Shades of Madang #BFDFAC

Tints of Madang #BFDFAC

Color information

#BFDFAC (or 0xBFDFAC) is unknown color: approx Madang. HEX triplet: BF, DF and AC. RGB value is (191,223,172). Sum of RGB (Red+Green+Blue) = 191+223+172=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDFAC is #402053. Grayscale: #CFCFCF. Windows color (decimal): -4202580 or 11329471. OLE color: 11329471.

HSL color Cylindrical-coordinate representation of color #BFDFAC: hue angle of 97.65º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFDFAC is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB191223172-
CMYK0.1400.230.13
HSL97.65º44.35%77.45%-
HSV(B)97.65º22.87%87.45%-
XYZ55.3266.8349.01-
YUV207.62107.9116.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=32.59%
G=38.05%
B=29.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912231720.1400.230.1397.6544.3577.45
HexBFDFACE017D622c4d
Octal277337254160271514254115
Binary1011111111011111101011001110010111110111000101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFAC; }

 p { color: rgb(191,223,172); }

 H1.HeaderClassName
 {
   color: #BFDFAC;
 }
 .AnyTagClassName
 {
   color: #BFDFAC;
 }
</style>
background-color css

<style>
 a { background-color: #BFDFAC; }

 a { background-color: rgb(191,223,172); }

 div.DivClassName
 {
   background-color: #BFDFAC;
 }
 .BgClassName
 {
   background-color: #BFDFAC;
 }
</style>
border-color css

<style>
 span { border-color: #BFDFAC; }

 span { border-color: rgb(191,223,172); }

 td.TdClassName
 {
   border-color: #BFDFAC;
 }
 .TagClassName
 {
   border-color: #BFDFAC;
 }
</style>