Color Hex Logo

#bcaecc Color Hex

#BCAECC
(188,174,204)
0 Favorites   0 Comments

Color spaces of #bcaecc

RGB 188174204
HSL0.740.230.74
HSV268°15°80°
CMYK 0.080.150.00   0.20
XYZ46.774245.323163.4097
Yxy45.32310.30080.2915
Hunter Lab67.32246.2038-8.7184
CIE-Lab73.104110.6840-13.3896

#bcaecc color RGB value is (188,174,204).

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

The process color (four color CMYK) of #bcaecc color hex is 0.08, 0.15, 0.00, 0.20. Web safe color of #bcaecc is #cc99cc. Color #bcaecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 11001100
Octal 274 256 314
Decimal 188 174 204
Hex BC AE CC

RGB Percentages of Color #bcaecc

%33.22
%30.74
%36.04

CMYK Percentages of Color #bcaecc

%8
%15
%0
%20

Triadic Colors of #bcaecc

#bcaecc #ccbcae #aeccbc

Analogous Colors of #bcaecc

#bcaecc #cbaecc #aeafcc

Monochromatic Colors of #bcaecc

#bcaecc

Complementary Color

#bcaecc #beccae

#bcaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaecc Color CSS Codes

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

#bcaecc Text Font Color

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

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


#bcaecc Background Color

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

This div background color is #bcaecc


#bcaecc Border Color

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

This div border color is #bcaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaecc

#bcaecc Color Palettes


Comments

No comments written yet.

Please login to write comment.