Color Hex Logo

#bbbac9 Color Hex

#BBBAC9
(187,186,201)
0 Favorites   0 Comments

Color spaces of #bbbac9

RGB 187186201
HSL0.680.120.76
HSV244°79°
CMYK 0.070.070.00   0.21
XYZ48.595049.899762.3287
Yxy49.89970.30220.3103
Hunter Lab70.6397-0.8245-2.8665
CIE-Lab76.00773.2260-7.4290

#bbbac9 color RGB value is (187,186,201).

#bbbac9 hex color red value is 187, green value is 186 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #bbbac9 hue: 0.68 , saturation: 0.12 and the lightness value of bbbac9 is 0.76.

The process color (four color CMYK) of #bbbac9 color hex is 0.07, 0.07, 0.00, 0.21. Web safe color of #bbbac9 is #cccccc. Color #bbbac9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 11001001
Octal 273 272 311
Decimal 187 186 201
Hex BB BA C9

RGB Percentages of Color #bbbac9

%32.58
%32.40
%35.02

CMYK Percentages of Color #bbbac9

%7
%7
%0
%21

Triadic Colors of #bbbac9

#bbbac9 #c9bbba #bac9bb

Analogous Colors of #bbbac9

#bbbac9 #c3bac9 #bac1c9

Monochromatic Colors of #bbbac9

#bbbac9

Complementary Color

#bbbac9 #c8c9ba

#bbbac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbac9 Color CSS Codes

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

#bbbac9 Text Font Color

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

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


#bbbac9 Background Color

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

This div background color is #bbbac9


#bbbac9 Border Color

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

This div border color is #bbbac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbac9


Comments

No comments written yet.

Please login to write comment.