Color Hex Logo

#bbafbe Color Hex

#BBAFBE
(187,175,190)
0 Favorites   0 Comments

Color spaces of #bbafbe

RGB 187175190
HSL0.800.100.72
HSV288°75°
CMYK 0.020.080.00   0.25
XYZ45.117844.942455.0120
Yxy44.94240.31100.3098
Hunter Lab67.03912.8134-1.7258
CIE-Lab72.85407.0465-6.0962

#bbafbe color RGB value is (187,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 10111110
Octal 273 257 276
Decimal 187 175 190
Hex BB AF BE

RGB Percentages of Color #bbafbe

%33.88
%31.70
%34.42

CMYK Percentages of Color #bbafbe

%2
%8
%0
%25

Triadic Colors of #bbafbe

#bbafbe #bebbaf #afbebb

Analogous Colors of #bbafbe

#bbafbe #beafba #b4afbe

Monochromatic Colors of #bbafbe

#bbafbe

Complementary Color

#bbafbe #b2beaf

#bbafbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafbe Color CSS Codes

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

#bbafbe Text Font Color

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

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


#bbafbe Background Color

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

This div background color is #bbafbe


#bbafbe Border Color

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

This div border color is #bbafbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbafbe


Comments

No comments written yet.

Please login to write comment.