Color Hex Logo

#bcc5ab Color Hex

#BCC5AB
(188,197,171)
0 Favorites   0 Comments

Color spaces of #bcc5ab

RGB 188197171
HSL0.220.180.72
HSV81°13°77°
CMYK 0.050.000.13   0.23
XYZ48.056053.564146.3342
Yxy53.56410.32480.3620
Hunter Lab73.1875-10.872413.6954
CIE-Lab78.2069-7.737111.9924

#bcc5ab color RGB value is (188,197,171).

#bcc5ab hex color red value is 188, green value is 197 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bcc5ab hue: 0.22 , saturation: 0.18 and the lightness value of bcc5ab is 0.72.

The process color (four color CMYK) of #bcc5ab color hex is 0.05, 0.00, 0.13, 0.23. Web safe color of #bcc5ab is #cccc99. Color #bcc5ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 10101011
Octal 274 305 253
Decimal 188 197 171
Hex BC C5 AB

RGB Percentages of Color #bcc5ab

%33.81
%35.43
%30.76

CMYK Percentages of Color #bcc5ab

%5
%0
%13
%23

Triadic Colors of #bcc5ab

#bcc5ab #abbcc5 #c5abbc

Analogous Colors of #bcc5ab

#bcc5ab #afc5ab #c5c1ab

Monochromatic Colors of #bcc5ab

#bcc5ab

Complementary Color

#bcc5ab #b4abc5

#bcc5ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc5ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc5ab Color CSS Codes

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

#bcc5ab Text Font Color

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

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


#bcc5ab Background Color

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

This div background color is #bcc5ab


#bcc5ab Border Color

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

This div border color is #bcc5ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc5ab


Comments

No comments written yet.

Please login to write comment.