Color Hex Logo

#bcc296 Color Hex

#BCC296
(188,194,150)
0 Favorites   0 Comments

Color spaces of #bcc296

RGB 188194150
HSL0.190.270.67
HSV68°23°76°
CMYK 0.030.000.23   0.24
XYZ45.535851.476936.3902
Yxy51.47690.34130.3859
Hunter Lab71.7474-12.269720.1514
CIE-Lab76.9670-9.481421.4937

#bcc296 color RGB value is (188,194,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 10010110
Octal 274 302 226
Decimal 188 194 150
Hex BC C2 96

RGB Percentages of Color #bcc296

%35.34
%36.47
%28.20

CMYK Percentages of Color #bcc296

%3
%0
%23
%24

Triadic Colors of #bcc296

#bcc296 #96bcc2 #c296bc

Analogous Colors of #bcc296

#bcc296 #a6c296 #c2b296

Monochromatic Colors of #bcc296

#bcc296

Complementary Color

#bcc296 #9c96c2

#bcc296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc296 Color CSS Codes

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

#bcc296 Text Font Color

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

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


#bcc296 Background Color

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

This div background color is #bcc296


#bcc296 Border Color

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

This div border color is #bcc296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc296


Comments

No comments written yet.

Please login to write comment.