Color Hex Logo

#bdbdce Color Hex

#BDBDCE
(189,189,206)
0 Favorites   0 Comments

Color spaces of #bdbdce

RGB 189189206
HSL0.670.150.77
HSV240°81°
CMYK 0.080.080.00   0.19
XYZ50.324451.670265.7135
Yxy51.67020.30010.3081
Hunter Lab71.8820-0.8261-3.8847
CIE-Lab77.08323.2776-8.5278

#bdbdce color RGB value is (189,189,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 11001110
Octal 275 275 316
Decimal 189 189 206
Hex BD BD CE

RGB Percentages of Color #bdbdce

%32.36
%32.36
%35.27

CMYK Percentages of Color #bdbdce

%8
%8
%0
%19

Triadic Colors of #bdbdce

#bdbdce #cebdbd #bdcebd

Analogous Colors of #bdbdce

#bdbdce #c6bdce #bdc6ce

Monochromatic Colors of #bdbdce

#bdbdce

Complementary Color

#bdbdce #cecebd

#bdbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbdce Color CSS Codes

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

#bdbdce Text Font Color

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

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


#bdbdce Background Color

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

This div background color is #bdbdce


#bdbdce Border Color

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

This div border color is #bdbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbdce


Comments

No comments written yet.

Please login to write comment.