Color Hex Logo

#bca9ae Color Hex

#BCA9AE
(188,169,174)
0 Favorites   0 Comments

Color spaces of #bca9ae

RGB 188169174
HSL0.960.120.70
HSV344°10°74°
CMYK 0.000.100.07   0.26
XYZ42.567042.123345.9315
Yxy42.12330.32590.3225
Hunter Lab64.90253.49193.4722
CIE-Lab70.95587.7345-0.0723

#bca9ae color RGB value is (188,169,174).

#bca9ae hex color red value is 188, green value is 169 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bca9ae hue: 0.96 , saturation: 0.12 and the lightness value of bca9ae is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 10101110
Octal 274 251 256
Decimal 188 169 174
Hex BC A9 AE

RGB Percentages of Color #bca9ae

%35.40
%31.83
%32.77

CMYK Percentages of Color #bca9ae

%0
%10
%7
%26

Triadic Colors of #bca9ae

#bca9ae #aebca9 #a9aebc

Analogous Colors of #bca9ae

#bca9ae #bcaea9 #bca9b8

Monochromatic Colors of #bca9ae

#bca9ae

Complementary Color

#bca9ae #a9bcb7

#bca9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca9ae Color CSS Codes

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

#bca9ae Text Font Color

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

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


#bca9ae Background Color

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

This div background color is #bca9ae


#bca9ae Border Color

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

This div border color is #bca9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca9ae


Comments

No comments written yet.

Please login to write comment.