Color Hex Logo

#bdc6ce Color Hex

#BDC6CE
(189,198,206)
1 Favorites   0 Comments

Color spaces of #bdc6ce

RGB 189198206
HSL0.580.150.77
HSV208°81°
CMYK 0.080.040.00   0.19
XYZ52.320955.663266.3790
Yxy55.66320.30010.3192
Hunter Lab74.6078-5.3852-0.5252
CIE-Lab79.4218-1.5224-5.0645

#bdc6ce color RGB value is (189,198,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000110 11001110
Octal 275 306 316
Decimal 189 198 206
Hex BD C6 CE

RGB Percentages of Color #bdc6ce

%31.87
%33.39
%34.74

CMYK Percentages of Color #bdc6ce

%8
%4
%0
%19

Triadic Colors of #bdc6ce

#bdc6ce #cebdc6 #c6cebd

Analogous Colors of #bdc6ce

#bdc6ce #bdbece #bdcece

Monochromatic Colors of #bdc6ce

#bdc6ce

Complementary Color

#bdc6ce #cec5bd

#bdc6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc6ce Color CSS Codes

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

#bdc6ce Text Font Color

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

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


#bdc6ce Background Color

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

This div background color is #bdc6ce


#bdc6ce Border Color

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

This div border color is #bdc6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc6ce


Comments

No comments written yet.

Please login to write comment.