Color Hex Logo

#bcbaee Color Hex

#BCBAEE
(188,186,238)
0 Favorites   0 Comments

Color spaces of #bcbaee

RGB 188186238
HSL0.670.600.83
HSV242°22°93°
CMYK 0.210.220.00   0.07
XYZ53.730651.982288.0906
Yxy51.98220.27720.2682
Hunter Lab72.09876.8521-21.9718
CIE-Lab77.270211.3993-25.5495

#bcbaee color RGB value is (188,186,238).

#bcbaee hex color red value is 188, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bcbaee hue: 0.67 , saturation: 0.60 and the lightness value of bcbaee is 0.83.

The process color (four color CMYK) of #bcbaee color hex is 0.21, 0.22, 0.00, 0.07. Web safe color of #bcbaee is #ccccff. Color #bcbaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 11101110
Octal 274 272 356
Decimal 188 186 238
Hex BC BA EE

RGB Percentages of Color #bcbaee

%30.72
%30.39
%38.89

CMYK Percentages of Color #bcbaee

%21
%22
%0
%7

Triadic Colors of #bcbaee

#bcbaee #eebcba #baeebc

Analogous Colors of #bcbaee

#bcbaee #d6baee #bad2ee

Monochromatic Colors of #bcbaee

#bcbaee

Complementary Color

#bcbaee #eceeba

#bcbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbaee Color CSS Codes

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

#bcbaee Text Font Color

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

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


#bcbaee Background Color

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

This div background color is #bcbaee


#bcbaee Border Color

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

This div border color is #bcbaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbaee


Comments

No comments written yet.

Please login to write comment.