Color Hex Logo

#bb9897 Color Hex

#BB9897
(187,152,151)
0 Favorites   0 Comments

Color spaces of #bb9897

RGB 187152151
HSL0.000.210.66
HSV19°73°
CMYK 0.000.190.19   0.27
XYZ37.307735.255634.1168
Yxy35.25560.34970.3305
Hunter Lab59.37648.24737.4964
CIE-Lab65.947212.87125.4467

#bb9897 color RGB value is (187,152,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011000 10010111
Octal 273 230 227
Decimal 187 152 151
Hex BB 98 97

RGB Percentages of Color #bb9897

%38.16
%31.02
%30.82

CMYK Percentages of Color #bb9897

%0
%19
%19
%27

Triadic Colors of #bb9897

#bb9897 #97bb98 #9897bb

Analogous Colors of #bb9897

#bb9897 #bbaa97 #bb97a8

Monochromatic Colors of #bb9897

#bb9897

Complementary Color

#bb9897 #97babb

#bb9897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9897 Color CSS Codes

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

#bb9897 Text Font Color

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

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


#bb9897 Background Color

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

This div background color is #bb9897


#bb9897 Border Color

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

This div border color is #bb9897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9897


Comments

No comments written yet.

Please login to write comment.