Color Hex Logo

#b2969c Color Hex

#B2969C
(178,150,156)
0 Favorites   0 Comments

Color spaces of #b2969c

RGB 178150156
HSL0.960.150.64
HSV347°16°70°
CMYK 0.000.160.12   0.30
XYZ35.267233.678036.0942
Yxy33.67800.33580.3206
Hunter Lab58.03276.91933.7468
CIE-Lab64.706211.42050.7317

#b2969c color RGB value is (178,150,156).

#b2969c hex color red value is 178, green value is 150 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #b2969c hue: 0.96 , saturation: 0.15 and the lightness value of b2969c is 0.64.

The process color (four color CMYK) of #b2969c color hex is 0.00, 0.16, 0.12, 0.30. Web safe color of #b2969c is #999999. Color #b2969c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010110 10011100
Octal 262 226 234
Decimal 178 150 156
Hex B2 96 9C

RGB Percentages of Color #b2969c

%36.78
%30.99
%32.23

CMYK Percentages of Color #b2969c

%0
%16
%12
%30

Triadic Colors of #b2969c

#b2969c #9cb296 #969cb2

Analogous Colors of #b2969c

#b2969c #b29e96 #b296aa

Monochromatic Colors of #b2969c

#b2969c

Complementary Color

#b2969c #96b2ac

#b2969c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2969c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2969c Color CSS Codes

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

#b2969c Text Font Color

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

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


#b2969c Background Color

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

This div background color is #b2969c


#b2969c Border Color

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

This div border color is #b2969c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2969c


Comments

No comments written yet.

Please login to write comment.