Color Hex Logo

#bfc19b Color Hex

#BFC19B
(191,193,155)
0 Favorites   0 Comments

Color spaces of #bfc19b

RGB 191193155
HSL0.180.230.68
HSV63°20°76°
CMYK 0.010.000.20   0.24
XYZ46.472251.582938.5175
Yxy51.58290.34030.3777
Hunter Lab71.8212-10.188118.4778
CIE-Lab77.0308-7.092618.9501

#bfc19b color RGB value is (191,193,155).

#bfc19b hex color red value is 191, green value is 193 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bfc19b hue: 0.18 , saturation: 0.23 and the lightness value of bfc19b is 0.68.

The process color (four color CMYK) of #bfc19b color hex is 0.01, 0.00, 0.20, 0.24. Web safe color of #bfc19b is #cccc99. Color #bfc19b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000001 10011011
Octal 277 301 233
Decimal 191 193 155
Hex BF C1 9B

RGB Percentages of Color #bfc19b

%35.44
%35.81
%28.76

CMYK Percentages of Color #bfc19b

%1
%0
%20
%24

Triadic Colors of #bfc19b

#bfc19b #9bbfc1 #c19bbf

Analogous Colors of #bfc19b

#bfc19b #acc19b #c1b09b

Monochromatic Colors of #bfc19b

#bfc19b

Complementary Color

#bfc19b #9d9bc1

#bfc19b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc19b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc19b Color CSS Codes

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

#bfc19b Text Font Color

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

This sample text font color is #bfc19b
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.


#bfc19b Background Color

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

This div background color is #bfc19b


#bfc19b Border Color

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

This div border color is #bfc19b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc19b


Comments

No comments written yet.

Please login to write comment.