Color Hex Logo

#bdbbc5 Color Hex

#BDBBC5
(189,187,197)
0 Favorites   0 Comments

Color spaces of #bdbbc5

RGB 189187197
HSL0.700.080.75
HSV252°77°
CMYK 0.040.050.00   0.23
XYZ48.834650.390759.9758
Yxy50.39070.30670.3165
Hunter Lab70.9864-1.4284-0.4031
CIE-Lab76.30842.5855-4.7939

#bdbbc5 color RGB value is (189,187,197).

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

The process color (four color CMYK) of #bdbbc5 color hex is 0.04, 0.05, 0.00, 0.23. Web safe color of #bdbbc5 is #cccccc. Color #bdbbc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11000101
Octal 275 273 305
Decimal 189 187 197
Hex BD BB C5

RGB Percentages of Color #bdbbc5

%32.98
%32.64
%34.38

CMYK Percentages of Color #bdbbc5

%4
%5
%0
%23

Triadic Colors of #bdbbc5

#bdbbc5 #c5bdbb #bbc5bd

Analogous Colors of #bdbbc5

#bdbbc5 #c2bbc5 #bbbec5

Monochromatic Colors of #bdbbc5

#bdbbc5

Complementary Color

#bdbbc5 #c3c5bb

#bdbbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbc5 Color CSS Codes

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

#bdbbc5 Text Font Color

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

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


#bdbbc5 Background Color

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

This div background color is #bdbbc5


#bdbbc5 Border Color

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

This div border color is #bdbbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbc5


Comments

No comments written yet.

Please login to write comment.