Color Hex Logo

#bfc09c Color Hex

#BFC09C
(191,192,156)
0 Favorites   0 Comments

Color spaces of #bfc09c

RGB 191192156
HSL0.170.220.68
HSV62°19°75°
CMYK 0.010.000.19   0.25
XYZ46.336251.175938.8883
Yxy51.17590.33970.3752
Hunter Lab71.5373-9.572217.8456
CIE-Lab76.7854-6.419818.0747

#bfc09c color RGB value is (191,192,156).

#bfc09c hex color red value is 191, green value is 192 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bfc09c hue: 0.17 , saturation: 0.22 and the lightness value of bfc09c is 0.68.

The process color (four color CMYK) of #bfc09c color hex is 0.01, 0.00, 0.19, 0.25. Web safe color of #bfc09c is #cccc99. Color #bfc09c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000000 10011100
Octal 277 300 234
Decimal 191 192 156
Hex BF C0 9C

RGB Percentages of Color #bfc09c

%35.44
%35.62
%28.94

CMYK Percentages of Color #bfc09c

%1
%0
%19
%25

Triadic Colors of #bfc09c

#bfc09c #9cbfc0 #c09cbf

Analogous Colors of #bfc09c

#bfc09c #adc09c #c0af9c

Monochromatic Colors of #bfc09c

#bfc09c

Complementary Color

#bfc09c #9d9cc0

#bfc09c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc09c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc09c Color CSS Codes

.mybgcolor {background-color:#bfc09c; } 
.myforecolor {color:#bfc09c; }
.mybordercolor {border:3px solid #bfc09c; }

#bfc09c Text Font Color

<p style="color:#bfc09c">Text here</p>

This sample text font color is #bfc09c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfc09c Background Color

<div style="background-color:#bfc09c">
Div content here</div>

This div background color is #bfc09c


#bfc09c Border Color

<div style="border:3px solid #bfc09c">
Div here</div>

This div border color is #bfc09c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,192,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfc09c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfc09c;
  -webkit-box-shadow: 1px 1px 3px 2px #bfc09c;
  box-shadow:         1px 1px 3px 2px #bfc09c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,192,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfc09c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfc09c;
  -webkit-box-shadow: 1px 1px 3px 2px #bfc09c;
  box-shadow:         1px 1px 3px 2px #bfc09c;">
Div content here</div>

This div box has shadow with color #bfc09c


Comments

No comments written yet.

Please login to write comment.