Color Hex Logo

#bcbcdb Color Hex

#BCBCDB
(188,188,219)
0 Favorites   0 Comments

Color spaces of #bcbcdb

RGB 188188219
HSL0.670.300.80
HSV240°14°86°
CMYK 0.140.140.00   0.14
XYZ51.508451.772374.2961
Yxy51.77230.29010.2915
Hunter Lab71.95301.8637-10.8537
CIE-Lab77.14456.1612-15.4814

#bcbcdb color RGB value is (188,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 11011011
Octal 274 274 333
Decimal 188 188 219
Hex BC BC DB

RGB Percentages of Color #bcbcdb

%31.60
%31.60
%36.81

CMYK Percentages of Color #bcbcdb

%14
%14
%0
%14

Triadic Colors of #bcbcdb

#bcbcdb #dbbcbc #bcdbbc

Analogous Colors of #bcbcdb

#bcbcdb #ccbcdb #bcccdb

Monochromatic Colors of #bcbcdb

#bcbcdb

Complementary Color

#bcbcdb #dbdbbc

#bcbcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbcdb Color CSS Codes

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

#bcbcdb Text Font Color

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

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


#bcbcdb Background Color

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

This div background color is #bcbcdb


#bcbcdb Border Color

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

This div border color is #bcbcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbcdb


Comments

No comments written yet.

Please login to write comment.