Color Hex Logo

#bcc1af Color Hex

#BCC1AF
(188,193,175)
0 Favorites   0 Comments

Color spaces of #bcc1af

RGB 188193175
HSL0.210.130.72
HSV77°76°
CMYK 0.030.000.09   0.24
XYZ47.546951.926448.0743
Yxy51.92640.32220.3519
Hunter Lab72.0600-8.326410.8871
CIE-Lab77.2368-4.96748.4598

#bcc1af color RGB value is (188,193,175).

#bcc1af hex color red value is 188, green value is 193 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bcc1af hue: 0.21 , saturation: 0.13 and the lightness value of bcc1af is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000001 10101111
Octal 274 301 257
Decimal 188 193 175
Hex BC C1 AF

RGB Percentages of Color #bcc1af

%33.81
%34.71
%31.47

CMYK Percentages of Color #bcc1af

%3
%0
%9
%24

Triadic Colors of #bcc1af

#bcc1af #afbcc1 #c1afbc

Analogous Colors of #bcc1af

#bcc1af #b3c1af #c1bdaf

Monochromatic Colors of #bcc1af

#bcc1af

Complementary Color

#bcc1af #b4afc1

#bcc1af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc1af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc1af Color CSS Codes

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

#bcc1af Text Font Color

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

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


#bcc1af Background Color

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

This div background color is #bcc1af


#bcc1af Border Color

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

This div border color is #bcc1af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc1af


Comments

No comments written yet.

Please login to write comment.