Color Hex Logo

#bcaac9 Color Hex

#BCAAC9
(188,170,201)
0 Favorites   0 Comments

Color spaces of #bcaac9

RGB 188170201
HSL0.760.220.73
HSV275°15°79°
CMYK 0.060.150.00   0.21
XYZ45.656443.657961.2788
Yxy43.65790.30320.2899
Hunter Lab66.07417.7116-8.7351
CIE-Lab71.999212.2765-13.4024

#bcaac9 color RGB value is (188,170,201).

#bcaac9 hex color red value is 188, green value is 170 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #bcaac9 hue: 0.76 , saturation: 0.22 and the lightness value of bcaac9 is 0.73.

The process color (four color CMYK) of #bcaac9 color hex is 0.06, 0.15, 0.00, 0.21. Web safe color of #bcaac9 is #cc99cc. Color #bcaac9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11001001
Octal 274 252 311
Decimal 188 170 201
Hex BC AA C9

RGB Percentages of Color #bcaac9

%33.63
%30.41
%35.96

CMYK Percentages of Color #bcaac9

%6
%15
%0
%21

Triadic Colors of #bcaac9

#bcaac9 #c9bcaa #aac9bc

Analogous Colors of #bcaac9

#bcaac9 #c9aac7 #adaac9

Monochromatic Colors of #bcaac9

#bcaac9

Complementary Color

#bcaac9 #b7c9aa

#bcaac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaac9 Color CSS Codes

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

#bcaac9 Text Font Color

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

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


#bcaac9 Background Color

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

This div background color is #bcaac9


#bcaac9 Border Color

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

This div border color is #bcaac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaac9


Comments

No comments written yet.

Please login to write comment.