Color Hex Logo

#bdb2cd Color Hex

#BDB2CD
(189,178,205)
0 Favorites   0 Comments

Color spaces of #bdb2cd

RGB 189178205
HSL0.730.210.75
HSV264°13°80°
CMYK 0.080.130.00   0.20
XYZ47.926147.067464.3165
Yxy47.06740.30080.2954
Hunter Lab68.60574.6354-7.5592
CIE-Lab74.23299.0330-12.2359

#bdb2cd color RGB value is (189,178,205).

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

The process color (four color CMYK) of #bdb2cd color hex is 0.08, 0.13, 0.00, 0.20. Web safe color of #bdb2cd is #cc99cc. Color #bdb2cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 11001101
Octal 275 262 315
Decimal 189 178 205
Hex BD B2 CD

RGB Percentages of Color #bdb2cd

%33.04
%31.12
%35.84

CMYK Percentages of Color #bdb2cd

%8
%13
%0
%20

Triadic Colors of #bdb2cd

#bdb2cd #cdbdb2 #b2cdbd

Analogous Colors of #bdb2cd

#bdb2cd #cbb2cd #b2b5cd

Monochromatic Colors of #bdb2cd

#bdb2cd

Complementary Color

#bdb2cd #c2cdb2

#bdb2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb2cd Color CSS Codes

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

#bdb2cd Text Font Color

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

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


#bdb2cd Background Color

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

This div background color is #bdb2cd


#bdb2cd Border Color

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

This div border color is #bdb2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb2cd


Comments

No comments written yet.

Please login to write comment.