Color Hex Logo

#bc9eae Color Hex

#BC9EAE
(188,158,174)
0 Favorites   0 Comments

Color spaces of #bc9eae

RGB 188158174
HSL0.910.180.68
HSV328°16°74°
CMYK 0.000.160.07   0.26
XYZ40.605938.201145.2778
Yxy38.20110.32720.3079
Hunter Lab61.80709.1084-0.1690
CIE-Lab68.168613.7813-4.1630

#bc9eae color RGB value is (188,158,174).

#bc9eae hex color red value is 188, green value is 158 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bc9eae hue: 0.91 , saturation: 0.18 and the lightness value of bc9eae is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011110 10101110
Octal 274 236 256
Decimal 188 158 174
Hex BC 9E AE

RGB Percentages of Color #bc9eae

%36.15
%30.38
%33.46

CMYK Percentages of Color #bc9eae

%0
%16
%7
%26

Triadic Colors of #bc9eae

#bc9eae #aebc9e #9eaebc

Analogous Colors of #bc9eae

#bc9eae #bc9e9f #bb9ebc

Monochromatic Colors of #bc9eae

#bc9eae

Complementary Color

#bc9eae #9ebcac

#bc9eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9eae Color CSS Codes

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

#bc9eae Text Font Color

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

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


#bc9eae Background Color

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

This div background color is #bc9eae


#bc9eae Border Color

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

This div border color is #bc9eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9eae


Comments

No comments written yet.

Please login to write comment.