Color Hex Logo

#bcd3c1 Color Hex

#BCD3C1
(188,211,193)
0 Favorites   0 Comments

Color spaces of #bcd3c1

RGB 188211193
HSL0.370.210.78
HSV133°11°83°
CMYK 0.110.000.09   0.17
XYZ53.658961.130259.4232
Yxy61.13020.30800.3509
Hunter Lab78.1858-14.32069.6682
CIE-Lab82.4487-11.10586.2978

#bcd3c1 color RGB value is (188,211,193).

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

The process color (four color CMYK) of #bcd3c1 color hex is 0.11, 0.00, 0.09, 0.17. Web safe color of #bcd3c1 is #cccccc. Color #bcd3c1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 11000001
Octal 274 323 301
Decimal 188 211 193
Hex BC D3 C1

RGB Percentages of Color #bcd3c1

%31.76
%35.64
%32.60

CMYK Percentages of Color #bcd3c1

%11
%0
%9
%17

Triadic Colors of #bcd3c1

#bcd3c1 #c1bcd3 #d3c1bc

Analogous Colors of #bcd3c1

#bcd3c1 #bcd3cd #c3d3bc

Monochromatic Colors of #bcd3c1

#bcd3c1

Complementary Color

#bcd3c1 #d3bcce

#bcd3c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd3c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd3c1 Color CSS Codes

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

#bcd3c1 Text Font Color

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

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


#bcd3c1 Background Color

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

This div background color is #bcd3c1


#bcd3c1 Border Color

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

This div border color is #bcd3c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd3c1


Comments

No comments written yet.

Please login to write comment.