Color Hex Logo

#bba0bd Color Hex

#BBA0BD
(187,160,189)
0 Favorites   0 Comments

Color spaces of #bba0bd

RGB 187160189
HSL0.820.180.68
HSV296°15°74°
CMYK 0.010.150.00   0.26
XYZ42.249639.380553.5185
Yxy39.38050.31260.2914
Hunter Lab62.753910.3574-6.6367
CIE-Lab69.026015.0996-11.2413

#bba0bd color RGB value is (187,160,189).

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

The process color (four color CMYK) of #bba0bd color hex is 0.01, 0.15, 0.00, 0.26. Web safe color of #bba0bd is #cc99cc. Color #bba0bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 10111101
Octal 273 240 275
Decimal 187 160 189
Hex BB A0 BD

RGB Percentages of Color #bba0bd

%34.89
%29.85
%35.26

CMYK Percentages of Color #bba0bd

%1
%15
%0
%26

Triadic Colors of #bba0bd

#bba0bd #bdbba0 #a0bdbb

Analogous Colors of #bba0bd

#bba0bd #bda0b1 #ada0bd

Monochromatic Colors of #bba0bd

#bba0bd

Complementary Color

#bba0bd #a2bda0

#bba0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba0bd Color CSS Codes

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

#bba0bd Text Font Color

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

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


#bba0bd Background Color

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

This div background color is #bba0bd


#bba0bd Border Color

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

This div border color is #bba0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba0bd


Comments

No comments written yet.

Please login to write comment.