Color Hex Logo

#bb999f Color Hex

#BB999F
(187,153,159)
0 Favorites   0 Comments

Color spaces of #bb999f

RGB 187153159
HSL0.970.200.67
HSV349°18°73°
CMYK 0.000.180.15   0.27
XYZ38.142835.850537.7104
Yxy35.85050.34150.3209
Hunter Lab59.87538.92944.5709
CIE-Lab66.405513.60701.6257

#bb999f color RGB value is (187,153,159).

#bb999f hex color red value is 187, green value is 153 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bb999f hue: 0.97 , saturation: 0.20 and the lightness value of bb999f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011001 10011111
Octal 273 231 237
Decimal 187 153 159
Hex BB 99 9F

RGB Percentages of Color #bb999f

%37.47
%30.66
%31.86

CMYK Percentages of Color #bb999f

%0
%18
%15
%27

Triadic Colors of #bb999f

#bb999f #9fbb99 #999fbb

Analogous Colors of #bb999f

#bb999f #bba499 #bb99b0

Monochromatic Colors of #bb999f

#bb999f

Complementary Color

#bb999f #99bbb5

#bb999f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb999f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb999f Color CSS Codes

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

#bb999f Text Font Color

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

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


#bb999f Background Color

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

This div background color is #bb999f


#bb999f Border Color

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

This div border color is #bb999f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb999f


Comments

No comments written yet.

Please login to write comment.