Color Hex Logo

#bcb9fb Color Hex

#BCB9FB
(188,185,251)
0 Favorites   0 Comments

Color spaces of #bcb9fb

RGB 188185251
HSL0.670.890.85
HSV243°26°98°
CMYK 0.250.260.00   0.02
XYZ55.500652.354398.4470
Yxy52.35430.26900.2538
Hunter Lab72.356310.2943-30.0198
CIE-Lab77.492214.9331-32.2010

#bcb9fb color RGB value is (188,185,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 11111011
Octal 274 271 373
Decimal 188 185 251
Hex BC B9 FB

RGB Percentages of Color #bcb9fb

%30.13
%29.65
%40.22

CMYK Percentages of Color #bcb9fb

%25
%26
%0
%2

Triadic Colors of #bcb9fb

#bcb9fb #fbbcb9 #b9fbbc

Analogous Colors of #bcb9fb

#bcb9fb #ddb9fb #b9d7fb

Monochromatic Colors of #bcb9fb

#bcb9fb

Complementary Color

#bcb9fb #f8fbb9

#bcb9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb9fb Color CSS Codes

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

#bcb9fb Text Font Color

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

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


#bcb9fb Background Color

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

This div background color is #bcb9fb


#bcb9fb Border Color

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

This div border color is #bcb9fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,185,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 #bcb9fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb9fb


Comments

No comments written yet.

Please login to write comment.