Color Hex Logo

#bcc193 Color Hex

#BCC193
(188,193,147)
0 Favorites   0 Comments

Color spaces of #bcc193

RGB 188193147
HSL0.180.270.67
HSV67°24°76°
CMYK 0.030.000.24   0.24
XYZ45.075550.937935.0600
Yxy50.93790.34390.3886
Hunter Lab71.3708-12.164020.8341
CIE-Lab76.6414-9.400622.6445

#bcc193 color RGB value is (188,193,147).

#bcc193 hex color red value is 188, green value is 193 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bcc193 hue: 0.18 , saturation: 0.27 and the lightness value of bcc193 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000001 10010011
Octal 274 301 223
Decimal 188 193 147
Hex BC C1 93

RGB Percentages of Color #bcc193

%35.61
%36.55
%27.84

CMYK Percentages of Color #bcc193

%3
%0
%24
%24

Triadic Colors of #bcc193

#bcc193 #93bcc1 #c193bc

Analogous Colors of #bcc193

#bcc193 #a5c193 #c1af93

Monochromatic Colors of #bcc193

#bcc193

Complementary Color

#bcc193 #9893c1

#bcc193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc193 Color CSS Codes

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

#bcc193 Text Font Color

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

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


#bcc193 Background Color

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

This div background color is #bcc193


#bcc193 Border Color

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

This div border color is #bcc193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc193


Comments

No comments written yet.

Please login to write comment.