Color Hex Logo

#bcc8af Color Hex

#BCC8AF
(188,200,175)
0 Favorites   0 Comments

Color spaces of #bcc8af

RGB 188200175
HSL0.250.190.74
HSV89°13°78°
CMYK 0.060.000.13   0.22
XYZ49.131255.095148.6024
Yxy55.09510.32150.3605
Hunter Lab74.2261-11.744213.1358
CIE-Lab79.0960-8.620811.1097

#bcc8af color RGB value is (188,200,175).

#bcc8af hex color red value is 188, green value is 200 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bcc8af hue: 0.25 , saturation: 0.19 and the lightness value of bcc8af is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 10101111
Octal 274 310 257
Decimal 188 200 175
Hex BC C8 AF

RGB Percentages of Color #bcc8af

%33.39
%35.52
%31.08

CMYK Percentages of Color #bcc8af

%6
%0
%13
%22

Triadic Colors of #bcc8af

#bcc8af #afbcc8 #c8afbc

Analogous Colors of #bcc8af

#bcc8af #b0c8af #c8c8af

Monochromatic Colors of #bcc8af

#bcc8af

Complementary Color

#bcc8af #bbafc8

#bcc8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc8af Color CSS Codes

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

#bcc8af Text Font Color

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

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


#bcc8af Background Color

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

This div background color is #bcc8af


#bcc8af Border Color

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

This div border color is #bcc8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc8af


Comments

No comments written yet.

Please login to write comment.