Color Hex Logo

#b1baeb Color Hex

#B1BAEB
(177,186,235)
0 Favorites   0 Comments

Color spaces of #b1baeb

RGB 177186235
HSL0.640.590.81
HSV231°25°92°
CMYK 0.250.210.00   0.08
XYZ50.685850.463185.6662
Yxy50.46310.27130.2701
Hunter Lab71.03743.0459-21.7735
CIE-Lab76.35267.3926-25.4059

#b1baeb color RGB value is (177,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111010 11101011
Octal 261 272 353
Decimal 177 186 235
Hex B1 BA EB

RGB Percentages of Color #b1baeb

%29.60
%31.10
%39.30

CMYK Percentages of Color #b1baeb

%25
%21
%0
%8

Triadic Colors of #b1baeb

#b1baeb #ebb1ba #baebb1

Analogous Colors of #b1baeb

#b1baeb #c5b1eb #b1d7eb

Monochromatic Colors of #b1baeb

#b1baeb

Complementary Color

#b1baeb #ebe2b1

#b1baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1baeb Color CSS Codes

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

#b1baeb Text Font Color

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

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


#b1baeb Background Color

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

This div background color is #b1baeb


#b1baeb Border Color

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

This div border color is #b1baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1baeb


Comments

No comments written yet.

Please login to write comment.