Color Hex Logo

#b1bfeb Color Hex

#B1BFEB
(177,191,235)
0 Favorites   0 Comments

Color spaces of #b1bfeb

RGB 177191235
HSL0.630.590.81
HSV226°25°92°
CMYK 0.250.190.00   0.08
XYZ51.757752.606986.0235
Yxy52.60690.27190.2763
Hunter Lab72.53060.4487-19.5483
CIE-Lab77.64234.6719-23.4387

#b1bfeb color RGB value is (177,191,235).

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

The process color (four color CMYK) of #b1bfeb color hex is 0.25, 0.19, 0.00, 0.08. Web safe color of #b1bfeb is #99ccff. Color #b1bfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111111 11101011
Octal 261 277 353
Decimal 177 191 235
Hex B1 BF EB

RGB Percentages of Color #b1bfeb

%29.35
%31.67
%38.97

CMYK Percentages of Color #b1bfeb

%25
%19
%0
%8

Triadic Colors of #b1bfeb

#b1bfeb #ebb1bf #bfebb1

Analogous Colors of #b1bfeb

#b1bfeb #c0b1eb #b1dceb

Monochromatic Colors of #b1bfeb

#b1bfeb

Complementary Color

#b1bfeb #ebddb1

#b1bfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bfeb Color CSS Codes

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

#b1bfeb Text Font Color

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

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


#b1bfeb Background Color

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

This div background color is #b1bfeb


#b1bfeb Border Color

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

This div border color is #b1bfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bfeb


Comments

No comments written yet.

Please login to write comment.