Color Hex Logo

#bca5ce Color Hex

#BCA5CE
(188,165,206)
0 Favorites   0 Comments

Color spaces of #bca5ce

RGB 188165206
HSL0.760.290.73
HSV274°20°81°
CMYK 0.090.200.00   0.19
XYZ45.334742.057964.1211
Yxy42.05790.29920.2776
Hunter Lab64.852111.2889-13.2253
CIE-Lab70.910816.0460-17.7935

#bca5ce color RGB value is (188,165,206).

#bca5ce hex color red value is 188, green value is 165 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bca5ce hue: 0.76 , saturation: 0.29 and the lightness value of bca5ce is 0.73.

The process color (four color CMYK) of #bca5ce color hex is 0.09, 0.20, 0.00, 0.19. Web safe color of #bca5ce is #cc99cc. Color #bca5ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 11001110
Octal 274 245 316
Decimal 188 165 206
Hex BC A5 CE

RGB Percentages of Color #bca5ce

%33.63
%29.52
%36.85

CMYK Percentages of Color #bca5ce

%9
%20
%0
%19

Triadic Colors of #bca5ce

#bca5ce #cebca5 #a5cebc

Analogous Colors of #bca5ce

#bca5ce #cea5cc #a8a5ce

Monochromatic Colors of #bca5ce

#bca5ce

Complementary Color

#bca5ce #b7cea5

#bca5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca5ce Color CSS Codes

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

#bca5ce Text Font Color

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

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


#bca5ce Background Color

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

This div background color is #bca5ce


#bca5ce Border Color

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

This div border color is #bca5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca5ce


Comments

No comments written yet.

Please login to write comment.