Color Hex Logo

#bdc5cc Color Hex

#BDC5CC
(189,197,204)
0 Favorites   0 Comments

Color spaces of #bdc5cc

RGB 189197204
HSL0.580.130.77
HSV208°80°
CMYK 0.070.030.00   0.20
XYZ51.851655.111065.0313
Yxy55.11100.30150.3204
Hunter Lab74.2368-5.23880.0278
CIE-Lab79.1052-1.3866-4.4548

#bdc5cc color RGB value is (189,197,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 11001100
Octal 275 305 314
Decimal 189 197 204
Hex BD C5 CC

RGB Percentages of Color #bdc5cc

%32.03
%33.39
%34.58

CMYK Percentages of Color #bdc5cc

%7
%3
%0
%20

Triadic Colors of #bdc5cc

#bdc5cc #ccbdc5 #c5ccbd

Analogous Colors of #bdc5cc

#bdc5cc #bdbecc #bdcccc

Monochromatic Colors of #bdc5cc

#bdc5cc

Complementary Color

#bdc5cc #ccc4bd

#bdc5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc5cc Color CSS Codes

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

#bdc5cc Text Font Color

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

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


#bdc5cc Background Color

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

This div background color is #bdc5cc


#bdc5cc Border Color

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

This div border color is #bdc5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc5cc


Comments

No comments written yet.

Please login to write comment.