Color Hex Logo

#bdb4cb Color Hex

#BDB4CB
(189,180,203)
0 Favorites   0 Comments

Color spaces of #bdb4cb

RGB 189180203
HSL0.730.180.75
HSV263°11°80°
CMYK 0.070.110.00   0.20
XYZ48.087047.773163.1866
Yxy47.77310.30230.3004
Hunter Lab69.11813.2298-5.8193
CIE-Lab74.68167.5437-10.4738

#bdb4cb color RGB value is (189,180,203).

#bdb4cb hex color red value is 189, green value is 180 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bdb4cb hue: 0.73 , saturation: 0.18 and the lightness value of bdb4cb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 11001011
Octal 275 264 313
Decimal 189 180 203
Hex BD B4 CB

RGB Percentages of Color #bdb4cb

%33.04
%31.47
%35.49

CMYK Percentages of Color #bdb4cb

%7
%11
%0
%20

Triadic Colors of #bdb4cb

#bdb4cb #cbbdb4 #b4cbbd

Analogous Colors of #bdb4cb

#bdb4cb #c9b4cb #b4b7cb

Monochromatic Colors of #bdb4cb

#bdb4cb

Complementary Color

#bdb4cb #c2cbb4

#bdb4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb4cb Color CSS Codes

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

#bdb4cb Text Font Color

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

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


#bdb4cb Background Color

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

This div background color is #bdb4cb


#bdb4cb Border Color

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

This div border color is #bdb4cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,180,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 #bdb4cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb4cb

#bdb4cb Color Palettes


Comments

No comments written yet.

Please login to write comment.