Color Hex Logo

#bcaec0 Color Hex

#BCAEC0
(188,174,192)
0 Favorites   0 Comments

Color spaces of #bcaec0

RGB 188174192
HSL0.800.130.72
HSV287°75°
CMYK 0.020.090.00   0.25
XYZ45.389544.769256.1182
Yxy44.76920.31030.3061
Hunter Lab66.90983.9967-2.8905
CIE-Lab72.73978.3205-7.3539

#bcaec0 color RGB value is (188,174,192).

#bcaec0 hex color red value is 188, green value is 174 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #bcaec0 hue: 0.80 , saturation: 0.13 and the lightness value of bcaec0 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 11000000
Octal 274 256 300
Decimal 188 174 192
Hex BC AE C0

RGB Percentages of Color #bcaec0

%33.94
%31.41
%34.66

CMYK Percentages of Color #bcaec0

%2
%9
%0
%25

Triadic Colors of #bcaec0

#bcaec0 #c0bcae #aec0bc

Analogous Colors of #bcaec0

#bcaec0 #c0aebb #b3aec0

Monochromatic Colors of #bcaec0

#bcaec0

Complementary Color

#bcaec0 #b2c0ae

#bcaec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaec0 Color CSS Codes

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

#bcaec0 Text Font Color

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

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


#bcaec0 Background Color

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

This div background color is #bcaec0


#bcaec0 Border Color

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

This div border color is #bcaec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaec0


Comments

No comments written yet.

Please login to write comment.