Color Hex Logo

#bcc4dc Color Hex

#BCC4DC
(188,196,220)
0 Favorites   0 Comments

Color spaces of #bcc4dc

RGB 188196220
HSL0.630.310.80
HSV225°15°86°
CMYK 0.150.110.00   0.14
XYZ53.397255.338575.5772
Yxy55.33850.28970.3002
Hunter Lab74.3899-2.0545-8.1634
CIE-Lab79.23582.0698-12.8819

#bcc4dc color RGB value is (188,196,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 11011100
Octal 274 304 334
Decimal 188 196 220
Hex BC C4 DC

RGB Percentages of Color #bcc4dc

%31.13
%32.45
%36.42

CMYK Percentages of Color #bcc4dc

%15
%11
%0
%14

Triadic Colors of #bcc4dc

#bcc4dc #dcbcc4 #c4dcbc

Analogous Colors of #bcc4dc

#bcc4dc #c4bcdc #bcd4dc

Monochromatic Colors of #bcc4dc

#bcc4dc

Complementary Color

#bcc4dc #dcd4bc

#bcc4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc4dc Color CSS Codes

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

#bcc4dc Text Font Color

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

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


#bcc4dc Background Color

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

This div background color is #bcc4dc


#bcc4dc Border Color

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

This div border color is #bcc4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc4dc


Comments

No comments written yet.

Please login to write comment.