Color Hex Logo

#bbafb2 Color Hex

#BBAFB2
(187,175,178)
0 Favorites   0 Comments

Color spaces of #bbafb2

RGB 187175178
HSL0.960.080.71
HSV345°73°
CMYK 0.000.060.05   0.27
XYZ43.859444.439148.3854
Yxy44.43910.32090.3251
Hunter Lab66.66270.78103.6297
CIE-Lab72.52104.82100.0013

#bbafb2 color RGB value is (187,175,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 10110010
Octal 273 257 262
Decimal 187 175 178
Hex BB AF B2

RGB Percentages of Color #bbafb2

%34.63
%32.41
%32.96

CMYK Percentages of Color #bbafb2

%0
%6
%5
%27

Triadic Colors of #bbafb2

#bbafb2 #b2bbaf #afb2bb

Analogous Colors of #bbafb2

#bbafb2 #bbb2af #bbafb8

Monochromatic Colors of #bbafb2

#bbafb2

Complementary Color

#bbafb2 #afbbb8

#bbafb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafb2 Color CSS Codes

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

#bbafb2 Text Font Color

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

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


#bbafb2 Background Color

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

This div background color is #bbafb2


#bbafb2 Border Color

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

This div border color is #bbafb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbafb2


Comments

No comments written yet.

Please login to write comment.