Color Hex Logo

#bca9bd Color Hex

#BCA9BD
(188,169,189)
1 Favorites   0 Comments

Color spaces of #bca9bd

RGB 188169189
HSL0.830.130.70
HSV297°11°74°
CMYK 0.010.110.00   0.26
XYZ44.112342.741454.0691
Yxy42.74140.31300.3033
Hunter Lab65.37696.0312-3.2712
CIE-Lab71.379110.4843-7.7237

#bca9bd color RGB value is (188,169,189).

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

The process color (four color CMYK) of #bca9bd color hex is 0.01, 0.11, 0.00, 0.26. Web safe color of #bca9bd is #cc99cc. Color #bca9bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 10111101
Octal 274 251 275
Decimal 188 169 189
Hex BC A9 BD

RGB Percentages of Color #bca9bd

%34.43
%30.95
%34.62

CMYK Percentages of Color #bca9bd

%1
%11
%0
%26

Triadic Colors of #bca9bd

#bca9bd #bdbca9 #a9bdbc

Analogous Colors of #bca9bd

#bca9bd #bda9b4 #b2a9bd

Monochromatic Colors of #bca9bd

#bca9bd

Complementary Color

#bca9bd #aabda9

#bca9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca9bd Color CSS Codes

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

#bca9bd Text Font Color

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

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


#bca9bd Background Color

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

This div background color is #bca9bd


#bca9bd Border Color

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

This div border color is #bca9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca9bd


Comments

No comments written yet.

Please login to write comment.