Color Hex Logo

#bbacbe Color Hex

#BBACBE
(187,172,190)
0 Favorites   0 Comments

Color spaces of #bbacbe

RGB 187172190
HSL0.810.120.71
HSV290°75°
CMYK 0.020.090.00   0.25
XYZ44.540343.787554.8195
Yxy43.78750.31120.3059
Hunter Lab66.17214.3467-2.7976
CIE-Lab72.08628.6843-7.2338

#bbacbe color RGB value is (187,172,190).

#bbacbe hex color red value is 187, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bbacbe hue: 0.81 , saturation: 0.12 and the lightness value of bbacbe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 10111110
Octal 273 254 276
Decimal 187 172 190
Hex BB AC BE

RGB Percentages of Color #bbacbe

%34.06
%31.33
%34.61

CMYK Percentages of Color #bbacbe

%2
%9
%0
%25

Triadic Colors of #bbacbe

#bbacbe #bebbac #acbebb

Analogous Colors of #bbacbe

#bbacbe #beacb8 #b2acbe

Monochromatic Colors of #bbacbe

#bbacbe

Complementary Color

#bbacbe #afbeac

#bbacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacbe Color CSS Codes

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

#bbacbe Text Font Color

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

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


#bbacbe Background Color

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

This div background color is #bbacbe


#bbacbe Border Color

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

This div border color is #bbacbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,172,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 #bbacbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacbe


Comments

No comments written yet.

Please login to write comment.