Color Hex Logo

#bcb7eb Color Hex

#BCB7EB
(188,183,235)
0 Favorites   0 Comments

Color spaces of #bcb7eb

RGB 188183235
HSL0.680.570.82
HSV246°22°92°
CMYK 0.200.220.00   0.08
XYZ52.667950.556585.5797
Yxy50.55650.27900.2678
Hunter Lab71.10317.7891-21.5893
CIE-Lab76.409612.3650-25.2456

#bcb7eb color RGB value is (188,183,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 11101011
Octal 274 267 353
Decimal 188 183 235
Hex BC B7 EB

RGB Percentages of Color #bcb7eb

%31.02
%30.20
%38.78

CMYK Percentages of Color #bcb7eb

%20
%22
%0
%8

Triadic Colors of #bcb7eb

#bcb7eb #ebbcb7 #b7ebbc

Analogous Colors of #bcb7eb

#bcb7eb #d6b7eb #b7cceb

Monochromatic Colors of #bcb7eb

#bcb7eb

Complementary Color

#bcb7eb #e6ebb7

#bcb7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb7eb Color CSS Codes

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

#bcb7eb Text Font Color

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

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


#bcb7eb Background Color

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

This div background color is #bcb7eb


#bcb7eb Border Color

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

This div border color is #bcb7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb7eb


Comments

No comments written yet.

Please login to write comment.