Color Hex Logo

#b2c9bd Color Hex

#B2C9BD
(178,201,189)
0 Favorites   0 Comments

Color spaces of #b2c9bd

RGB 178201189
HSL0.410.180.74
HSV149°11°79°
CMYK 0.110.000.06   0.21
XYZ48.432054.912456.1906
Yxy54.91240.30360.3442
Hunter Lab74.1029-13.01656.9137
CIE-Lab78.9908-10.07993.3550

#b2c9bd color RGB value is (178,201,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001001 10111101
Octal 262 311 275
Decimal 178 201 189
Hex B2 C9 BD

RGB Percentages of Color #b2c9bd

%31.34
%35.39
%33.27

CMYK Percentages of Color #b2c9bd

%11
%0
%6
%21

Triadic Colors of #b2c9bd

#b2c9bd #bdb2c9 #c9bdb2

Analogous Colors of #b2c9bd

#b2c9bd #b2c9c9 #b3c9b2

Monochromatic Colors of #b2c9bd

#b2c9bd

Complementary Color

#b2c9bd #c9b2be

#b2c9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2c9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2c9bd Color CSS Codes

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

#b2c9bd Text Font Color

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

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


#b2c9bd Background Color

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

This div background color is #b2c9bd


#b2c9bd Border Color

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

This div border color is #b2c9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2c9bd


Comments

No comments written yet.

Please login to write comment.