Color Hex Logo

#b6c9bd Color Hex

#B6C9BD
(182,201,189)
0 Favorites   0 Comments

Color spaces of #b6c9bd

RGB 182201189
HSL0.390.150.75
HSV142°79°
CMYK 0.090.000.06   0.21
XYZ49.363455.392556.2342
Yxy55.39250.30660.3441
Hunter Lab74.4261-11.85507.3005
CIE-Lab79.2668-8.72583.7894

#b6c9bd color RGB value is (182,201,189).

#b6c9bd hex color red value is 182, green value is 201 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b6c9bd hue: 0.39 , saturation: 0.15 and the lightness value of b6c9bd is 0.75.

The process color (four color CMYK) of #b6c9bd color hex is 0.09, 0.00, 0.06, 0.21. Web safe color of #b6c9bd is #cccccc. Color #b6c9bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001001 10111101
Octal 266 311 275
Decimal 182 201 189
Hex B6 C9 BD

RGB Percentages of Color #b6c9bd

%31.82
%35.14
%33.04

CMYK Percentages of Color #b6c9bd

%9
%0
%6
%21

Triadic Colors of #b6c9bd

#b6c9bd #bdb6c9 #c9bdb6

Analogous Colors of #b6c9bd

#b6c9bd #b6c9c7 #b9c9b6

Monochromatic Colors of #b6c9bd

#b6c9bd

Complementary Color

#b6c9bd #c9b6c2

#b6c9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6c9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6c9bd Color CSS Codes

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

#b6c9bd Text Font Color

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

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


#b6c9bd Background Color

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

This div background color is #b6c9bd


#b6c9bd Border Color

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

This div border color is #b6c9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6c9bd


Comments

No comments written yet.

Please login to write comment.