Color Hex Logo

#bc899d Color Hex

#BC899D
(188,137,157)
0 Favorites   0 Comments

Color spaces of #bc899d

RGB 188137157
HSL0.930.280.64
HSV336°27°74°
CMYK 0.000.270.16   0.26
XYZ35.770531.017035.9999
Yxy31.01700.34800.3018
Hunter Lab55.692917.18460.6600
CIE-Lab62.522022.5363-2.9135

#bc899d color RGB value is (188,137,157).

#bc899d hex color red value is 188, green value is 137 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bc899d hue: 0.93 , saturation: 0.28 and the lightness value of bc899d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 10011101
Octal 274 211 235
Decimal 188 137 157
Hex BC 89 9D

RGB Percentages of Color #bc899d

%39.00
%28.42
%32.57

CMYK Percentages of Color #bc899d

%0
%27
%16
%26

Triadic Colors of #bc899d

#bc899d #9dbc89 #899dbc

Analogous Colors of #bc899d

#bc899d #bc8f89 #bc89b7

Monochromatic Colors of #bc899d

#bc899d

Complementary Color

#bc899d #89bca8

#bc899d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc899d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc899d Color CSS Codes

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

#bc899d Text Font Color

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

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


#bc899d Background Color

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

This div background color is #bc899d


#bc899d Border Color

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

This div border color is #bc899d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc899d


Comments

No comments written yet.

Please login to write comment.