Color Hex Logo

#bcaebf Color Hex

#BCAEBF
(188,174,191)
0 Favorites   0 Comments

Color spaces of #bcaebf

RGB 188174191
HSL0.800.120.72
HSV289°75°
CMYK 0.020.090.00   0.25
XYZ45.279144.725155.5366
Yxy44.72510.31110.3073
Hunter Lab66.87683.8194-2.4225
CIE-Lab72.71058.1290-6.8482

#bcaebf color RGB value is (188,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 10111111
Octal 274 256 277
Decimal 188 174 191
Hex BC AE BF

RGB Percentages of Color #bcaebf

%34.00
%31.46
%34.54

CMYK Percentages of Color #bcaebf

%2
%9
%0
%25

Triadic Colors of #bcaebf

#bcaebf #bfbcae #aebfbc

Analogous Colors of #bcaebf

#bcaebf #bfaeba #b4aebf

Monochromatic Colors of #bcaebf

#bcaebf

Complementary Color

#bcaebf #b1bfae

#bcaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaebf Color CSS Codes

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

#bcaebf Text Font Color

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

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


#bcaebf Background Color

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

This div background color is #bcaebf


#bcaebf Border Color

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

This div border color is #bcaebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaebf


Comments

No comments written yet.

Please login to write comment.