Color Hex Logo

#b1becd Color Hex

#B1BECD
(177,190,205)
0 Favorites   0 Comments

Color spaces of #b1becd

RGB 177190205
HSL0.590.220.75
HSV212°14°80°
CMYK 0.140.070.00   0.20
XYZ47.564450.581865.0140
Yxy50.58180.29150.3100
Hunter Lab71.1209-5.0839-4.4144
CIE-Lab76.4250-1.4195-9.0609

#b1becd color RGB value is (177,190,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111110 11001101
Octal 261 276 315
Decimal 177 190 205
Hex B1 BE CD

RGB Percentages of Color #b1becd

%30.94
%33.22
%35.84

CMYK Percentages of Color #b1becd

%14
%7
%0
%20

Triadic Colors of #b1becd

#b1becd #cdb1be #becdb1

Analogous Colors of #b1becd

#b1becd #b2b1cd #b1cccd

Monochromatic Colors of #b1becd

#b1becd

Complementary Color

#b1becd #cdc0b1

#b1becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1becd Color CSS Codes

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

#b1becd Text Font Color

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

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


#b1becd Background Color

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

This div background color is #b1becd


#b1becd Border Color

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

This div border color is #b1becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1becd


Comments

No comments written yet.

Please login to write comment.