Color Hex Logo

#bdbbce Color Hex

#BDBBCE
(189,187,206)
0 Favorites   0 Comments

Color spaces of #bdbbce

RGB 189187206
HSL0.680.160.77
HSV246°81°
CMYK 0.080.090.00   0.19
XYZ49.897250.815765.5711
Yxy50.81570.30010.3056
Hunter Lab71.28510.1950-4.6379
CIE-Lab76.56724.3538-9.2953

#bdbbce color RGB value is (189,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11001110
Octal 275 273 316
Decimal 189 187 206
Hex BD BB CE

RGB Percentages of Color #bdbbce

%32.47
%32.13
%35.40

CMYK Percentages of Color #bdbbce

%8
%9
%0
%19

Triadic Colors of #bdbbce

#bdbbce #cebdbb #bbcebd

Analogous Colors of #bdbbce

#bdbbce #c7bbce #bbc3ce

Monochromatic Colors of #bdbbce

#bdbbce

Complementary Color

#bdbbce #cccebb

#bdbbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbce Color CSS Codes

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

#bdbbce Text Font Color

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

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


#bdbbce Background Color

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

This div background color is #bdbbce


#bdbbce Border Color

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

This div border color is #bdbbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbce

#bdbbce Color Palettes


Comments

No comments written yet.

Please login to write comment.