Color Hex Logo

#bca4bd Color Hex

#BCA4BD
(188,164,189)
0 Favorites   0 Comments

Color spaces of #bca4bd

RGB 188164189
HSL0.830.160.69
HSV298°13°74°
CMYK 0.010.130.00   0.26
XYZ43.199840.916453.7649
Yxy40.91640.31330.2968
Hunter Lab63.96598.6107-5.0585
CIE-Lab70.117313.2351-9.6016

#bca4bd color RGB value is (188,164,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 10111101
Octal 274 244 275
Decimal 188 164 189
Hex BC A4 BD

RGB Percentages of Color #bca4bd

%34.75
%30.31
%34.94

CMYK Percentages of Color #bca4bd

%1
%13
%0
%26

Triadic Colors of #bca4bd

#bca4bd #bdbca4 #a4bdbc

Analogous Colors of #bca4bd

#bca4bd #bda4b2 #b0a4bd

Monochromatic Colors of #bca4bd

#bca4bd

Complementary Color

#bca4bd #a5bda4

#bca4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca4bd Color CSS Codes

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

#bca4bd Text Font Color

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

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


#bca4bd Background Color

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

This div background color is #bca4bd


#bca4bd Border Color

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

This div border color is #bca4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca4bd


Comments

No comments written yet.

Please login to write comment.