Color Hex Logo

#bcc0cc Color Hex

#BCC0CC
(188,192,204)
0 Favorites   0 Comments

Color spaces of #bcc0cc

RGB 188192204
HSL0.630.140.77
HSV225°80°
CMYK 0.080.060.00   0.20
XYZ50.487852.750364.6476
Yxy52.75030.30070.3142
Hunter Lab72.6294-3.0185-1.9336
CIE-Lab77.72730.9385-6.4984

#bcc0cc color RGB value is (188,192,204).

#bcc0cc hex color red value is 188, green value is 192 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bcc0cc hue: 0.63 , saturation: 0.14 and the lightness value of bcc0cc is 0.77.

The process color (four color CMYK) of #bcc0cc color hex is 0.08, 0.06, 0.00, 0.20. Web safe color of #bcc0cc is #cccccc. Color #bcc0cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 11001100
Octal 274 300 314
Decimal 188 192 204
Hex BC C0 CC

RGB Percentages of Color #bcc0cc

%32.19
%32.88
%34.93

CMYK Percentages of Color #bcc0cc

%8
%6
%0
%20

Triadic Colors of #bcc0cc

#bcc0cc #ccbcc0 #c0ccbc

Analogous Colors of #bcc0cc

#bcc0cc #c0bccc #bcc8cc

Monochromatic Colors of #bcc0cc

#bcc0cc

Complementary Color

#bcc0cc #ccc8bc

#bcc0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc0cc Color CSS Codes

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

#bcc0cc Text Font Color

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

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


#bcc0cc Background Color

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

This div background color is #bcc0cc


#bcc0cc Border Color

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

This div border color is #bcc0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc0cc


Comments

No comments written yet.

Please login to write comment.