Color Hex Logo

#b1c9bd Color Hex

#B1C9BD
(177,201,189)
0 Favorites   0 Comments

Color spaces of #b1c9bd

RGB 177201189
HSL0.420.180.74
HSV150°12°79°
CMYK 0.120.000.06   0.21
XYZ48.203454.794556.1799
Yxy54.79450.30280.3442
Hunter Lab74.0233-13.30306.8182
CIE-Lab78.9228-10.41593.2479

#b1c9bd color RGB value is (177,201,189).

#b1c9bd hex color red value is 177, green value is 201 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b1c9bd hue: 0.42 , saturation: 0.18 and the lightness value of b1c9bd is 0.74.

The process color (four color CMYK) of #b1c9bd color hex is 0.12, 0.00, 0.06, 0.21. Web safe color of #b1c9bd is #99cccc. Color #b1c9bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001001 10111101
Octal 261 311 275
Decimal 177 201 189
Hex B1 C9 BD

RGB Percentages of Color #b1c9bd

%31.22
%35.45
%33.33

CMYK Percentages of Color #b1c9bd

%12
%0
%6
%21

Triadic Colors of #b1c9bd

#b1c9bd #bdb1c9 #c9bdb1

Analogous Colors of #b1c9bd

#b1c9bd #b1c9c9 #b1c9b1

Monochromatic Colors of #b1c9bd

#b1c9bd

Complementary Color

#b1c9bd #c9b1bd

#b1c9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1c9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1c9bd Color CSS Codes

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

#b1c9bd Text Font Color

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

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


#b1c9bd Background Color

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

This div background color is #b1c9bd


#b1c9bd Border Color

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

This div border color is #b1c9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1c9bd


Comments

No comments written yet.

Please login to write comment.