Color Hex Logo

#bcc5dc Color Hex

#BCC5DC
(188,197,220)
0 Favorites   0 Comments

Color spaces of #bcc5dc

RGB 188197220
HSL0.620.310.80
HSV223°15°86°
CMYK 0.150.100.00   0.14
XYZ53.623655.791275.6527
Yxy55.79120.28980.3015
Hunter Lab74.6935-2.5658-7.7659
CIE-Lab79.49481.5357-12.4943

#bcc5dc color RGB value is (188,197,220).

#bcc5dc hex color red value is 188, green value is 197 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bcc5dc hue: 0.62 , saturation: 0.31 and the lightness value of bcc5dc is 0.80.

The process color (four color CMYK) of #bcc5dc color hex is 0.15, 0.10, 0.00, 0.14. Web safe color of #bcc5dc is #cccccc. Color #bcc5dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 11011100
Octal 274 305 334
Decimal 188 197 220
Hex BC C5 DC

RGB Percentages of Color #bcc5dc

%31.07
%32.56
%36.36

CMYK Percentages of Color #bcc5dc

%15
%10
%0
%14

Triadic Colors of #bcc5dc

#bcc5dc #dcbcc5 #c5dcbc

Analogous Colors of #bcc5dc

#bcc5dc #c3bcdc #bcd5dc

Monochromatic Colors of #bcc5dc

#bcc5dc

Complementary Color

#bcc5dc #dcd3bc

#bcc5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc5dc Color CSS Codes

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

#bcc5dc Text Font Color

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

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


#bcc5dc Background Color

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

This div background color is #bcc5dc


#bcc5dc Border Color

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

This div border color is #bcc5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc5dc


Comments

No comments written yet.

Please login to write comment.