Color Hex Logo

#b1beff Color Hex

#B1BEFF
(177,190,255)
0 Favorites   0 Comments

Color spaces of #b1beff

RGB 177190255
HSL0.641.000.85
HSV230°31°100°
CMYK 0.310.250.00   0.00
XYZ54.594953.3940102.0364
Yxy53.39400.25990.2542
Hunter Lab73.07125.4911-31.6425
CIE-Lab78.10709.9971-33.4634

#b1beff color RGB value is (177,190,255).

#b1beff hex color red value is 177, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b1beff hue: 0.64 , saturation: 1.00 and the lightness value of b1beff is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111110 11111111
Octal 261 276 377
Decimal 177 190 255
Hex B1 BE FF

RGB Percentages of Color #b1beff

%28.46
%30.55
%41.00

CMYK Percentages of Color #b1beff

%31
%25
%0
%0

Triadic Colors of #b1beff

#b1beff #ffb1be #beffb1

Analogous Colors of #b1beff

#b1beff #cbb1ff #b1e5ff

Monochromatic Colors of #b1beff

#b1beff

Complementary Color

#b1beff #fff2b1

#b1beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1beff Color CSS Codes

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

#b1beff Text Font Color

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

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


#b1beff Background Color

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

This div background color is #b1beff


#b1beff Border Color

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

This div border color is #b1beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1beff

#b1beff Color Palettes


Comments

No comments written yet.

Please login to write comment.