Color Hex Logo

#bb969f Color Hex

#BB969F
(187,150,159)
0 Favorites   0 Comments

Color spaces of #bb969f

RGB 187150159
HSL0.960.210.66
HSV345°20°73°
CMYK 0.000.200.15   0.27
XYZ37.657934.880737.5488
Yxy34.88070.34210.3168
Hunter Lab59.059910.46083.6468
CIE-Lab65.655715.26960.5338

#bb969f color RGB value is (187,150,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010110 10011111
Octal 273 226 237
Decimal 187 150 159
Hex BB 96 9F

RGB Percentages of Color #bb969f

%37.70
%30.24
%32.06

CMYK Percentages of Color #bb969f

%0
%20
%15
%27

Triadic Colors of #bb969f

#bb969f #9fbb96 #969fbb

Analogous Colors of #bb969f

#bb969f #bba096 #bb96b2

Monochromatic Colors of #bb969f

#bb969f

Complementary Color

#bb969f #96bbb2

#bb969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb969f Color CSS Codes

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

#bb969f Text Font Color

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

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


#bb969f Background Color

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

This div background color is #bb969f


#bb969f Border Color

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

This div border color is #bb969f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb969f


Comments

No comments written yet.

Please login to write comment.