Color Hex Logo

#bdc2ce Color Hex

#BDC2CE
(189,194,206)
0 Favorites   0 Comments

Color spaces of #bdc2ce

RGB 189194206
HSL0.620.150.77
HSV222°81°
CMYK 0.080.060.00   0.19
XYZ51.418653.858666.0782
Yxy53.85860.30010.3143
Hunter Lab73.3884-3.3661-2.0122
CIE-Lab78.37920.6021-6.6055

#bdc2ce color RGB value is (189,194,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 11001110
Octal 275 302 316
Decimal 189 194 206
Hex BD C2 CE

RGB Percentages of Color #bdc2ce

%32.09
%32.94
%34.97

CMYK Percentages of Color #bdc2ce

%8
%6
%0
%19

Triadic Colors of #bdc2ce

#bdc2ce #cebdc2 #c2cebd

Analogous Colors of #bdc2ce

#bdc2ce #c1bdce #bdcbce

Monochromatic Colors of #bdc2ce

#bdc2ce

Complementary Color

#bdc2ce #cec9bd

#bdc2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc2ce Color CSS Codes

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

#bdc2ce Text Font Color

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

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


#bdc2ce Background Color

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

This div background color is #bdc2ce


#bdc2ce Border Color

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

This div border color is #bdc2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc2ce


Comments

No comments written yet.

Please login to write comment.