Color Hex Logo

#bbabba Color Hex

#BBABBA
(187,171,186)
0 Favorites   0 Comments

Color spaces of #bbabba

RGB 187171186
HSL0.840.110.70
HSV304°73°
CMYK 0.000.090.01   0.27
XYZ43.919443.235852.4849
Yxy43.23580.31450.3096
Hunter Lab65.75394.1571-1.2976
CIE-Lab71.71478.4726-5.5829

#bbabba color RGB value is (187,171,186).

#bbabba hex color red value is 187, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bbabba hue: 0.84 , saturation: 0.11 and the lightness value of bbabba is 0.70.

The process color (four color CMYK) of #bbabba color hex is 0.00, 0.09, 0.01, 0.27. Web safe color of #bbabba is #cc99cc. Color #bbabba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 10111010
Octal 273 253 272
Decimal 187 171 186
Hex BB AB BA

RGB Percentages of Color #bbabba

%34.38
%31.43
%34.19

CMYK Percentages of Color #bbabba

%0
%9
%1
%27

Triadic Colors of #bbabba

#bbabba #babbab #abbabb

Analogous Colors of #bbabba

#bbabba #bbabb2 #b4abbb

Monochromatic Colors of #bbabba

#bbabba

Complementary Color

#bbabba #abbbac

#bbabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbabba Color CSS Codes

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

#bbabba Text Font Color

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

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


#bbabba Background Color

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

This div background color is #bbabba


#bbabba Border Color

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

This div border color is #bbabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbabba


Comments

No comments written yet.

Please login to write comment.