Color Hex Logo

#bc9eaf Color Hex

#BC9EAF
(188,158,175)
0 Favorites   0 Comments

Color spaces of #bc9eaf

RGB 188158175
HSL0.910.180.68
HSV326°16°74°
CMYK 0.000.160.07   0.26
XYZ40.703838.240245.7932
Yxy38.24020.32630.3066
Hunter Lab61.83879.2756-0.6188
CIE-Lab68.197313.9599-4.6778

#bc9eaf color RGB value is (188,158,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011110 10101111
Octal 274 236 257
Decimal 188 158 175
Hex BC 9E AF

RGB Percentages of Color #bc9eaf

%36.08
%30.33
%33.59

CMYK Percentages of Color #bc9eaf

%0
%16
%7
%26

Triadic Colors of #bc9eaf

#bc9eaf #afbc9e #9eafbc

Analogous Colors of #bc9eaf

#bc9eaf #bc9ea0 #ba9ebc

Monochromatic Colors of #bc9eaf

#bc9eaf

Complementary Color

#bc9eaf #9ebcab

#bc9eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9eaf Color CSS Codes

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

#bc9eaf Text Font Color

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

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


#bc9eaf Background Color

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

This div background color is #bc9eaf


#bc9eaf Border Color

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

This div border color is #bc9eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9eaf


Comments

No comments written yet.

Please login to write comment.