Color Hex Logo

#bcc890 Color Hex

#BCC890
(188,200,144)
0 Favorites   0 Comments

Color spaces of #bcc890

RGB 188200144
HSL0.200.340.67
HSV73°28°78°
CMYK 0.060.000.28   0.22
XYZ46.427454.013534.3642
Yxy54.01350.34440.4007
Hunter Lab73.4939-15.852623.7230
CIE-Lab78.4696-13.421126.7095

#bcc890 color RGB value is (188,200,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 10010000
Octal 274 310 220
Decimal 188 200 144
Hex BC C8 90

RGB Percentages of Color #bcc890

%35.34
%37.59
%27.07

CMYK Percentages of Color #bcc890

%6
%0
%28
%22

Triadic Colors of #bcc890

#bcc890 #90bcc8 #c890bc

Analogous Colors of #bcc890

#bcc890 #a0c890 #c8b890

Monochromatic Colors of #bcc890

#bcc890

Complementary Color

#bcc890 #9c90c8

#bcc890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc890 Color CSS Codes

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

#bcc890 Text Font Color

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

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


#bcc890 Background Color

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

This div background color is #bcc890


#bcc890 Border Color

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

This div border color is #bcc890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc890


Comments

No comments written yet.

Please login to write comment.