Color Hex Logo

#bcb2eb Color Hex

#BCB2EB
(188,178,235)
0 Favorites   0 Comments

Color spaces of #bcb2eb

RGB 188178235
HSL0.700.590.81
HSV251°24°92°
CMYK 0.200.240.00   0.08
XYZ51.654848.530385.2420
Yxy48.53030.27860.2617
Hunter Lab69.663710.4442-23.7839
CIE-Lab75.158215.1087-27.1601

#bcb2eb color RGB value is (188,178,235).

#bcb2eb hex color red value is 188, green value is 178 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bcb2eb hue: 0.70 , saturation: 0.59 and the lightness value of bcb2eb is 0.81.

The process color (four color CMYK) of #bcb2eb color hex is 0.20, 0.24, 0.00, 0.08. Web safe color of #bcb2eb is #cc99ff. Color #bcb2eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 11101011
Octal 274 262 353
Decimal 188 178 235
Hex BC B2 EB

RGB Percentages of Color #bcb2eb

%31.28
%29.62
%39.10

CMYK Percentages of Color #bcb2eb

%20
%24
%0
%8

Triadic Colors of #bcb2eb

#bcb2eb #ebbcb2 #b2ebbc

Analogous Colors of #bcb2eb

#bcb2eb #d9b2eb #b2c5eb

Monochromatic Colors of #bcb2eb

#bcb2eb

Complementary Color

#bcb2eb #e1ebb2

#bcb2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb2eb Color CSS Codes

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

#bcb2eb Text Font Color

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

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


#bcb2eb Background Color

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

This div background color is #bcb2eb


#bcb2eb Border Color

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

This div border color is #bcb2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb2eb


Comments

No comments written yet.

Please login to write comment.