Color Hex Logo

#b1bffb Color Hex

#B1BFFB
(177,191,251)
0 Favorites   0 Comments

Color spaces of #b1bffb

RGB 177191251
HSL0.640.900.84
HSV229°29°98°
CMYK 0.290.240.00   0.02
XYZ54.174953.573798.7522
Yxy53.57370.26230.2594
Hunter Lab73.19414.0280-28.7572
CIE-Lab78.21258.4740-31.1588

#b1bffb color RGB value is (177,191,251).

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

The process color (four color CMYK) of #b1bffb color hex is 0.29, 0.24, 0.00, 0.02. Web safe color of #b1bffb is #99ccff. Color #b1bffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111111 11111011
Octal 261 277 373
Decimal 177 191 251
Hex B1 BF FB

RGB Percentages of Color #b1bffb

%28.59
%30.86
%40.55

CMYK Percentages of Color #b1bffb

%29
%24
%0
%2

Triadic Colors of #b1bffb

#b1bffb #fbb1bf #bffbb1

Analogous Colors of #b1bffb

#b1bffb #c8b1fb #b1e4fb

Monochromatic Colors of #b1bffb

#b1bffb

Complementary Color

#b1bffb #fbedb1

#b1bffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bffb Color CSS Codes

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

#b1bffb Text Font Color

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

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


#b1bffb Background Color

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

This div background color is #b1bffb


#b1bffb Border Color

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

This div border color is #b1bffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bffb


Comments

No comments written yet.

Please login to write comment.