Color Hex Logo

#bdc2cc Color Hex

#BDC2CC
(189,194,204)
0 Favorites   0 Comments

Color spaces of #bdc2cc

RGB 189194204
HSL0.610.130.77
HSV220°80°
CMYK 0.070.050.00   0.20
XYZ51.177153.762064.8065
Yxy53.76200.30150.3167
Hunter Lab73.3226-3.7265-1.0779
CIE-Lab78.32280.2066-5.6095

#bdc2cc color RGB value is (189,194,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 11001100
Octal 275 302 314
Decimal 189 194 204
Hex BD C2 CC

RGB Percentages of Color #bdc2cc

%32.20
%33.05
%34.75

CMYK Percentages of Color #bdc2cc

%7
%5
%0
%20

Triadic Colors of #bdc2cc

#bdc2cc #ccbdc2 #c2ccbd

Analogous Colors of #bdc2cc

#bdc2cc #c0bdcc #bdcacc

Monochromatic Colors of #bdc2cc

#bdc2cc

Complementary Color

#bdc2cc #ccc7bd

#bdc2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc2cc Color CSS Codes

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

#bdc2cc Text Font Color

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

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


#bdc2cc Background Color

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

This div background color is #bdc2cc


#bdc2cc Border Color

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

This div border color is #bdc2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc2cc

#bdc2cc Color Palettes


Comments

No comments written yet.

Please login to write comment.