Color Hex Logo

#bcb5eb Color Hex

#BCB5EB
(188,181,235)
0 Favorites   0 Comments

Color spaces of #bcb5eb

RGB 188181235
HSL0.690.570.82
HSV248°23°92°
CMYK 0.200.230.00   0.08
XYZ52.258349.737385.4432
Yxy49.73730.27880.2654
Hunter Lab70.52478.8491-22.4647
CIE-Lab75.907713.4608-26.0127

#bcb5eb color RGB value is (188,181,235).

#bcb5eb hex color red value is 188, green value is 181 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bcb5eb hue: 0.69 , saturation: 0.57 and the lightness value of bcb5eb is 0.82.

The process color (four color CMYK) of #bcb5eb color hex is 0.20, 0.23, 0.00, 0.08. Web safe color of #bcb5eb is #ccccff. Color #bcb5eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 11101011
Octal 274 265 353
Decimal 188 181 235
Hex BC B5 EB

RGB Percentages of Color #bcb5eb

%31.13
%29.97
%38.91

CMYK Percentages of Color #bcb5eb

%20
%23
%0
%8

Triadic Colors of #bcb5eb

#bcb5eb #ebbcb5 #b5ebbc

Analogous Colors of #bcb5eb

#bcb5eb #d7b5eb #b5c9eb

Monochromatic Colors of #bcb5eb

#bcb5eb

Complementary Color

#bcb5eb #e4ebb5

#bcb5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb5eb Color CSS Codes

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

#bcb5eb Text Font Color

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

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


#bcb5eb Background Color

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

This div background color is #bcb5eb


#bcb5eb Border Color

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

This div border color is #bcb5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb5eb


Comments

No comments written yet.

Please login to write comment.