Color Hex Logo

#bca4c8 Color Hex

#BCA4C8
(188,164,200)
0 Favorites   0 Comments

Color spaces of #bca4c8

RGB 188164200
HSL0.780.250.71
HSV280°18°78°
CMYK 0.060.180.00   0.22
XYZ44.439841.412460.2947
Yxy41.41240.30410.2834
Hunter Lab64.352510.6497-10.5047
CIE-Lab70.463915.3848-15.1608

#bca4c8 color RGB value is (188,164,200).

#bca4c8 hex color red value is 188, green value is 164 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #bca4c8 hue: 0.78 , saturation: 0.25 and the lightness value of bca4c8 is 0.71.

The process color (four color CMYK) of #bca4c8 color hex is 0.06, 0.18, 0.00, 0.22. Web safe color of #bca4c8 is #cc99cc. Color #bca4c8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 11001000
Octal 274 244 310
Decimal 188 164 200
Hex BC A4 C8

RGB Percentages of Color #bca4c8

%34.06
%29.71
%36.23

CMYK Percentages of Color #bca4c8

%6
%18
%0
%22

Triadic Colors of #bca4c8

#bca4c8 #c8bca4 #a4c8bc

Analogous Colors of #bca4c8

#bca4c8 #c8a4c2 #aaa4c8

Monochromatic Colors of #bca4c8

#bca4c8

Complementary Color

#bca4c8 #b0c8a4

#bca4c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca4c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca4c8 Color CSS Codes

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

#bca4c8 Text Font Color

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

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


#bca4c8 Background Color

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

This div background color is #bca4c8


#bca4c8 Border Color

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

This div border color is #bca4c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca4c8


Comments

No comments written yet.

Please login to write comment.