Color Hex Logo

#bbafbf Color Hex

#BBAFBF
(187,175,191)
0 Favorites   0 Comments

Color spaces of #bbafbf

RGB 187175191
HSL0.790.110.72
HSV285°75°
CMYK 0.020.080.00   0.25
XYZ45.227544.986355.5897
Yxy44.98630.31020.3085
Hunter Lab67.07182.9894-2.1898
CIE-Lab72.88297.2377-6.6020

#bbafbf color RGB value is (187,175,191).

#bbafbf hex color red value is 187, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bbafbf hue: 0.79 , saturation: 0.11 and the lightness value of bbafbf is 0.72.

The process color (four color CMYK) of #bbafbf color hex is 0.02, 0.08, 0.00, 0.25. Web safe color of #bbafbf is #cc99cc. Color #bbafbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 10111111
Octal 273 257 277
Decimal 187 175 191
Hex BB AF BF

RGB Percentages of Color #bbafbf

%33.82
%31.65
%34.54

CMYK Percentages of Color #bbafbf

%2
%8
%0
%25

Triadic Colors of #bbafbf

#bbafbf #bfbbaf #afbfbb

Analogous Colors of #bbafbf

#bbafbf #bfafbb #b3afbf

Monochromatic Colors of #bbafbf

#bbafbf

Complementary Color

#bbafbf #b3bfaf

#bbafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafbf Color CSS Codes

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

#bbafbf Text Font Color

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

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


#bbafbf Background Color

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

This div background color is #bbafbf


#bbafbf Border Color

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

This div border color is #bbafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbafbf


Comments

No comments written yet.

Please login to write comment.