Color Hex Logo

#bca9bf Color Hex

#BCA9BF
(188,169,191)
0 Favorites   0 Comments

Color spaces of #bca9bf

RGB 188169191
HSL0.810.150.71
HSV292°12°75°
CMYK 0.020.120.00   0.25
XYZ44.331042.828955.2205
Yxy42.82890.31140.3008
Hunter Lab65.44386.3876-4.2174
CIE-Lab71.438710.8662-8.7373

#bca9bf color RGB value is (188,169,191).

#bca9bf hex color red value is 188, green value is 169 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bca9bf hue: 0.81 , saturation: 0.15 and the lightness value of bca9bf is 0.71.

The process color (four color CMYK) of #bca9bf color hex is 0.02, 0.12, 0.00, 0.25. Web safe color of #bca9bf is #cc99cc. Color #bca9bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 10111111
Octal 274 251 277
Decimal 188 169 191
Hex BC A9 BF

RGB Percentages of Color #bca9bf

%34.31
%30.84
%34.85

CMYK Percentages of Color #bca9bf

%2
%12
%0
%25

Triadic Colors of #bca9bf

#bca9bf #bfbca9 #a9bfbc

Analogous Colors of #bca9bf

#bca9bf #bfa9b7 #b1a9bf

Monochromatic Colors of #bca9bf

#bca9bf

Complementary Color

#bca9bf #acbfa9

#bca9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca9bf Color CSS Codes

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

#bca9bf Text Font Color

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

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


#bca9bf Background Color

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

This div background color is #bca9bf


#bca9bf Border Color

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

This div border color is #bca9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca9bf


Comments

No comments written yet.

Please login to write comment.