Color Hex Logo

#bdc1eb Color Hex

#BDC1EB
(189,193,235)
0 Favorites   0 Comments

Color spaces of #bdc1eb

RGB 189193235
HSL0.650.530.83
HSV235°20°92°
CMYK 0.200.180.00   0.08
XYZ55.051654.956986.3035
Yxy54.95690.28040.2799
Hunter Lab74.13292.8227-17.1307
CIE-Lab79.01647.2331-21.2699

#bdc1eb color RGB value is (189,193,235).

#bdc1eb hex color red value is 189, green value is 193 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bdc1eb hue: 0.65 , saturation: 0.53 and the lightness value of bdc1eb is 0.83.

The process color (four color CMYK) of #bdc1eb color hex is 0.20, 0.18, 0.00, 0.08. Web safe color of #bdc1eb is #ccccff. Color #bdc1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 11101011
Octal 275 301 353
Decimal 189 193 235
Hex BD C1 EB

RGB Percentages of Color #bdc1eb

%30.63
%31.28
%38.09

CMYK Percentages of Color #bdc1eb

%20
%18
%0
%8

Triadic Colors of #bdc1eb

#bdc1eb #ebbdc1 #c1ebbd

Analogous Colors of #bdc1eb

#bdc1eb #d0bdeb #bdd8eb

Monochromatic Colors of #bdc1eb

#bdc1eb

Complementary Color

#bdc1eb #ebe7bd

#bdc1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc1eb Color CSS Codes

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

#bdc1eb Text Font Color

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

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


#bdc1eb Background Color

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

This div background color is #bdc1eb


#bdc1eb Border Color

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

This div border color is #bdc1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc1eb


Comments

No comments written yet.

Please login to write comment.