Color Hex Logo

#bdb7cb Color Hex

#BDB7CB
(189,183,203)
0 Favorites   0 Comments

Color spaces of #bdb7cb

RGB 189183203
HSL0.720.160.76
HSV258°10°80°
CMYK 0.070.100.00   0.20
XYZ48.699248.997663.3907
Yxy48.99760.30230.3042
Hunter Lab69.99831.6890-4.6944
CIE-Lab75.44985.9159-9.3286

#bdb7cb color RGB value is (189,183,203).

#bdb7cb hex color red value is 189, green value is 183 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bdb7cb hue: 0.72 , saturation: 0.16 and the lightness value of bdb7cb is 0.76.

The process color (four color CMYK) of #bdb7cb color hex is 0.07, 0.10, 0.00, 0.20. Web safe color of #bdb7cb is #cccccc. Color #bdb7cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 11001011
Octal 275 267 313
Decimal 189 183 203
Hex BD B7 CB

RGB Percentages of Color #bdb7cb

%32.87
%31.83
%35.30

CMYK Percentages of Color #bdb7cb

%7
%10
%0
%20

Triadic Colors of #bdb7cb

#bdb7cb #cbbdb7 #b7cbbd

Analogous Colors of #bdb7cb

#bdb7cb #c7b7cb #b7bbcb

Monochromatic Colors of #bdb7cb

#bdb7cb

Complementary Color

#bdb7cb #c5cbb7

#bdb7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb7cb Color CSS Codes

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

#bdb7cb Text Font Color

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

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


#bdb7cb Background Color

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

This div background color is #bdb7cb


#bdb7cb Border Color

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

This div border color is #bdb7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb7cb


Comments

No comments written yet.

Please login to write comment.