Color Hex Logo

#bc86ab Color Hex

#BC86AB
(188,134,171)
0 Favorites   0 Comments

Color spaces of #bc86ab

RGB 188134171
HSL0.890.290.63
HSV319°29°74°
CMYK 0.000.290.09   0.26
XYZ36.614830.681842.5205
Yxy30.68180.33340.2794
Hunter Lab55.391221.0580-6.7396
CIE-Lab62.238126.5781-11.2940

#bc86ab color RGB value is (188,134,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 10101011
Octal 274 206 253
Decimal 188 134 171
Hex BC 86 AB

RGB Percentages of Color #bc86ab

%38.13
%27.18
%34.69

CMYK Percentages of Color #bc86ab

%0
%29
%9
%26

Triadic Colors of #bc86ab

#bc86ab #abbc86 #86abbc

Analogous Colors of #bc86ab

#bc86ab #bc8690 #b286bc

Monochromatic Colors of #bc86ab

#bc86ab

Complementary Color

#bc86ab #86bc97

#bc86ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc86ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc86ab Color CSS Codes

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

#bc86ab Text Font Color

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

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


#bc86ab Background Color

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

This div background color is #bc86ab


#bc86ab Border Color

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

This div border color is #bc86ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc86ab


Comments

No comments written yet.

Please login to write comment.