Color Hex Logo

#bcabd6 Color Hex

#BCABD6
(188,171,214)
0 Favorites   0 Comments

Color spaces of #bcabd6

RGB 188171214
HSL0.730.340.75
HSV264°20°84°
CMYK 0.120.200.00   0.16
XYZ47.439544.672269.7406
Yxy44.67220.29310.2760
Hunter Lab66.83739.7298-15.0794
CIE-Lab72.675514.3942-19.5117

#bcabd6 color RGB value is (188,171,214).

#bcabd6 hex color red value is 188, green value is 171 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #bcabd6 hue: 0.73 , saturation: 0.34 and the lightness value of bcabd6 is 0.75.

The process color (four color CMYK) of #bcabd6 color hex is 0.12, 0.20, 0.00, 0.16. Web safe color of #bcabd6 is #cc99cc. Color #bcabd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 11010110
Octal 274 253 326
Decimal 188 171 214
Hex BC AB D6

RGB Percentages of Color #bcabd6

%32.81
%29.84
%37.35

CMYK Percentages of Color #bcabd6

%12
%20
%0
%16

Triadic Colors of #bcabd6

#bcabd6 #d6bcab #abd6bc

Analogous Colors of #bcabd6

#bcabd6 #d2abd6 #abb0d6

Monochromatic Colors of #bcabd6

#bcabd6

Complementary Color

#bcabd6 #c5d6ab

#bcabd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabd6 Color CSS Codes

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

#bcabd6 Text Font Color

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

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


#bcabd6 Background Color

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

This div background color is #bcabd6


#bcabd6 Border Color

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

This div border color is #bcabd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabd6


Comments

No comments written yet.

Please login to write comment.