Color Hex Logo

#bcbfec Color Hex

#BCBFEC
(188,191,236)
0 Favorites   0 Comments

Color spaces of #bcbfec

RGB 188191236
HSL0.660.560.83
HSV236°20°93°
CMYK 0.200.190.00   0.07
XYZ54.510254.009186.9087
Yxy54.00910.27890.2764
Hunter Lab73.49093.7893-18.6714
CIE-Lab78.46708.2304-22.6488

#bcbfec color RGB value is (188,191,236).

#bcbfec hex color red value is 188, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bcbfec hue: 0.66 , saturation: 0.56 and the lightness value of bcbfec is 0.83.

The process color (four color CMYK) of #bcbfec color hex is 0.20, 0.19, 0.00, 0.07. Web safe color of #bcbfec is #ccccff. Color #bcbfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 11101100
Octal 274 277 354
Decimal 188 191 236
Hex BC BF EC

RGB Percentages of Color #bcbfec

%30.57
%31.06
%38.37

CMYK Percentages of Color #bcbfec

%20
%19
%0
%7

Triadic Colors of #bcbfec

#bcbfec #ecbcbf #bfecbc

Analogous Colors of #bcbfec

#bcbfec #d1bcec #bcd7ec

Monochromatic Colors of #bcbfec

#bcbfec

Complementary Color

#bcbfec #ece9bc

#bcbfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfec Color CSS Codes

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

#bcbfec Text Font Color

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

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


#bcbfec Background Color

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

This div background color is #bcbfec


#bcbfec Border Color

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

This div border color is #bcbfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfec


Comments

No comments written yet.

Please login to write comment.