Color Hex Logo

#bcc891 Color Hex

#BCC891
(188,200,145)
0 Favorites   0 Comments

Color spaces of #bcc891

RGB 188200145
HSL0.200.330.68
HSV73°28°78°
CMYK 0.060.000.28   0.22
XYZ46.504154.044334.7686
Yxy54.04430.34370.3994
Hunter Lab73.5148-15.735223.4194
CIE-Lab78.4876-13.281826.2084

#bcc891 color RGB value is (188,200,145).

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

The process color (four color CMYK) of #bcc891 color hex is 0.06, 0.00, 0.28, 0.22. Web safe color of #bcc891 is #cccc99. Color #bcc891 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 10010001
Octal 274 310 221
Decimal 188 200 145
Hex BC C8 91

RGB Percentages of Color #bcc891

%35.27
%37.52
%27.20

CMYK Percentages of Color #bcc891

%6
%0
%28
%22

Triadic Colors of #bcc891

#bcc891 #91bcc8 #c891bc

Analogous Colors of #bcc891

#bcc891 #a1c891 #c8b991

Monochromatic Colors of #bcc891

#bcc891

Complementary Color

#bcc891 #9d91c8

#bcc891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc891 Color CSS Codes

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

#bcc891 Text Font Color

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

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


#bcc891 Background Color

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

This div background color is #bcc891


#bcc891 Border Color

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

This div border color is #bcc891


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,200,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 #bcc891">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc891


Comments

No comments written yet.

Please login to write comment.