Color Hex Logo

#b1bbeb Color Hex

#B1BBEB
(177,187,235)
0 Favorites   0 Comments

Color spaces of #b1bbeb

RGB 177187235
HSL0.640.590.81
HSV230°25°92°
CMYK 0.250.200.00   0.08
XYZ50.897250.885985.7367
Yxy50.88590.27140.2714
Hunter Lab71.33442.5250-21.3266
CIE-Lab76.60986.8469-25.0131

#b1bbeb color RGB value is (177,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111011 11101011
Octal 261 273 353
Decimal 177 187 235
Hex B1 BB EB

RGB Percentages of Color #b1bbeb

%29.55
%31.22
%39.23

CMYK Percentages of Color #b1bbeb

%25
%20
%0
%8

Triadic Colors of #b1bbeb

#b1bbeb #ebb1bb #bbebb1

Analogous Colors of #b1bbeb

#b1bbeb #c4b1eb #b1d8eb

Monochromatic Colors of #b1bbeb

#b1bbeb

Complementary Color

#b1bbeb #ebe1b1

#b1bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bbeb Color CSS Codes

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

#b1bbeb Text Font Color

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

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


#b1bbeb Background Color

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

This div background color is #b1bbeb


#b1bbeb Border Color

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

This div border color is #b1bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bbeb


Comments

No comments written yet.

Please login to write comment.