Color Hex Logo

#bcabc6 Color Hex

#BCABC6
(188,171,198)
0 Favorites   0 Comments

Color spaces of #bcabc6

RGB 188171198
HSL0.770.190.72
HSV278°14°78°
CMYK 0.050.140.00   0.22
XYZ45.495043.894459.5007
Yxy43.89440.30560.2948
Hunter Lab66.25286.6312-6.8705
CIE-Lab72.157911.1308-11.5161

#bcabc6 color RGB value is (188,171,198).

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

The process color (four color CMYK) of #bcabc6 color hex is 0.05, 0.14, 0.00, 0.22. Web safe color of #bcabc6 is #cc99cc. Color #bcabc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 11000110
Octal 274 253 306
Decimal 188 171 198
Hex BC AB C6

RGB Percentages of Color #bcabc6

%33.75
%30.70
%35.55

CMYK Percentages of Color #bcabc6

%5
%14
%0
%22

Triadic Colors of #bcabc6

#bcabc6 #c6bcab #abc6bc

Analogous Colors of #bcabc6

#bcabc6 #c6abc3 #afabc6

Monochromatic Colors of #bcabc6

#bcabc6

Complementary Color

#bcabc6 #b5c6ab

#bcabc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabc6 Color CSS Codes

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

#bcabc6 Text Font Color

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

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


#bcabc6 Background Color

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

This div background color is #bcabc6


#bcabc6 Border Color

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

This div border color is #bcabc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabc6


Comments

No comments written yet.

Please login to write comment.