Color Hex Logo

#bcaabf Color Hex

#BCAABF
(188,170,191)
0 Favorites   0 Comments

Color spaces of #bcaabf

RGB 188170191
HSL0.810.140.71
HSV291°11°75°
CMYK 0.020.110.00   0.25
XYZ44.517743.202455.2828
Yxy43.20240.31130.3021
Hunter Lab65.72855.8725-3.8575
CIE-Lab71.692110.3173-8.3603

#bcaabf color RGB value is (188,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 10111111
Octal 274 252 277
Decimal 188 170 191
Hex BC AA BF

RGB Percentages of Color #bcaabf

%34.24
%30.97
%34.79

CMYK Percentages of Color #bcaabf

%2
%11
%0
%25

Triadic Colors of #bcaabf

#bcaabf #bfbcaa #aabfbc

Analogous Colors of #bcaabf

#bcaabf #bfaab8 #b2aabf

Monochromatic Colors of #bcaabf

#bcaabf

Complementary Color

#bcaabf #adbfaa

#bcaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaabf Color CSS Codes

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

#bcaabf Text Font Color

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

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


#bcaabf Background Color

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

This div background color is #bcaabf


#bcaabf Border Color

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

This div border color is #bcaabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaabf


Comments

No comments written yet.

Please login to write comment.