Color Hex Logo

#bcc495 Color Hex

#BCC495
(188,196,149)
0 Favorites   0 Comments

Color spaces of #bcc495

RGB 188196149
HSL0.200.280.68
HSV70°24°77°
CMYK 0.040.000.24   0.23
XYZ45.903852.341136.1172
Yxy52.34110.34160.3896
Hunter Lab72.3471-13.350421.0442
CIE-Lab77.4844-10.660322.7336

#bcc495 color RGB value is (188,196,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 10010101
Octal 274 304 225
Decimal 188 196 149
Hex BC C4 95

RGB Percentages of Color #bcc495

%35.27
%36.77
%27.95

CMYK Percentages of Color #bcc495

%4
%0
%24
%23

Triadic Colors of #bcc495

#bcc495 #95bcc4 #c495bc

Analogous Colors of #bcc495

#bcc495 #a5c495 #c4b595

Monochromatic Colors of #bcc495

#bcc495

Complementary Color

#bcc495 #9d95c4

#bcc495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc495 Color CSS Codes

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

#bcc495 Text Font Color

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

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


#bcc495 Background Color

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

This div background color is #bcc495


#bcc495 Border Color

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

This div border color is #bcc495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc495


Comments

No comments written yet.

Please login to write comment.