Color Hex Logo

#b1b3ce Color Hex

#B1B3CE
(177,179,206)
0 Favorites   0 Comments

Color spaces of #b1b3ce

RGB 177179206
HSL0.660.230.75
HSV236°14°81°
CMYK 0.140.130.00   0.19
XYZ45.392146.043564.8874
Yxy46.04350.29040.2945
Hunter Lab67.85540.6614-9.1979
CIE-Lab73.57384.7327-13.8674

#b1b3ce color RGB value is (177,179,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10110011 11001110
Octal 261 263 316
Decimal 177 179 206
Hex B1 B3 CE

RGB Percentages of Color #b1b3ce

%31.49
%31.85
%36.65

CMYK Percentages of Color #b1b3ce

%14
%13
%0
%19

Triadic Colors of #b1b3ce

#b1b3ce #ceb1b3 #b3ceb1

Analogous Colors of #b1b3ce

#b1b3ce #beb1ce #b1c2ce

Monochromatic Colors of #b1b3ce

#b1b3ce

Complementary Color

#b1b3ce #ceccb1

#b1b3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1b3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1b3ce Color CSS Codes

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

#b1b3ce Text Font Color

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

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


#b1b3ce Background Color

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

This div background color is #b1b3ce


#b1b3ce Border Color

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

This div border color is #b1b3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1b3ce


Comments

No comments written yet.

Please login to write comment.