Color Hex Logo

#bba8ae Color Hex

#BBA8AE
(187,168,174)
0 Favorites   0 Comments

Color spaces of #bba8ae

RGB 187168174
HSL0.950.120.70
HSV341°10°73°
CMYK 0.000.100.07   0.27
XYZ42.136141.626145.8582
Yxy41.62610.32510.3211
Hunter Lab64.51833.66913.0208
CIE-Lab70.61247.9198-0.5847

#bba8ae color RGB value is (187,168,174).

#bba8ae hex color red value is 187, green value is 168 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bba8ae hue: 0.95 , saturation: 0.12 and the lightness value of bba8ae is 0.70.

The process color (four color CMYK) of #bba8ae color hex is 0.00, 0.10, 0.07, 0.27. Web safe color of #bba8ae is #cc9999. Color #bba8ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 10101110
Octal 273 250 256
Decimal 187 168 174
Hex BB A8 AE

RGB Percentages of Color #bba8ae

%35.35
%31.76
%32.89

CMYK Percentages of Color #bba8ae

%0
%10
%7
%27

Triadic Colors of #bba8ae

#bba8ae #aebba8 #a8aebb

Analogous Colors of #bba8ae

#bba8ae #bbaca8 #bba8b8

Monochromatic Colors of #bba8ae

#bba8ae

Complementary Color

#bba8ae #a8bbb5

#bba8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba8ae Color CSS Codes

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

#bba8ae Text Font Color

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

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


#bba8ae Background Color

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

This div background color is #bba8ae


#bba8ae Border Color

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

This div border color is #bba8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba8ae


Comments

No comments written yet.

Please login to write comment.