Color Hex Logo

#bdbcc9 Color Hex

#BDBCC9
(189,188,201)
0 Favorites   0 Comments

Color spaces of #bdbcc9

RGB 189188201
HSL0.680.110.76
HSV245°79°
CMYK 0.060.060.00   0.21
XYZ49.512151.002362.4932
Yxy51.00230.30370.3129
Hunter Lab71.4159-1.2251-1.8912
CIE-Lab76.68042.8257-6.4151

#bdbcc9 color RGB value is (189,188,201).

#bdbcc9 hex color red value is 189, green value is 188 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #bdbcc9 hue: 0.68 , saturation: 0.11 and the lightness value of bdbcc9 is 0.76.

The process color (four color CMYK) of #bdbcc9 color hex is 0.06, 0.06, 0.00, 0.21. Web safe color of #bdbcc9 is #cccccc. Color #bdbcc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 11001001
Octal 275 274 311
Decimal 189 188 201
Hex BD BC C9

RGB Percentages of Color #bdbcc9

%32.70
%32.53
%34.78

CMYK Percentages of Color #bdbcc9

%6
%6
%0
%21

Triadic Colors of #bdbcc9

#bdbcc9 #c9bdbc #bcc9bd

Analogous Colors of #bdbcc9

#bdbcc9 #c4bcc9 #bcc2c9

Monochromatic Colors of #bdbcc9

#bdbcc9

Complementary Color

#bdbcc9 #c8c9bc

#bdbcc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbcc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbcc9 Color CSS Codes

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

#bdbcc9 Text Font Color

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

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


#bdbcc9 Background Color

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

This div background color is #bdbcc9


#bdbcc9 Border Color

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

This div border color is #bdbcc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbcc9


Comments

No comments written yet.

Please login to write comment.