Color Hex Logo

#bdc6cc Color Hex

#BDC6CC
(189,198,204)
0 Favorites   0 Comments

Color spaces of #bdc6cc

RGB 189198204
HSL0.570.130.77
HSV204°80°
CMYK 0.070.030.00   0.20
XYZ52.079455.566665.1073
Yxy55.56660.30150.3217
Hunter Lab74.5430-5.74140.3951
CIE-Lab79.3665-1.9158-4.0698

#bdc6cc color RGB value is (189,198,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000110 11001100
Octal 275 306 314
Decimal 189 198 204
Hex BD C6 CC

RGB Percentages of Color #bdc6cc

%31.98
%33.50
%34.52

CMYK Percentages of Color #bdc6cc

%7
%3
%0
%20

Triadic Colors of #bdc6cc

#bdc6cc #ccbdc6 #c6ccbd

Analogous Colors of #bdc6cc

#bdc6cc #bdbfcc #bdcccb

Monochromatic Colors of #bdc6cc

#bdc6cc

Complementary Color

#bdc6cc #ccc3bd

#bdc6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc6cc Color CSS Codes

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

#bdc6cc Text Font Color

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

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


#bdc6cc Background Color

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

This div background color is #bdc6cc


#bdc6cc Border Color

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

This div border color is #bdc6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc6cc


Comments

No comments written yet.

Please login to write comment.