Color Hex Logo

#bb999e Color Hex

#BB999E
(187,153,158)
0 Favorites   0 Comments

Color spaces of #bb999e

RGB 187153158
HSL0.980.200.67
HSV351°18°73°
CMYK 0.000.180.16   0.27
XYZ38.056335.815937.2551
Yxy35.81590.34250.3223
Hunter Lab59.84648.77694.9837
CIE-Lab66.379013.44232.1476

#bb999e color RGB value is (187,153,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011001 10011110
Octal 273 231 236
Decimal 187 153 158
Hex BB 99 9E

RGB Percentages of Color #bb999e

%37.55
%30.72
%31.73

CMYK Percentages of Color #bb999e

%0
%18
%16
%27

Triadic Colors of #bb999e

#bb999e #9ebb99 #999ebb

Analogous Colors of #bb999e

#bb999e #bba599 #bb99af

Monochromatic Colors of #bb999e

#bb999e

Complementary Color

#bb999e #99bbb6

#bb999e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb999e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb999e Color CSS Codes

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

#bb999e Text Font Color

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

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


#bb999e Background Color

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

This div background color is #bb999e


#bb999e Border Color

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

This div border color is #bb999e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,153,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb999e


Comments

No comments written yet.

Please login to write comment.