Color Hex Logo

#bcc99c Color Hex

#BCC99C
(188,201,156)
0 Favorites   0 Comments

Color spaces of #bcc99c

RGB 188201156
HSL0.210.290.70
HSV77°22°79°
CMYK 0.060.000.22   0.21
XYZ47.626454.865039.5323
Yxy54.86500.33530.3863
Hunter Lab74.0709-14.851520.2060
CIE-Lab78.9634-12.188721.0509

#bcc99c color RGB value is (188,201,156).

#bcc99c hex color red value is 188, green value is 201 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bcc99c hue: 0.21 , saturation: 0.29 and the lightness value of bcc99c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 10011100
Octal 274 311 234
Decimal 188 201 156
Hex BC C9 9C

RGB Percentages of Color #bcc99c

%34.50
%36.88
%28.62

CMYK Percentages of Color #bcc99c

%6
%0
%22
%21

Triadic Colors of #bcc99c

#bcc99c #9cbcc9 #c99cbc

Analogous Colors of #bcc99c

#bcc99c #a6c99c #c9c09c

Monochromatic Colors of #bcc99c

#bcc99c

Complementary Color

#bcc99c #a99cc9

#bcc99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc99c Color CSS Codes

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

#bcc99c Text Font Color

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

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


#bcc99c Background Color

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

This div background color is #bcc99c


#bcc99c Border Color

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

This div border color is #bcc99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc99c


Comments

No comments written yet.

Please login to write comment.