Color Hex Logo

#bcccba Color Hex

#BCCCBA
(188,204,186)
0 Favorites   0 Comments

Color spaces of #bcccba

RGB 188204186
HSL0.310.150.76
HSV113°80°
CMYK 0.080.000.09   0.20
XYZ51.194857.422354.8397
Yxy57.42230.31320.3513
Hunter Lab75.7775-12.017210.1365
CIE-Lab80.4165-8.77157.1092

#bcccba color RGB value is (188,204,186).

#bcccba hex color red value is 188, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bcccba hue: 0.31 , saturation: 0.15 and the lightness value of bcccba is 0.76.

The process color (four color CMYK) of #bcccba color hex is 0.08, 0.00, 0.09, 0.20. Web safe color of #bcccba is #cccccc. Color #bcccba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 10111010
Octal 274 314 272
Decimal 188 204 186
Hex BC CC BA

RGB Percentages of Color #bcccba

%32.53
%35.29
%32.18

CMYK Percentages of Color #bcccba

%8
%0
%9
%20

Triadic Colors of #bcccba

#bcccba #babccc #ccbabc

Analogous Colors of #bcccba

#bcccba #baccc1 #c5ccba

Monochromatic Colors of #bcccba

#bcccba

Complementary Color

#bcccba #cabacc

#bcccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccba Color CSS Codes

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

#bcccba Text Font Color

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

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


#bcccba Background Color

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

This div background color is #bcccba


#bcccba Border Color

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

This div border color is #bcccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcccba


Comments

No comments written yet.

Please login to write comment.