Color Hex Logo

#bca1ab Color Hex

#BCA1AB
(188,161,171)
0 Favorites   0 Comments

Color spaces of #bca1ab

RGB 188161171
HSL0.940.170.68
HSV338°14°74°
CMYK 0.000.140.09   0.26
XYZ40.834639.121443.9270
Yxy39.12140.32960.3158
Hunter Lab62.54717.07842.1434
CIE-Lab68.839111.5966-1.5073

#bca1ab color RGB value is (188,161,171).

#bca1ab hex color red value is 188, green value is 161 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bca1ab hue: 0.94 , saturation: 0.17 and the lightness value of bca1ab is 0.68.

The process color (four color CMYK) of #bca1ab color hex is 0.00, 0.14, 0.09, 0.26. Web safe color of #bca1ab is #cc9999. Color #bca1ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 10101011
Octal 274 241 253
Decimal 188 161 171
Hex BC A1 AB

RGB Percentages of Color #bca1ab

%36.15
%30.96
%32.88

CMYK Percentages of Color #bca1ab

%0
%14
%9
%26

Triadic Colors of #bca1ab

#bca1ab #abbca1 #a1abbc

Analogous Colors of #bca1ab

#bca1ab #bca5a1 #bca1b9

Monochromatic Colors of #bca1ab

#bca1ab

Complementary Color

#bca1ab #a1bcb2

#bca1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca1ab Color CSS Codes

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

#bca1ab Text Font Color

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

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


#bca1ab Background Color

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

This div background color is #bca1ab


#bca1ab Border Color

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

This div border color is #bca1ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,161,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 #bca1ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca1ab


Comments

No comments written yet.

Please login to write comment.