Color Hex Logo

#bbafb0 Color Hex

#BBAFB0
(187,175,176)
0 Favorites   0 Comments

Color spaces of #bbafb0

RGB 187175176
HSL0.990.080.71
HSV355°73°
CMYK 0.000.060.06   0.27
XYZ43.660044.359347.3354
Yxy44.35930.32260.3277
Hunter Lab66.60280.45694.4838
CIE-Lab72.46804.46311.0220

#bbafb0 color RGB value is (187,175,176).

#bbafb0 hex color red value is 187, green value is 175 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bbafb0 hue: 0.99 , saturation: 0.08 and the lightness value of bbafb0 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 10110000
Octal 273 257 260
Decimal 187 175 176
Hex BB AF B0

RGB Percentages of Color #bbafb0

%34.76
%32.53
%32.71

CMYK Percentages of Color #bbafb0

%0
%6
%6
%27

Triadic Colors of #bbafb0

#bbafb0 #b0bbaf #afb0bb

Analogous Colors of #bbafb0

#bbafb0 #bbb4af #bbafb6

Monochromatic Colors of #bbafb0

#bbafb0

Complementary Color

#bbafb0 #afbbba

#bbafb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafb0 Color CSS Codes

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

#bbafb0 Text Font Color

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

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


#bbafb0 Background Color

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

This div background color is #bbafb0


#bbafb0 Border Color

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

This div border color is #bbafb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbafb0


Comments

No comments written yet.

Please login to write comment.