Color Hex Logo

#b1bfff Color Hex

#B1BFFF
(177,191,255)
0 Favorites   0 Comments

Color spaces of #b1bfff

RGB 177191255
HSL0.641.000.85
HSV229°31°100°
CMYK 0.310.250.00   0.00
XYZ54.812353.8287102.1088
Yxy53.82870.26010.2554
Hunter Lab73.36804.9609-31.1583
CIE-Lab78.36179.4503-33.0705

#b1bfff color RGB value is (177,191,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111111 11111111
Octal 261 277 377
Decimal 177 191 255
Hex B1 BF FF

RGB Percentages of Color #b1bfff

%28.41
%30.66
%40.93

CMYK Percentages of Color #b1bfff

%31
%25
%0
%0

Triadic Colors of #b1bfff

#b1bfff #ffb1bf #bfffb1

Analogous Colors of #b1bfff

#b1bfff #cab1ff #b1e6ff

Monochromatic Colors of #b1bfff

#b1bfff

Complementary Color

#b1bfff #fff1b1

#b1bfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bfff Color CSS Codes

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

#b1bfff Text Font Color

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

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


#b1bfff Background Color

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

This div background color is #b1bfff


#b1bfff Border Color

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

This div border color is #b1bfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bfff

Related Colors


Comments

No comments written yet.

Please login to write comment.