Color Hex Logo

#bc8aac Color Hex

#BC8AAC
(188,138,172)
0 Favorites   0 Comments

Color spaces of #bc8aac

RGB 188138172
HSL0.890.270.64
HSV319°27°74°
CMYK 0.000.270.09   0.26
XYZ37.273931.846943.2122
Yxy31.84690.33180.2835
Hunter Lab56.433119.1410-5.8967
CIE-Lab63.216124.5323-10.3961

#bc8aac color RGB value is (188,138,172).

#bc8aac hex color red value is 188, green value is 138 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bc8aac hue: 0.89 , saturation: 0.27 and the lightness value of bc8aac is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001010 10101100
Octal 274 212 254
Decimal 188 138 172
Hex BC 8A AC

RGB Percentages of Color #bc8aac

%37.75
%27.71
%34.54

CMYK Percentages of Color #bc8aac

%0
%27
%9
%26

Triadic Colors of #bc8aac

#bc8aac #acbc8a #8aacbc

Analogous Colors of #bc8aac

#bc8aac #bc8a93 #b38abc

Monochromatic Colors of #bc8aac

#bc8aac

Complementary Color

#bc8aac #8abc9a

#bc8aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8aac Color CSS Codes

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

#bc8aac Text Font Color

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

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


#bc8aac Background Color

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

This div background color is #bc8aac


#bc8aac Border Color

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

This div border color is #bc8aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8aac


Comments

No comments written yet.

Please login to write comment.