Color Hex Logo

#bcaecb Color Hex

#BCAECB
(188,174,203)
0 Favorites   0 Comments

Color spaces of #bcaecb

RGB 188174203
HSL0.750.220.74
HSV269°14°80°
CMYK 0.070.140.00   0.20
XYZ46.654645.275362.7800
Yxy45.27530.30160.2926
Hunter Lab67.28696.0141-8.2179
CIE-Lab73.072810.4823-12.8890

#bcaecb color RGB value is (188,174,203).

#bcaecb hex color red value is 188, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bcaecb hue: 0.75 , saturation: 0.22 and the lightness value of bcaecb is 0.74.

The process color (four color CMYK) of #bcaecb color hex is 0.07, 0.14, 0.00, 0.20. Web safe color of #bcaecb is #cc99cc. Color #bcaecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 11001011
Octal 274 256 313
Decimal 188 174 203
Hex BC AE CB

RGB Percentages of Color #bcaecb

%33.27
%30.80
%35.93

CMYK Percentages of Color #bcaecb

%7
%14
%0
%20

Triadic Colors of #bcaecb

#bcaecb #cbbcae #aecbbc

Analogous Colors of #bcaecb

#bcaecb #cbaecb #aeafcb

Monochromatic Colors of #bcaecb

#bcaecb

Complementary Color

#bcaecb #bdcbae

#bcaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaecb Color CSS Codes

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

#bcaecb Text Font Color

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

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


#bcaecb Background Color

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

This div background color is #bcaecb


#bcaecb Border Color

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

This div border color is #bcaecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaecb


Comments

No comments written yet.

Please login to write comment.