Color Hex Logo

#bcb5ea Color Hex

#BCB5EA
(188,181,234)
0 Favorites   0 Comments

Color spaces of #bcb5ea

RGB 188181234
HSL0.690.560.81
HSV248°23°92°
CMYK 0.200.230.00   0.08
XYZ52.114249.679684.6843
Yxy49.67960.27950.2664
Hunter Lab70.48388.6326-21.8967
CIE-Lab75.872213.2372-25.5262

#bcb5ea color RGB value is (188,181,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 11101010
Octal 274 265 352
Decimal 188 181 234
Hex BC B5 EA

RGB Percentages of Color #bcb5ea

%31.18
%30.02
%38.81

CMYK Percentages of Color #bcb5ea

%20
%23
%0
%8

Triadic Colors of #bcb5ea

#bcb5ea #eabcb5 #b5eabc

Analogous Colors of #bcb5ea

#bcb5ea #d7b5ea #b5c9ea

Monochromatic Colors of #bcb5ea

#bcb5ea

Complementary Color

#bcb5ea #e3eab5

#bcb5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb5ea Color CSS Codes

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

#bcb5ea Text Font Color

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

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


#bcb5ea Background Color

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

This div background color is #bcb5ea


#bcb5ea Border Color

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

This div border color is #bcb5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb5ea


Comments

No comments written yet.

Please login to write comment.