Color Hex Logo

#bba0be Color Hex

#BBA0BE
(187,160,190)
0 Favorites   0 Comments

Color spaces of #bba0be

RGB 187160190
HSL0.820.190.69
HSV294°16°75°
CMYK 0.020.160.00   0.25
XYZ42.358639.424154.0923
Yxy39.42410.31170.2901
Hunter Lab62.788610.5400-7.1262
CIE-Lab69.057415.2923-11.7494

#bba0be color RGB value is (187,160,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 10111110
Octal 273 240 276
Decimal 187 160 190
Hex BB A0 BE

RGB Percentages of Color #bba0be

%34.82
%29.80
%35.38

CMYK Percentages of Color #bba0be

%2
%16
%0
%25

Triadic Colors of #bba0be

#bba0be #bebba0 #a0bebb

Analogous Colors of #bba0be

#bba0be #bea0b2 #aca0be

Monochromatic Colors of #bba0be

#bba0be

Complementary Color

#bba0be #a3bea0

#bba0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba0be Color CSS Codes

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

#bba0be Text Font Color

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

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


#bba0be Background Color

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

This div background color is #bba0be


#bba0be Border Color

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

This div border color is #bba0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba0be


Comments

No comments written yet.

Please login to write comment.