Color Hex Logo

#bcbec8 Color Hex

#BCBEC8
(188,190,200)
0 Favorites   0 Comments

Color spaces of #bcbec8

RGB 188190200
HSL0.640.100.76
HSV230°78°
CMYK 0.060.050.00   0.22
XYZ49.577851.688462.0074
Yxy51.68840.30360.3166
Hunter Lab71.8946-2.7239-0.8099
CIE-Lab77.09411.2202-5.2699

#bcbec8 color RGB value is (188,190,200).

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

The process color (four color CMYK) of #bcbec8 color hex is 0.06, 0.05, 0.00, 0.22. Web safe color of #bcbec8 is #cccccc. Color #bcbec8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 11001000
Octal 274 276 310
Decimal 188 190 200
Hex BC BE C8

RGB Percentages of Color #bcbec8

%32.53
%32.87
%34.60

CMYK Percentages of Color #bcbec8

%6
%5
%0
%22

Triadic Colors of #bcbec8

#bcbec8 #c8bcbe #bec8bc

Analogous Colors of #bcbec8

#bcbec8 #c0bcc8 #bcc4c8

Monochromatic Colors of #bcbec8

#bcbec8

Complementary Color

#bcbec8 #c8c6bc

#bcbec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbec8 Color CSS Codes

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

#bcbec8 Text Font Color

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

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


#bcbec8 Background Color

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

This div background color is #bcbec8


#bcbec8 Border Color

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

This div border color is #bcbec8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,190,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 #bcbec8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbec8


Comments

No comments written yet.

Please login to write comment.