Color Hex Logo

#bc918e Color Hex

#BC918E
(188,145,142)
0 Favorites   0 Comments

Color spaces of #bc918e

RGB 188145142
HSL0.010.260.65
HSV24°74°
CMYK 0.000.230.24   0.26
XYZ35.746932.895230.0565
Yxy32.89520.36220.3333
Hunter Lab57.354310.88269.0772
CIE-Lab64.076015.75877.8385

#bc918e color RGB value is (188,145,142).

#bc918e hex color red value is 188, green value is 145 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bc918e hue: 0.01 , saturation: 0.26 and the lightness value of bc918e is 0.65.

The process color (four color CMYK) of #bc918e color hex is 0.00, 0.23, 0.24, 0.26. Web safe color of #bc918e is #cc9999. Color #bc918e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010001 10001110
Octal 274 221 216
Decimal 188 145 142
Hex BC 91 8E

RGB Percentages of Color #bc918e

%39.58
%30.53
%29.89

CMYK Percentages of Color #bc918e

%0
%23
%24
%26

Triadic Colors of #bc918e

#bc918e #8ebc91 #918ebc

Analogous Colors of #bc918e

#bc918e #bca88e #bc8ea2

Monochromatic Colors of #bc918e

#bc918e

Complementary Color

#bc918e #8eb9bc

#bc918e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc918e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc918e Color CSS Codes

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

#bc918e Text Font Color

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

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


#bc918e Background Color

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

This div background color is #bc918e


#bc918e Border Color

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

This div border color is #bc918e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc918e


Comments

No comments written yet.

Please login to write comment.