Color Hex Logo

#bca6bd Color Hex

#BCA6BD
(188,166,189)
0 Favorites   0 Comments

Color spaces of #bca6bd

RGB 188166189
HSL0.830.150.70
HSV297°12°74°
CMYK 0.010.120.00   0.26
XYZ43.560641.637953.8851
Yxy41.63790.31320.2994
Hunter Lab64.52747.5772-4.3423
CIE-Lab70.620512.1333-8.8517

#bca6bd color RGB value is (188,166,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 10111101
Octal 274 246 275
Decimal 188 166 189
Hex BC A6 BD

RGB Percentages of Color #bca6bd

%34.62
%30.57
%34.81

CMYK Percentages of Color #bca6bd

%1
%12
%0
%26

Triadic Colors of #bca6bd

#bca6bd #bdbca6 #a6bdbc

Analogous Colors of #bca6bd

#bca6bd #bda6b3 #b1a6bd

Monochromatic Colors of #bca6bd

#bca6bd

Complementary Color

#bca6bd #a7bda6

#bca6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca6bd Color CSS Codes

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

#bca6bd Text Font Color

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

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


#bca6bd Background Color

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

This div background color is #bca6bd


#bca6bd Border Color

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

This div border color is #bca6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca6bd


Comments

No comments written yet.

Please login to write comment.