Color Hex Logo

#bfc496 Color Hex

#BFC496
(191,196,150)
0 Favorites   0 Comments

Color spaces of #bfc496

RGB 191196150
HSL0.180.280.68
HSV67°23°77°
CMYK 0.030.000.23   0.23
XYZ46.730852.758236.5745
Yxy52.75820.34340.3877
Hunter Lab72.6348-12.270120.9895
CIE-Lab77.7320-9.386022.5788

#bfc496 color RGB value is (191,196,150).

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

The process color (four color CMYK) of #bfc496 color hex is 0.03, 0.00, 0.23, 0.23. Web safe color of #bfc496 is #cccc99. Color #bfc496 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 10010110
Octal 277 304 226
Decimal 191 196 150
Hex BF C4 96

RGB Percentages of Color #bfc496

%35.57
%36.50
%27.93

CMYK Percentages of Color #bfc496

%3
%0
%23
%23

Triadic Colors of #bfc496

#bfc496 #96bfc4 #c496bf

Analogous Colors of #bfc496

#bfc496 #a8c496 #c4b296

Monochromatic Colors of #bfc496

#bfc496

Complementary Color

#bfc496 #9b96c4

#bfc496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc496 Color CSS Codes

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

#bfc496 Text Font Color

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

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


#bfc496 Background Color

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

This div background color is #bfc496


#bfc496 Border Color

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

This div border color is #bfc496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc496


Comments

No comments written yet.

Please login to write comment.