Color Hex Logo

#bba3bb Color Hex

#BBA3BB
(187,163,187)
0 Favorites   0 Comments

Color spaces of #bba3bb

RGB 187163187
HSL0.830.150.69
HSV300°13°73°
CMYK 0.000.130.00   0.27
XYZ42.560440.347052.5583
Yxy40.34700.31420.2978
Hunter Lab63.51938.4432-4.5953
CIE-Lab69.716013.0590-9.1021

#bba3bb color RGB value is (187,163,187).

#bba3bb hex color red value is 187, green value is 163 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bba3bb hue: 0.83 , saturation: 0.15 and the lightness value of bba3bb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 10111011
Octal 273 243 273
Decimal 187 163 187
Hex BB A3 BB

RGB Percentages of Color #bba3bb

%34.82
%30.35
%34.82

CMYK Percentages of Color #bba3bb

%0
%13
%0
%27

Triadic Colors of #bba3bb

#bba3bb #bbbba3 #a3bbbb

Analogous Colors of #bba3bb

#bba3bb #bba3af #afa3bb

Monochromatic Colors of #bba3bb

#bba3bb

Complementary Color

#bba3bb #a3bba3

#bba3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba3bb Color CSS Codes

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

#bba3bb Text Font Color

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

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


#bba3bb Background Color

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

This div background color is #bba3bb


#bba3bb Border Color

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

This div border color is #bba3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba3bb


Comments

No comments written yet.

Please login to write comment.