Color Hex Logo

#bcabc4 Color Hex

#BCABC4
(188,171,196)
0 Favorites   0 Comments

Color spaces of #bcabc4

RGB 188171196
HSL0.780.170.72
HSV281°13°77°
CMYK 0.040.130.00   0.23
XYZ45.265843.802758.2936
Yxy43.80270.30720.2972
Hunter Lab66.18366.2625-5.8933
CIE-Lab72.096410.7377-10.5087

#bcabc4 color RGB value is (188,171,196).

#bcabc4 hex color red value is 188, green value is 171 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #bcabc4 hue: 0.78 , saturation: 0.17 and the lightness value of bcabc4 is 0.72.

The process color (four color CMYK) of #bcabc4 color hex is 0.04, 0.13, 0.00, 0.23. Web safe color of #bcabc4 is #cc99cc. Color #bcabc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 11000100
Octal 274 253 304
Decimal 188 171 196
Hex BC AB C4

RGB Percentages of Color #bcabc4

%33.87
%30.81
%35.32

CMYK Percentages of Color #bcabc4

%4
%13
%0
%23

Triadic Colors of #bcabc4

#bcabc4 #c4bcab #abc4bc

Analogous Colors of #bcabc4

#bcabc4 #c4abc0 #b0abc4

Monochromatic Colors of #bcabc4

#bcabc4

Complementary Color

#bcabc4 #b3c4ab

#bcabc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabc4 Color CSS Codes

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

#bcabc4 Text Font Color

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

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


#bcabc4 Background Color

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

This div background color is #bcabc4


#bcabc4 Border Color

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

This div border color is #bcabc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabc4


Comments

No comments written yet.

Please login to write comment.