Color Hex Logo

#b1bfce Color Hex

#B1BFCE
(177,191,206)
0 Favorites   0 Comments

Color spaces of #b1bfce

RGB 177191206
HSL0.590.230.75
HSV211°14°81°
CMYK 0.140.070.00   0.19
XYZ47.902851.064965.7243
Yxy51.06490.29090.3101
Hunter Lab71.4597-5.3976-4.5095
CIE-Lab76.7183-1.7446-9.1662

#b1bfce color RGB value is (177,191,206).

#b1bfce hex color red value is 177, green value is 191 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b1bfce hue: 0.59 , saturation: 0.23 and the lightness value of b1bfce is 0.75.

The process color (four color CMYK) of #b1bfce color hex is 0.14, 0.07, 0.00, 0.19. Web safe color of #b1bfce is #99cccc. Color #b1bfce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111111 11001110
Octal 261 277 316
Decimal 177 191 206
Hex B1 BF CE

RGB Percentages of Color #b1bfce

%30.84
%33.28
%35.89

CMYK Percentages of Color #b1bfce

%14
%7
%0
%19

Triadic Colors of #b1bfce

#b1bfce #ceb1bf #bfceb1

Analogous Colors of #b1bfce

#b1bfce #b2b1ce #b1cece

Monochromatic Colors of #b1bfce

#b1bfce

Complementary Color

#b1bfce #cec0b1

#b1bfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bfce Color CSS Codes

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

#b1bfce Text Font Color

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

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


#b1bfce Background Color

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

This div background color is #b1bfce


#b1bfce Border Color

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

This div border color is #b1bfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bfce


Comments

No comments written yet.

Please login to write comment.