Color Hex Logo

#bba4b7 Color Hex

#BBA4B7
(187,164,183)
0 Favorites   0 Comments

Color spaces of #bba4b7

RGB 187164183
HSL0.860.140.69
HSV310°12°73°
CMYK 0.000.120.02   0.27
XYZ42.316240.534650.3934
Yxy40.53460.31760.3042
Hunter Lab63.66687.2233-2.3623
CIE-Lab69.848611.7542-6.6890

#bba4b7 color RGB value is (187,164,183).

#bba4b7 hex color red value is 187, green value is 164 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #bba4b7 hue: 0.86 , saturation: 0.14 and the lightness value of bba4b7 is 0.69.

The process color (four color CMYK) of #bba4b7 color hex is 0.00, 0.12, 0.02, 0.27. Web safe color of #bba4b7 is #cc99cc. Color #bba4b7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 10110111
Octal 273 244 267
Decimal 187 164 183
Hex BB A4 B7

RGB Percentages of Color #bba4b7

%35.02
%30.71
%34.27

CMYK Percentages of Color #bba4b7

%0
%12
%2
%27

Triadic Colors of #bba4b7

#bba4b7 #b7bba4 #a4b7bb

Analogous Colors of #bba4b7

#bba4b7 #bba4ac #b4a4bb

Monochromatic Colors of #bba4b7

#bba4b7

Complementary Color

#bba4b7 #a4bba8

#bba4b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba4b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba4b7 Color CSS Codes

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

#bba4b7 Text Font Color

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

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


#bba4b7 Background Color

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

This div background color is #bba4b7


#bba4b7 Border Color

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

This div border color is #bba4b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba4b7


Comments

No comments written yet.

Please login to write comment.