Color Hex Logo

#bca5bc Color Hex

#BCA5BC
(188,165,188)
0 Favorites   0 Comments

Color spaces of #bca5bc

RGB 188165188
HSL0.830.150.69
HSV300°12°74°
CMYK 0.000.120.00   0.26
XYZ43.271341.232553.2550
Yxy41.23250.31410.2993
Hunter Lab64.21257.9150-4.2237
CIE-Lab70.338512.4937-8.7189

#bca5bc color RGB value is (188,165,188).

#bca5bc hex color red value is 188, green value is 165 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bca5bc hue: 0.83 , saturation: 0.15 and the lightness value of bca5bc is 0.69.

The process color (four color CMYK) of #bca5bc color hex is 0.00, 0.12, 0.00, 0.26. Web safe color of #bca5bc is #cc99cc. Color #bca5bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 10111100
Octal 274 245 274
Decimal 188 165 188
Hex BC A5 BC

RGB Percentages of Color #bca5bc

%34.75
%30.50
%34.75

CMYK Percentages of Color #bca5bc

%0
%12
%0
%26

Triadic Colors of #bca5bc

#bca5bc #bcbca5 #a5bcbc

Analogous Colors of #bca5bc

#bca5bc #bca5b1 #b1a5bc

Monochromatic Colors of #bca5bc

#bca5bc

Complementary Color

#bca5bc #a5bca5

#bca5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca5bc Color CSS Codes

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

#bca5bc Text Font Color

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

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


#bca5bc Background Color

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

This div background color is #bca5bc


#bca5bc Border Color

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

This div border color is #bca5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca5bc


Comments

No comments written yet.

Please login to write comment.