Color Hex Logo

#bc93ba Color Hex

#BC93BA
(188,147,186)
0 Favorites   0 Comments

Color spaces of #bc93ba

RGB 188147186
HSL0.840.230.66
HSV303°22°74°
CMYK 0.000.220.01   0.26
XYZ40.035735.104051.1200
Yxy35.10400.31710.2780
Hunter Lab59.248616.9316-9.6817
CIE-Lab65.829622.0922-14.3584

#bc93ba color RGB value is (188,147,186).

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

The process color (four color CMYK) of #bc93ba color hex is 0.00, 0.22, 0.01, 0.26. Web safe color of #bc93ba is #cc99cc. Color #bc93ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010011 10111010
Octal 274 223 272
Decimal 188 147 186
Hex BC 93 BA

RGB Percentages of Color #bc93ba

%36.08
%28.21
%35.70

CMYK Percentages of Color #bc93ba

%0
%22
%1
%26

Triadic Colors of #bc93ba

#bc93ba #babc93 #93babc

Analogous Colors of #bc93ba

#bc93ba #bc93a6 #aa93bc

Monochromatic Colors of #bc93ba

#bc93ba

Complementary Color

#bc93ba #93bc95

#bc93ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc93ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc93ba Color CSS Codes

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

#bc93ba Text Font Color

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

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


#bc93ba Background Color

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

This div background color is #bc93ba


#bc93ba Border Color

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

This div border color is #bc93ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc93ba


Comments

No comments written yet.

Please login to write comment.