Color Hex Logo

#bdc3cc Color Hex

#BDC3CC
(189,195,204)
0 Favorites   0 Comments

Color spaces of #bdc3cc

RGB 189195204
HSL0.600.130.77
HSV216°80°
CMYK 0.070.040.00   0.20
XYZ51.400554.208764.8810
Yxy54.20870.30150.3180
Hunter Lab73.6266-4.2313-0.7088
CIE-Lab78.5833-0.3253-5.2248

#bdc3cc color RGB value is (189,195,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 11001100
Octal 275 303 314
Decimal 189 195 204
Hex BD C3 CC

RGB Percentages of Color #bdc3cc

%32.14
%33.16
%34.69

CMYK Percentages of Color #bdc3cc

%7
%4
%0
%20

Triadic Colors of #bdc3cc

#bdc3cc #ccbdc3 #c3ccbd

Analogous Colors of #bdc3cc

#bdc3cc #bfbdcc #bdcbcc

Monochromatic Colors of #bdc3cc

#bdc3cc

Complementary Color

#bdc3cc #ccc6bd

#bdc3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc3cc Color CSS Codes

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

#bdc3cc Text Font Color

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

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


#bdc3cc Background Color

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

This div background color is #bdc3cc


#bdc3cc Border Color

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

This div border color is #bdc3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc3cc


Comments

No comments written yet.

Please login to write comment.