Color Hex Logo

#b1bdee Color Hex

#B1BDEE
(177,189,238)
0 Favorites   0 Comments

Color spaces of #b1bdee

RGB 177189238
HSL0.630.640.81
HSV228°26°93°
CMYK 0.260.210.00   0.07
XYZ51.761751.915488.1815
Yxy51.91540.26980.2706
Hunter Lab72.05232.1411-22.1256
CIE-Lab77.23026.4587-25.6825

#b1bdee color RGB value is (177,189,238).

#b1bdee hex color red value is 177, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b1bdee hue: 0.63 , saturation: 0.64 and the lightness value of b1bdee is 0.81.

The process color (four color CMYK) of #b1bdee color hex is 0.26, 0.21, 0.00, 0.07. Web safe color of #b1bdee is #99ccff. Color #b1bdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111101 11101110
Octal 261 275 356
Decimal 177 189 238
Hex B1 BD EE

RGB Percentages of Color #b1bdee

%29.30
%31.29
%39.40

CMYK Percentages of Color #b1bdee

%26
%21
%0
%7

Triadic Colors of #b1bdee

#b1bdee #eeb1bd #bdeeb1

Analogous Colors of #b1bdee

#b1bdee #c4b1ee #b1dcee

Monochromatic Colors of #b1bdee

#b1bdee

Complementary Color

#b1bdee #eee2b1

#b1bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bdee Color CSS Codes

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

#b1bdee Text Font Color

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

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


#b1bdee Background Color

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

This div background color is #b1bdee


#b1bdee Border Color

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

This div border color is #b1bdee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,189,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1bdee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1bdee;
  -webkit-box-shadow: 1px 1px 3px 2px #b1bdee;
  box-shadow:         1px 1px 3px 2px #b1bdee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,189,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bdee


Comments

No comments written yet.

Please login to write comment.