Color Hex Logo

#bca6cb Color Hex

#BCA6CB
(188,166,203)
0 Favorites   0 Comments

Color spaces of #bca6cb

RGB 188166203
HSL0.770.260.72
HSV276°18°80°
CMYK 0.070.180.00   0.20
XYZ45.154742.275662.2800
Yxy42.27560.30160.2824
Hunter Lab65.019710.1797-11.2780
CIE-Lab71.060514.8831-15.9153

#bca6cb color RGB value is (188,166,203).

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

The process color (four color CMYK) of #bca6cb color hex is 0.07, 0.18, 0.00, 0.20. Web safe color of #bca6cb is #cc99cc. Color #bca6cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 11001011
Octal 274 246 313
Decimal 188 166 203
Hex BC A6 CB

RGB Percentages of Color #bca6cb

%33.75
%29.80
%36.45

CMYK Percentages of Color #bca6cb

%7
%18
%0
%20

Triadic Colors of #bca6cb

#bca6cb #cbbca6 #a6cbbc

Analogous Colors of #bca6cb

#bca6cb #cba6c8 #aaa6cb

Monochromatic Colors of #bca6cb

#bca6cb

Complementary Color

#bca6cb #b5cba6

#bca6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca6cb Color CSS Codes

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

#bca6cb Text Font Color

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

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


#bca6cb Background Color

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

This div background color is #bca6cb


#bca6cb Border Color

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

This div border color is #bca6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca6cb


Comments

No comments written yet.

Please login to write comment.