Color Hex Logo

#bcbedf Color Hex

#BCBEDF
(188,190,223)
0 Favorites   0 Comments

Color spaces of #bcbedf

RGB 188190223
HSL0.660.350.81
HSV237°16°87°
CMYK 0.160.150.00   0.13
XYZ52.471852.846077.2468
Yxy52.84600.28740.2895
Hunter Lab72.69531.6255-12.1155
CIE-Lab77.78405.9305-16.6796

#bcbedf color RGB value is (188,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 11011111
Octal 274 276 337
Decimal 188 190 223
Hex BC BE DF

RGB Percentages of Color #bcbedf

%31.28
%31.61
%37.10

CMYK Percentages of Color #bcbedf

%16
%15
%0
%13

Triadic Colors of #bcbedf

#bcbedf #dfbcbe #bedfbc

Analogous Colors of #bcbedf

#bcbedf #ccbcdf #bcd0df

Monochromatic Colors of #bcbedf

#bcbedf

Complementary Color

#bcbedf #dfddbc

#bcbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbedf Color CSS Codes

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

#bcbedf Text Font Color

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

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


#bcbedf Background Color

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

This div background color is #bcbedf


#bcbedf Border Color

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

This div border color is #bcbedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbedf


Comments

No comments written yet.

Please login to write comment.