Color Hex Logo

#bc969f Color Hex

#BC969F
(188,150,159)
0 Favorites   0 Comments

Color spaces of #bc969f

RGB 188150159
HSL0.960.220.66
HSV346°20°74°
CMYK 0.000.200.15   0.26
XYZ37.903435.007337.5602
Yxy35.00730.34310.3169
Hunter Lab59.167010.80803.7786
CIE-Lab65.754315.64060.6897

#bc969f color RGB value is (188,150,159).

#bc969f hex color red value is 188, green value is 150 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bc969f hue: 0.96 , saturation: 0.22 and the lightness value of bc969f is 0.66.

The process color (four color CMYK) of #bc969f color hex is 0.00, 0.20, 0.15, 0.26. Web safe color of #bc969f is #cc9999. Color #bc969f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010110 10011111
Octal 274 226 237
Decimal 188 150 159
Hex BC 96 9F

RGB Percentages of Color #bc969f

%37.83
%30.18
%31.99

CMYK Percentages of Color #bc969f

%0
%20
%15
%26

Triadic Colors of #bc969f

#bc969f #9fbc96 #969fbc

Analogous Colors of #bc969f

#bc969f #bca096 #bc96b2

Monochromatic Colors of #bc969f

#bc969f

Complementary Color

#bc969f #96bcb3

#bc969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc969f Color CSS Codes

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

#bc969f Text Font Color

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

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


#bc969f Background Color

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

This div background color is #bc969f


#bc969f Border Color

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

This div border color is #bc969f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc969f


Comments

No comments written yet.

Please login to write comment.