Color Hex Logo

#bba0ba Color Hex

#BBA0BA
(187,160,186)
0 Favorites   0 Comments

Color spaces of #bba0ba

RGB 187160186
HSL0.840.170.68
HSV302°14°73°
CMYK 0.000.140.01   0.27
XYZ41.927239.251651.8209
Yxy39.25160.31520.2951
Hunter Lab62.65119.8159-5.1851
CIE-Lab68.933114.5268-9.7146

#bba0ba color RGB value is (187,160,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 10111010
Octal 273 240 272
Decimal 187 160 186
Hex BB A0 BA

RGB Percentages of Color #bba0ba

%35.08
%30.02
%34.90

CMYK Percentages of Color #bba0ba

%0
%14
%1
%27

Triadic Colors of #bba0ba

#bba0ba #babba0 #a0babb

Analogous Colors of #bba0ba

#bba0ba #bba0ad #afa0bb

Monochromatic Colors of #bba0ba

#bba0ba

Complementary Color

#bba0ba #a0bba1

#bba0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba0ba Color CSS Codes

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

#bba0ba Text Font Color

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

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


#bba0ba Background Color

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

This div background color is #bba0ba


#bba0ba Border Color

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

This div border color is #bba0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba0ba


Comments

No comments written yet.

Please login to write comment.