Color Hex Logo

#bc86ae Color Hex

#BC86AE
(188,134,174)
0 Favorites   0 Comments

Color spaces of #bc86ae

RGB 188134174
HSL0.880.290.63
HSV316°29°74°
CMYK 0.000.290.07   0.26
XYZ36.904130.797644.0439
Yxy30.79760.33030.2756
Hunter Lab55.495621.5837-8.2084
CIE-Lab62.336427.1100-12.8499

#bc86ae color RGB value is (188,134,174).

#bc86ae hex color red value is 188, green value is 134 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bc86ae hue: 0.88 , saturation: 0.29 and the lightness value of bc86ae is 0.63.

The process color (four color CMYK) of #bc86ae color hex is 0.00, 0.29, 0.07, 0.26. Web safe color of #bc86ae is #cc9999. Color #bc86ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 10101110
Octal 274 206 256
Decimal 188 134 174
Hex BC 86 AE

RGB Percentages of Color #bc86ae

%37.90
%27.02
%35.08

CMYK Percentages of Color #bc86ae

%0
%29
%7
%26

Triadic Colors of #bc86ae

#bc86ae #aebc86 #86aebc

Analogous Colors of #bc86ae

#bc86ae #bc8693 #af86bc

Monochromatic Colors of #bc86ae

#bc86ae

Complementary Color

#bc86ae #86bc94

#bc86ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc86ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc86ae Color CSS Codes

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

#bc86ae Text Font Color

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

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


#bc86ae Background Color

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

This div background color is #bc86ae


#bc86ae Border Color

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

This div border color is #bc86ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc86ae


Comments

No comments written yet.

Please login to write comment.