color codes Logo

#bcbcdf color codes

#BCBCDF
(188,188,223)
0 Favorites   0 Comments

Color spaces of #bcbcdf

RGB 188188223
HSL0.670.350.81
HSV240°16°87°
CMYK 0.160.160.00   0.13
XYZ52.041551.985577.1034
Yxy51.98550.28730.2870
Hunter Lab72.10102.6622-12.9329
CIE-Lab77.27227.0124-17.4516

#bcbcdf color RGB value is (188,188,223).

#bcbcdf hex color red value is 188, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bcbcdf hue: 0.67 , saturation: 0.35 and the lightness value of bcbcdf is 0.81.

The process color (four color CMYK) of #bcbcdf color code is 0.16, 0.16, 0.00, 0.13. Web safe color of #bcbcdf is #cccccc. Color #bcbcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 11011111
Octal 274 274 337
Decimal 188 188 223
Hex BC BC DF

RGB Percentages of Color #bcbcdf

%31.39
%31.39
%37.23

CMYK Percentages of Color #bcbcdf

%16
%16
%0
%13

Triadic Colors of #bcbcdf

#bcbcdf #dfbcbc #bcdfbc

Analogous Colors of #bcbcdf

#bcbcdf #cebcdf #bccedf

Monochromatic Colors of #bcbcdf

#bcbcdf

Complementary Color

#bcbcdf #dfdfbc

#bcbcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbcdf Color CSS Codes

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

#bcbcdf Text Font Color

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

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


#bcbcdf Background Color

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

This div background color is #bcbcdf


#bcbcdf Border Color

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

This div border color is #bcbcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbcdf

#bcbcdf Color Palettes


Comments

No comments written yet.

Please login to write comment.