Color Hex Logo

#bcb6ef Color Hex

#BCB6EF
(188,182,239)
0 Favorites   0 Comments

Color spaces of #bcb6ef

RGB 188182239
HSL0.680.640.83
HSV246°24°94°
CMYK 0.210.240.00   0.06
XYZ53.047050.379388.5896
Yxy50.37930.27630.2624
Hunter Lab70.97849.1931-24.3162
CIE-Lab76.301513.8139-27.5709

#bcb6ef color RGB value is (188,182,239).

#bcb6ef hex color red value is 188, green value is 182 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bcb6ef hue: 0.68 , saturation: 0.64 and the lightness value of bcb6ef is 0.83.

The process color (four color CMYK) of #bcb6ef color hex is 0.21, 0.24, 0.00, 0.06. Web safe color of #bcb6ef is #ccccff. Color #bcb6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110110 11101111
Octal 274 266 357
Decimal 188 182 239
Hex BC B6 EF

RGB Percentages of Color #bcb6ef

%30.87
%29.89
%39.24

CMYK Percentages of Color #bcb6ef

%21
%24
%0
%6

Triadic Colors of #bcb6ef

#bcb6ef #efbcb6 #b6efbc

Analogous Colors of #bcb6ef

#bcb6ef #d9b6ef #b6cdef

Monochromatic Colors of #bcb6ef

#bcb6ef

Complementary Color

#bcb6ef #e9efb6

#bcb6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb6ef Color CSS Codes

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

#bcb6ef Text Font Color

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

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


#bcb6ef Background Color

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

This div background color is #bcb6ef


#bcb6ef Border Color

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

This div border color is #bcb6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb6ef


Comments

No comments written yet.

Please login to write comment.