Color Hex Logo

#bcabc8 Color Hex

#BCABC8
(188,171,200)
0 Favorites   0 Comments

Color spaces of #bcabc8

RGB 188171200
HSL0.760.210.73
HSV275°15°78°
CMYK 0.060.150.00   0.22
XYZ45.727343.987360.7239
Yxy43.98730.30400.2924
Hunter Lab66.32297.0043-7.8587
CIE-Lab72.220011.5275-12.5218

#bcabc8 color RGB value is (188,171,200).

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

The process color (four color CMYK) of #bcabc8 color hex is 0.06, 0.15, 0.00, 0.22. Web safe color of #bcabc8 is #cc99cc. Color #bcabc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 11001000
Octal 274 253 310
Decimal 188 171 200
Hex BC AB C8

RGB Percentages of Color #bcabc8

%33.63
%30.59
%35.78

CMYK Percentages of Color #bcabc8

%6
%15
%0
%22

Triadic Colors of #bcabc8

#bcabc8 #c8bcab #abc8bc

Analogous Colors of #bcabc8

#bcabc8 #c8abc6 #aeabc8

Monochromatic Colors of #bcabc8

#bcabc8

Complementary Color

#bcabc8 #b7c8ab

#bcabc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabc8 Color CSS Codes

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

#bcabc8 Text Font Color

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

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


#bcabc8 Background Color

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

This div background color is #bcabc8


#bcabc8 Border Color

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

This div border color is #bcabc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabc8


Comments

No comments written yet.

Please login to write comment.