Color Hex Logo

#bbaabf Color Hex

#BBAABF
(187,170,191)
0 Favorites   0 Comments

Color spaces of #bbaabf

RGB 187170191
HSL0.800.140.71
HSV289°11°75°
CMYK 0.020.110.00   0.25
XYZ44.272243.075855.2713
Yxy43.07580.31040.3020
Hunter Lab65.63225.5510-3.9878
CIE-Lab71.60649.9718-8.4971

#bbaabf color RGB value is (187,170,191).

#bbaabf hex color red value is 187, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bbaabf hue: 0.80 , saturation: 0.14 and the lightness value of bbaabf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 10111111
Octal 273 252 277
Decimal 187 170 191
Hex BB AA BF

RGB Percentages of Color #bbaabf

%34.12
%31.02
%34.85

CMYK Percentages of Color #bbaabf

%2
%11
%0
%25

Triadic Colors of #bbaabf

#bbaabf #bfbbaa #aabfbb

Analogous Colors of #bbaabf

#bbaabf #bfaab9 #b1aabf

Monochromatic Colors of #bbaabf

#bbaabf

Complementary Color

#bbaabf #aebfaa

#bbaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaabf Color CSS Codes

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

#bbaabf Text Font Color

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

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


#bbaabf Background Color

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

This div background color is #bbaabf


#bbaabf Border Color

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

This div border color is #bbaabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaabf


Comments

No comments written yet.

Please login to write comment.