Color Hex Logo

#bb969d Color Hex

#BB969D
(187,150,157)
0 Favorites   0 Comments

Color spaces of #bb969d

RGB 187150157
HSL0.970.210.66
HSV349°20°73°
CMYK 0.000.200.16   0.27
XYZ37.485734.811836.6419
Yxy34.81180.34410.3196
Hunter Lab59.001510.15454.4800
CIE-Lab65.601914.94091.5794

#bb969d color RGB value is (187,150,157).

#bb969d hex color red value is 187, green value is 150 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bb969d hue: 0.97 , saturation: 0.21 and the lightness value of bb969d is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010110 10011101
Octal 273 226 235
Decimal 187 150 157
Hex BB 96 9D

RGB Percentages of Color #bb969d

%37.85
%30.36
%31.78

CMYK Percentages of Color #bb969d

%0
%20
%16
%27

Triadic Colors of #bb969d

#bb969d #9dbb96 #969dbb

Analogous Colors of #bb969d

#bb969d #bba296 #bb96b0

Monochromatic Colors of #bb969d

#bb969d

Complementary Color

#bb969d #96bbb4

#bb969d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb969d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb969d Color CSS Codes

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

#bb969d Text Font Color

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

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


#bb969d Background Color

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

This div background color is #bb969d


#bb969d Border Color

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

This div border color is #bb969d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb969d


Comments

No comments written yet.

Please login to write comment.