Color Hex Logo

#bc93ab Color Hex

#BC93AB
(188,147,171)
0 Favorites   0 Comments

Color spaces of #bc93ab

RGB 188147171
HSL0.900.230.66
HSV325°22°74°
CMYK 0.000.220.09   0.26
XYZ38.523434.499143.1567
Yxy34.49910.33160.2969
Hunter Lab58.735914.2857-2.4486
CIE-Lab65.356819.3499-6.6424

#bc93ab color RGB value is (188,147,171).

#bc93ab hex color red value is 188, green value is 147 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bc93ab hue: 0.90 , saturation: 0.23 and the lightness value of bc93ab is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010011 10101011
Octal 274 223 253
Decimal 188 147 171
Hex BC 93 AB

RGB Percentages of Color #bc93ab

%37.15
%29.05
%33.79

CMYK Percentages of Color #bc93ab

%0
%22
%9
%26

Triadic Colors of #bc93ab

#bc93ab #abbc93 #93abbc

Analogous Colors of #bc93ab

#bc93ab #bc9397 #b993bc

Monochromatic Colors of #bc93ab

#bc93ab

Complementary Color

#bc93ab #93bca4

#bc93ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc93ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc93ab Color CSS Codes

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

#bc93ab Text Font Color

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

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


#bc93ab Background Color

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

This div background color is #bc93ab


#bc93ab Border Color

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

This div border color is #bc93ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,147,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 #bc93ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc93ab


Comments

No comments written yet.

Please login to write comment.