Color Hex Logo

#bdc8ce Color Hex

#BDC8CE
(189,200,206)
0 Favorites   0 Comments

Color spaces of #bdc8ce

RGB 189200206
HSL0.560.150.77
HSV201°81°
CMYK 0.080.030.00   0.19
XYZ52.781156.583666.5324
Yxy56.58360.30010.3217
Hunter Lab75.2221-6.39050.2146
CIE-Lab79.9448-2.5790-4.2932

#bdc8ce color RGB value is (189,200,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001000 11001110
Octal 275 310 316
Decimal 189 200 206
Hex BD C8 CE

RGB Percentages of Color #bdc8ce

%31.76
%33.61
%34.62

CMYK Percentages of Color #bdc8ce

%8
%3
%0
%19

Triadic Colors of #bdc8ce

#bdc8ce #cebdc8 #c8cebd

Analogous Colors of #bdc8ce

#bdc8ce #bdc0ce #bdcecc

Monochromatic Colors of #bdc8ce

#bdc8ce

Complementary Color

#bdc8ce #cec3bd

#bdc8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc8ce Color CSS Codes

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

#bdc8ce Text Font Color

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

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


#bdc8ce Background Color

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

This div background color is #bdc8ce


#bdc8ce Border Color

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

This div border color is #bdc8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc8ce

#bdc8ce Color Palettes


Comments

No comments written yet.

Please login to write comment.