Color Hex Logo

#bdbbc3 Color Hex

#BDBBC3
(189,187,195)
0 Favorites   0 Comments

Color spaces of #bdbbc3

RGB 189187195
HSL0.710.060.75
HSV255°76°
CMYK 0.030.040.00   0.24
XYZ48.606950.299658.7767
Yxy50.29960.30830.3190
Hunter Lab70.9222-1.77800.5090
CIE-Lab76.25282.2020-3.7899

#bdbbc3 color RGB value is (189,187,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11000011
Octal 275 273 303
Decimal 189 187 195
Hex BD BB C3

RGB Percentages of Color #bdbbc3

%33.10
%32.75
%34.15

CMYK Percentages of Color #bdbbc3

%3
%4
%0
%24

Triadic Colors of #bdbbc3

#bdbbc3 #c3bdbb #bbc3bd

Analogous Colors of #bdbbc3

#bdbbc3 #c1bbc3 #bbbdc3

Monochromatic Colors of #bdbbc3

#bdbbc3

Complementary Color

#bdbbc3 #c1c3bb

#bdbbc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbc3 Color CSS Codes

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

#bdbbc3 Text Font Color

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

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


#bdbbc3 Background Color

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

This div background color is #bdbbc3


#bdbbc3 Border Color

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

This div border color is #bdbbc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbc3


Comments

No comments written yet.

Please login to write comment.