Color Hex Logo

#b1bfde Color Hex

#B1BFDE
(177,191,222)
0 Favorites   0 Comments

Color spaces of #b1bfde

RGB 177191222
HSL0.610.410.78
HSV221°20°87°
CMYK 0.200.140.00   0.13
XYZ49.947151.882676.4891
Yxy51.88260.28010.2910
Hunter Lab72.0296-2.2754-12.5401
CIE-Lab77.21061.7151-17.0831

#b1bfde color RGB value is (177,191,222).

#b1bfde hex color red value is 177, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b1bfde hue: 0.61 , saturation: 0.41 and the lightness value of b1bfde is 0.78.

The process color (four color CMYK) of #b1bfde color hex is 0.20, 0.14, 0.00, 0.13. Web safe color of #b1bfde is #99cccc. Color #b1bfde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111111 11011110
Octal 261 277 336
Decimal 177 191 222
Hex B1 BF DE

RGB Percentages of Color #b1bfde

%30.00
%32.37
%37.63

CMYK Percentages of Color #b1bfde

%20
%14
%0
%13

Triadic Colors of #b1bfde

#b1bfde #deb1bf #bfdeb1

Analogous Colors of #b1bfde

#b1bfde #bab1de #b1d6de

Monochromatic Colors of #b1bfde

#b1bfde

Complementary Color

#b1bfde #ded0b1

#b1bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bfde Color CSS Codes

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

#b1bfde Text Font Color

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

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


#b1bfde Background Color

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

This div background color is #b1bfde


#b1bfde Border Color

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

This div border color is #b1bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bfde


Comments

No comments written yet.

Please login to write comment.