Color Hex Logo

#bcbefa Color Hex

#BCBEFA
(188,190,250)
0 Favorites   0 Comments

Color spaces of #bcbefa

RGB 188190250
HSL0.660.860.86
HSV238°25°98°
CMYK 0.250.240.00   0.02
XYZ56.407854.420497.9737
Yxy54.42040.27010.2606
Hunter Lab73.77027.3908-27.1035
CIE-Lab78.706211.9650-29.7975

#bcbefa color RGB value is (188,190,250).

#bcbefa hex color red value is 188, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bcbefa hue: 0.66 , saturation: 0.86 and the lightness value of bcbefa is 0.86.

The process color (four color CMYK) of #bcbefa color hex is 0.25, 0.24, 0.00, 0.02. Web safe color of #bcbefa is #ccccff. Color #bcbefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 11111010
Octal 274 276 372
Decimal 188 190 250
Hex BC BE FA

RGB Percentages of Color #bcbefa

%29.94
%30.25
%39.81

CMYK Percentages of Color #bcbefa

%25
%24
%0
%2

Triadic Colors of #bcbefa

#bcbefa #fabcbe #befabc

Analogous Colors of #bcbefa

#bcbefa #d9bcfa #bcddfa

Monochromatic Colors of #bcbefa

#bcbefa

Complementary Color

#bcbefa #faf8bc

#bcbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbefa Color CSS Codes

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

#bcbefa Text Font Color

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

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


#bcbefa Background Color

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

This div background color is #bcbefa


#bcbefa Border Color

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

This div border color is #bcbefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbefa


Comments

No comments written yet.

Please login to write comment.