Color Hex Logo

#bca8bd Color Hex

#BCA8BD
(188,168,189)
0 Favorites   0 Comments

Color spaces of #bca8bd

RGB 188168189
HSL0.830.140.70
HSV297°11°74°
CMYK 0.010.110.00   0.26
XYZ43.927042.370854.0073
Yxy42.37080.31310.3020
Hunter Lab65.09296.5457-3.6277
CIE-Lab71.125811.0332-8.1000

#bca8bd color RGB value is (188,168,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 10111101
Octal 274 250 275
Decimal 188 168 189
Hex BC A8 BD

RGB Percentages of Color #bca8bd

%34.50
%30.83
%34.68

CMYK Percentages of Color #bca8bd

%1
%11
%0
%26

Triadic Colors of #bca8bd

#bca8bd #bdbca8 #a8bdbc

Analogous Colors of #bca8bd

#bca8bd #bda8b4 #b2a8bd

Monochromatic Colors of #bca8bd

#bca8bd

Complementary Color

#bca8bd #a9bda8

#bca8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca8bd Color CSS Codes

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

#bca8bd Text Font Color

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

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


#bca8bd Background Color

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

This div background color is #bca8bd


#bca8bd Border Color

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

This div border color is #bca8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca8bd


Comments

No comments written yet.

Please login to write comment.