Color Hex Logo

#bcc191 Color Hex

#BCC191
(188,193,145)
0 Favorites   0 Comments

Color spaces of #bcc191

RGB 188193145
HSL0.180.280.66
HSV66°25°76°
CMYK 0.030.000.25   0.24
XYZ44.919850.875634.2405
Yxy50.87560.34540.3912
Hunter Lab71.3271-12.408321.4669
CIE-Lab76.6036-9.687223.6558

#bcc191 color RGB value is (188,193,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000001 10010001
Octal 274 301 221
Decimal 188 193 145
Hex BC C1 91

RGB Percentages of Color #bcc191

%35.74
%36.69
%27.57

CMYK Percentages of Color #bcc191

%3
%0
%25
%24

Triadic Colors of #bcc191

#bcc191 #91bcc1 #c191bc

Analogous Colors of #bcc191

#bcc191 #a4c191 #c1ae91

Monochromatic Colors of #bcc191

#bcc191

Complementary Color

#bcc191 #9691c1

#bcc191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc191 Color CSS Codes

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

#bcc191 Text Font Color

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

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


#bcc191 Background Color

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

This div background color is #bcc191


#bcc191 Border Color

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

This div border color is #bcc191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc191


Comments

No comments written yet.

Please login to write comment.