Color Hex Logo

#bb989d Color Hex

#BB989D
(187,152,157)
0 Favorites   0 Comments

Color spaces of #bb989d

RGB 187152157
HSL0.980.200.66
HSV351°19°73°
CMYK 0.000.190.16   0.27
XYZ37.807635.455636.7492
Yxy35.45560.34370.3223
Hunter Lab59.54469.13485.0892
CIE-Lab66.101813.83242.3057

#bb989d color RGB value is (187,152,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011000 10011101
Octal 273 230 235
Decimal 187 152 157
Hex BB 98 9D

RGB Percentages of Color #bb989d

%37.70
%30.65
%31.65

CMYK Percentages of Color #bb989d

%0
%19
%16
%27

Triadic Colors of #bb989d

#bb989d #9dbb98 #989dbb

Analogous Colors of #bb989d

#bb989d #bba598 #bb98af

Monochromatic Colors of #bb989d

#bb989d

Complementary Color

#bb989d #98bbb6

#bb989d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb989d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb989d Color CSS Codes

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

#bb989d Text Font Color

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

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


#bb989d Background Color

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

This div background color is #bb989d


#bb989d Border Color

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

This div border color is #bb989d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb989d


Comments

No comments written yet.

Please login to write comment.