Color Hex Logo

#bca2bf Color Hex

#BCA2BF
(188,162,191)
0 Favorites   0 Comments

Color spaces of #bca2bf

RGB 188162191
HSL0.820.180.69
HSV294°15°75°
CMYK 0.020.150.00   0.25
XYZ43.063340.293654.7980
Yxy40.29360.31170.2917
Hunter Lab63.477210.0102-6.7492
CIE-Lab69.678114.7228-11.3649

#bca2bf color RGB value is (188,162,191).

#bca2bf hex color red value is 188, green value is 162 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bca2bf hue: 0.82 , saturation: 0.18 and the lightness value of bca2bf is 0.69.

The process color (four color CMYK) of #bca2bf color hex is 0.02, 0.15, 0.00, 0.25. Web safe color of #bca2bf is #cc99cc. Color #bca2bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 10111111
Octal 274 242 277
Decimal 188 162 191
Hex BC A2 BF

RGB Percentages of Color #bca2bf

%34.75
%29.94
%35.30

CMYK Percentages of Color #bca2bf

%2
%15
%0
%25

Triadic Colors of #bca2bf

#bca2bf #bfbca2 #a2bfbc

Analogous Colors of #bca2bf

#bca2bf #bfa2b4 #aea2bf

Monochromatic Colors of #bca2bf

#bca2bf

Complementary Color

#bca2bf #a5bfa2

#bca2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca2bf Color CSS Codes

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

#bca2bf Text Font Color

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

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


#bca2bf Background Color

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

This div background color is #bca2bf


#bca2bf Border Color

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

This div border color is #bca2bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca2bf


Comments

No comments written yet.

Please login to write comment.