Color Hex Logo

#bcbcdc Color Hex

#BCBCDC
(188,188,220)
0 Favorites   0 Comments

Color spaces of #bcbcdc

RGB 188188220
HSL0.670.310.80
HSV240°15°86°
CMYK 0.150.150.00   0.14
XYZ51.640551.825174.9916
Yxy51.82510.28940.2904
Hunter Lab71.98972.0619-11.3696
CIE-Lab77.17616.3729-15.9746

#bcbcdc color RGB value is (188,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 11011100
Octal 274 274 334
Decimal 188 188 220
Hex BC BC DC

RGB Percentages of Color #bcbcdc

%31.54
%31.54
%36.91

CMYK Percentages of Color #bcbcdc

%15
%15
%0
%14

Triadic Colors of #bcbcdc

#bcbcdc #dcbcbc #bcdcbc

Analogous Colors of #bcbcdc

#bcbcdc #ccbcdc #bcccdc

Monochromatic Colors of #bcbcdc

#bcbcdc

Complementary Color

#bcbcdc #dcdcbc

#bcbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbcdc Color CSS Codes

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

#bcbcdc Text Font Color

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

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


#bcbcdc Background Color

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

This div background color is #bcbcdc


#bcbcdc Border Color

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

This div border color is #bcbcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbcdc


Comments

No comments written yet.

Please login to write comment.