Color Hex Logo

#bcacb6 Color Hex

#BCACB6
(188,172,182)
0 Favorites   0 Comments

Color spaces of #bcacb6

RGB 188172182
HSL0.900.110.71
HSV323°74°
CMYK 0.000.090.03   0.26
XYZ43.935143.573850.3509
Yxy43.57380.31870.3161
Hunter Lab66.01053.28740.9826
CIE-Lab71.94277.5359-3.0350

#bcacb6 color RGB value is (188,172,182).

#bcacb6 hex color red value is 188, green value is 172 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #bcacb6 hue: 0.90 , saturation: 0.11 and the lightness value of bcacb6 is 0.71.

The process color (four color CMYK) of #bcacb6 color hex is 0.00, 0.09, 0.03, 0.26. Web safe color of #bcacb6 is #cc99cc. Color #bcacb6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 10110110
Octal 274 254 266
Decimal 188 172 182
Hex BC AC B6

RGB Percentages of Color #bcacb6

%34.69
%31.73
%33.58

CMYK Percentages of Color #bcacb6

%0
%9
%3
%26

Triadic Colors of #bcacb6

#bcacb6 #b6bcac #acb6bc

Analogous Colors of #bcacb6

#bcacb6 #bcacae #baacbc

Monochromatic Colors of #bcacb6

#bcacb6

Complementary Color

#bcacb6 #acbcb2

#bcacb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacb6 Color CSS Codes

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

#bcacb6 Text Font Color

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

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


#bcacb6 Background Color

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

This div background color is #bcacb6


#bcacb6 Border Color

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

This div border color is #bcacb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacb6


Comments

No comments written yet.

Please login to write comment.