Color Hex Logo

#bc9caf Color Hex

#BC9CAF
(188,156,175)
0 Favorites   0 Comments

Color spaces of #bc9caf

RGB 188156175
HSL0.900.190.67
HSV324°17°74°
CMYK 0.000.170.07   0.26
XYZ40.365437.563445.6804
Yxy37.56340.32660.3039
Hunter Lab61.289010.3057-1.2882
CIE-Lab67.697615.0664-5.4161

#bc9caf color RGB value is (188,156,175).

#bc9caf hex color red value is 188, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bc9caf hue: 0.90 , saturation: 0.19 and the lightness value of bc9caf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011100 10101111
Octal 274 234 257
Decimal 188 156 175
Hex BC 9C AF

RGB Percentages of Color #bc9caf

%36.22
%30.06
%33.72

CMYK Percentages of Color #bc9caf

%0
%17
%7
%26

Triadic Colors of #bc9caf

#bc9caf #afbc9c #9cafbc

Analogous Colors of #bc9caf

#bc9caf #bc9c9f #b99cbc

Monochromatic Colors of #bc9caf

#bc9caf

Complementary Color

#bc9caf #9cbca9

#bc9caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9caf Color CSS Codes

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

#bc9caf Text Font Color

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

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


#bc9caf Background Color

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

This div background color is #bc9caf


#bc9caf Border Color

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

This div border color is #bc9caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9caf


Comments

No comments written yet.

Please login to write comment.