Color Hex Logo

#bcaaa6 Color Hex

#BCAAA6
(188,170,166)
0 Favorites   0 Comments

Color spaces of #bcaaa6

RGB 188170166
HSL0.030.140.69
HSV11°12°74°
CMYK 0.000.100.12   0.26
XYZ41.996742.194042.0072
Yxy42.19400.33280.3343
Hunter Lab64.95691.73137.1274
CIE-Lab71.00455.80884.4111

#bcaaa6 color RGB value is (188,170,166).

#bcaaa6 hex color red value is 188, green value is 170 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #bcaaa6 hue: 0.03 , saturation: 0.14 and the lightness value of bcaaa6 is 0.69.

The process color (four color CMYK) of #bcaaa6 color hex is 0.00, 0.10, 0.12, 0.26. Web safe color of #bcaaa6 is #cc9999. Color #bcaaa6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 10100110
Octal 274 252 246
Decimal 188 170 166
Hex BC AA A6

RGB Percentages of Color #bcaaa6

%35.88
%32.44
%31.68

CMYK Percentages of Color #bcaaa6

%0
%10
%12
%26

Triadic Colors of #bcaaa6

#bcaaa6 #a6bcaa #aaa6bc

Analogous Colors of #bcaaa6

#bcaaa6 #bcb5a6 #bca6ad

Monochromatic Colors of #bcaaa6

#bcaaa6

Complementary Color

#bcaaa6 #a6b8bc

#bcaaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaaa6 Color CSS Codes

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

#bcaaa6 Text Font Color

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

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


#bcaaa6 Background Color

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

This div background color is #bcaaa6


#bcaaa6 Border Color

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

This div border color is #bcaaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaaa6


Comments

No comments written yet.

Please login to write comment.