Color Hex Logo

#bdc6cf Color Hex

#BDC6CF
(189,198,207)
0 Favorites   0 Comments

Color spaces of #bdc6cf

RGB 189198207
HSL0.580.160.78
HSV210°81°
CMYK 0.090.040.00   0.19
XYZ52.442855.712067.0209
Yxy55.71200.29940.3180
Hunter Lab74.6405-5.2058-0.9891
CIE-Lab79.4496-1.3245-5.5613

#bdc6cf color RGB value is (189,198,207).

#bdc6cf hex color red value is 189, green value is 198 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bdc6cf hue: 0.58 , saturation: 0.16 and the lightness value of bdc6cf is 0.78.

The process color (four color CMYK) of #bdc6cf color hex is 0.09, 0.04, 0.00, 0.19. Web safe color of #bdc6cf is #cccccc. Color #bdc6cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000110 11001111
Octal 275 306 317
Decimal 189 198 207
Hex BD C6 CF

RGB Percentages of Color #bdc6cf

%31.82
%33.33
%34.85

CMYK Percentages of Color #bdc6cf

%9
%4
%0
%19

Triadic Colors of #bdc6cf

#bdc6cf #cfbdc6 #c6cfbd

Analogous Colors of #bdc6cf

#bdc6cf #bdbdcf #bdcfcf

Monochromatic Colors of #bdc6cf

#bdc6cf

Complementary Color

#bdc6cf #cfc6bd

#bdc6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc6cf Color CSS Codes

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

#bdc6cf Text Font Color

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

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


#bdc6cf Background Color

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

This div background color is #bdc6cf


#bdc6cf Border Color

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

This div border color is #bdc6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc6cf


Comments

No comments written yet.

Please login to write comment.