Color Hex Logo

#bdbbc1 Color Hex

#BDBBC1
(189,187,193)
0 Favorites   0 Comments

Color spaces of #bdbbc1

RGB 189187193
HSL0.720.050.75
HSV260°76°
CMYK 0.020.030.00   0.24
XYZ48.382250.209757.5935
Yxy50.20970.30980.3215
Hunter Lab70.8588-2.12361.4107
CIE-Lab76.19781.8219-2.7846

#bdbbc1 color RGB value is (189,187,193).

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

The process color (four color CMYK) of #bdbbc1 color hex is 0.02, 0.03, 0.00, 0.24. Web safe color of #bdbbc1 is #cccccc. Color #bdbbc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11000001
Octal 275 273 301
Decimal 189 187 193
Hex BD BB C1

RGB Percentages of Color #bdbbc1

%33.22
%32.86
%33.92

CMYK Percentages of Color #bdbbc1

%2
%3
%0
%24

Triadic Colors of #bdbbc1

#bdbbc1 #c1bdbb #bbc1bd

Analogous Colors of #bdbbc1

#bdbbc1 #c0bbc1 #bbbcc1

Monochromatic Colors of #bdbbc1

#bdbbc1

Complementary Color

#bdbbc1 #bfc1bb

#bdbbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbc1 Color CSS Codes

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

#bdbbc1 Text Font Color

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

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


#bdbbc1 Background Color

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

This div background color is #bdbbc1


#bdbbc1 Border Color

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

This div border color is #bdbbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbc1


Comments

No comments written yet.

Please login to write comment.