Color Hex Logo

#bdbbc6 Color Hex

#BDBBC6
(189,187,198)
0 Favorites   0 Comments

Color spaces of #bdbbc6

RGB 189187198
HSL0.700.090.75
HSV251°78°
CMYK 0.050.060.00   0.22
XYZ48.949650.436760.5814
Yxy50.43670.30600.3153
Hunter Lab71.0188-1.2520-0.8632
CIE-Lab76.33652.7785-5.2955

#bdbbc6 color RGB value is (189,187,198).

#bdbbc6 hex color red value is 189, green value is 187 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #bdbbc6 hue: 0.70 , saturation: 0.09 and the lightness value of bdbbc6 is 0.75.

The process color (four color CMYK) of #bdbbc6 color hex is 0.05, 0.06, 0.00, 0.22. Web safe color of #bdbbc6 is #cccccc. Color #bdbbc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11000110
Octal 275 273 306
Decimal 189 187 198
Hex BD BB C6

RGB Percentages of Color #bdbbc6

%32.93
%32.58
%34.49

CMYK Percentages of Color #bdbbc6

%5
%6
%0
%22

Triadic Colors of #bdbbc6

#bdbbc6 #c6bdbb #bbc6bd

Analogous Colors of #bdbbc6

#bdbbc6 #c3bbc6 #bbbfc6

Monochromatic Colors of #bdbbc6

#bdbbc6

Complementary Color

#bdbbc6 #c4c6bb

#bdbbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbc6 Color CSS Codes

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

#bdbbc6 Text Font Color

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

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


#bdbbc6 Background Color

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

This div background color is #bdbbc6


#bdbbc6 Border Color

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

This div border color is #bdbbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbc6


Comments

No comments written yet.

Please login to write comment.