Color Hex Logo

#bcbefb Color Hex

#BCBEFB
(188,190,251)
0 Favorites   0 Comments

Color spaces of #bcbefb

RGB 188190251
HSL0.660.890.86
HSV238°25°98°
CMYK 0.250.240.00   0.02
XYZ56.565154.483398.8018
Yxy54.48330.26950.2596
Hunter Lab73.81287.6178-27.6934
CIE-Lab78.742712.1980-30.2771

#bcbefb color RGB value is (188,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 11111011
Octal 274 276 373
Decimal 188 190 251
Hex BC BE FB

RGB Percentages of Color #bcbefb

%29.89
%30.21
%39.90

CMYK Percentages of Color #bcbefb

%25
%24
%0
%2

Triadic Colors of #bcbefb

#bcbefb #fbbcbe #befbbc

Analogous Colors of #bcbefb

#bcbefb #dabcfb #bcdefb

Monochromatic Colors of #bcbefb

#bcbefb

Complementary Color

#bcbefb #fbf9bc

#bcbefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbefb Color CSS Codes

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

#bcbefb Text Font Color

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

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


#bcbefb Background Color

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

This div background color is #bcbefb


#bcbefb Border Color

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

This div border color is #bcbefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbefb


Comments

No comments written yet.

Please login to write comment.