Color Hex Logo

#bcb9fd Color Hex

#BCB9FD
(188,185,253)
0 Favorites   0 Comments

Color spaces of #bcb9fd

RGB 188185253
HSL0.670.940.86
HSV243°27°99°
CMYK 0.260.270.00   0.01
XYZ55.817652.4811100.1165
Yxy52.48110.26780.2518
Hunter Lab72.443810.7566-31.2274
CIE-Lab77.567615.4021-33.1581

#bcb9fd color RGB value is (188,185,253).

#bcb9fd hex color red value is 188, green value is 185 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bcb9fd hue: 0.67 , saturation: 0.94 and the lightness value of bcb9fd is 0.86.

The process color (four color CMYK) of #bcb9fd color hex is 0.26, 0.27, 0.00, 0.01. Web safe color of #bcb9fd is #ccccff. Color #bcb9fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 11111101
Octal 274 271 375
Decimal 188 185 253
Hex BC B9 FD

RGB Percentages of Color #bcb9fd

%30.03
%29.55
%40.42

CMYK Percentages of Color #bcb9fd

%26
%27
%0
%1

Triadic Colors of #bcb9fd

#bcb9fd #fdbcb9 #b9fdbc

Analogous Colors of #bcb9fd

#bcb9fd #deb9fd #b9d8fd

Monochromatic Colors of #bcb9fd

#bcb9fd

Complementary Color

#bcb9fd #fafdb9

#bcb9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb9fd Color CSS Codes

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

#bcb9fd Text Font Color

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

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


#bcb9fd Background Color

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

This div background color is #bcb9fd


#bcb9fd Border Color

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

This div border color is #bcb9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb9fd


Comments

No comments written yet.

Please login to write comment.