Color Hex Logo

#bca0be Color Hex

#BCA0BE
(188,160,190)
0 Favorites   0 Comments

Color spaces of #bca0be

RGB 188160190
HSL0.820.190.69
HSV296°16°75°
CMYK 0.010.160.00   0.25
XYZ42.604139.550754.1038
Yxy39.55070.31270.2903
Hunter Lab62.889310.8676-6.9847
CIE-Lab69.148315.6367-11.6038

#bca0be color RGB value is (188,160,190).

#bca0be hex color red value is 188, green value is 160 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bca0be hue: 0.82 , saturation: 0.19 and the lightness value of bca0be is 0.69.

The process color (four color CMYK) of #bca0be color hex is 0.01, 0.16, 0.00, 0.25. Web safe color of #bca0be is #cc99cc. Color #bca0be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 10111110
Octal 274 240 276
Decimal 188 160 190
Hex BC A0 BE

RGB Percentages of Color #bca0be

%34.94
%29.74
%35.32

CMYK Percentages of Color #bca0be

%1
%16
%0
%25

Triadic Colors of #bca0be

#bca0be #bebca0 #a0bebc

Analogous Colors of #bca0be

#bca0be #bea0b1 #ada0be

Monochromatic Colors of #bca0be

#bca0be

Complementary Color

#bca0be #a2bea0

#bca0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca0be Color CSS Codes

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

#bca0be Text Font Color

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

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


#bca0be Background Color

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

This div background color is #bca0be


#bca0be Border Color

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

This div border color is #bca0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca0be

#bca0be Color Palettes


Comments

No comments written yet.

Please login to write comment.