Color Hex Logo

#bdc1cc Color Hex

#BDC1CC
(189,193,204)
2 Favorites   0 Comments

Color spaces of #bdc1cc

RGB 189193204
HSL0.620.130.77
HSV224°80°
CMYK 0.070.050.00   0.20
XYZ50.955353.318464.7326
Yxy53.31840.30150.3155
Hunter Lab73.0194-3.2210-1.4477
CIE-Lab78.06260.7394-5.9940

#bdc1cc color RGB value is (189,193,204).

#bdc1cc hex color red value is 189, green value is 193 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bdc1cc hue: 0.62 , saturation: 0.13 and the lightness value of bdc1cc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 11001100
Octal 275 301 314
Decimal 189 193 204
Hex BD C1 CC

RGB Percentages of Color #bdc1cc

%32.25
%32.94
%34.81

CMYK Percentages of Color #bdc1cc

%7
%5
%0
%20

Triadic Colors of #bdc1cc

#bdc1cc #ccbdc1 #c1ccbd

Analogous Colors of #bdc1cc

#bdc1cc #c1bdcc #bdc9cc

Monochromatic Colors of #bdc1cc

#bdc1cc

Complementary Color

#bdc1cc #ccc8bd

#bdc1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc1cc Color CSS Codes

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

#bdc1cc Text Font Color

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

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


#bdc1cc Background Color

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

This div background color is #bdc1cc


#bdc1cc Border Color

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

This div border color is #bdc1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc1cc

#bdc1cc Color Palettes


Comments

No comments written yet.

Please login to write comment.