Color Hex Logo

#bca7c8 Color Hex

#BCA7C8
(188,167,200)
0 Favorites   0 Comments

Color spaces of #bca7c8

RGB 188167200
HSL0.770.230.72
HSV278°17°78°
CMYK 0.060.170.00   0.22
XYZ44.983142.498960.4758
Yxy42.49890.30400.2872
Hunter Lab65.19129.0837-9.3676
CIE-Lab71.213513.7287-14.0326

#bca7c8 color RGB value is (188,167,200).

#bca7c8 hex color red value is 188, green value is 167 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #bca7c8 hue: 0.77 , saturation: 0.23 and the lightness value of bca7c8 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 11001000
Octal 274 247 310
Decimal 188 167 200
Hex BC A7 C8

RGB Percentages of Color #bca7c8

%33.87
%30.09
%36.04

CMYK Percentages of Color #bca7c8

%6
%17
%0
%22

Triadic Colors of #bca7c8

#bca7c8 #c8bca7 #a7c8bc

Analogous Colors of #bca7c8

#bca7c8 #c8a7c4 #aca7c8

Monochromatic Colors of #bca7c8

#bca7c8

Complementary Color

#bca7c8 #b3c8a7

#bca7c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca7c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca7c8 Color CSS Codes

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

#bca7c8 Text Font Color

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

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


#bca7c8 Background Color

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

This div background color is #bca7c8


#bca7c8 Border Color

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

This div border color is #bca7c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca7c8


Comments

No comments written yet.

Please login to write comment.