Color Hex Logo

#bdbeeb Color Hex

#BDBEEB
(189,190,235)
0 Favorites   0 Comments

Color spaces of #bdbeeb

RGB 189190235
HSL0.660.530.83
HSV239°20°92°
CMYK 0.200.190.00   0.08
XYZ54.395153.643986.0846
Yxy53.64390.28020.2763
Hunter Lab73.24204.3942-18.4168
CIE-Lab78.25368.8577-22.4285

#bdbeeb color RGB value is (189,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 11101011
Octal 275 276 353
Decimal 189 190 235
Hex BD BE EB

RGB Percentages of Color #bdbeeb

%30.78
%30.94
%38.27

CMYK Percentages of Color #bdbeeb

%20
%19
%0
%8

Triadic Colors of #bdbeeb

#bdbeeb #ebbdbe #beebbd

Analogous Colors of #bdbeeb

#bdbeeb #d3bdeb #bdd5eb

Monochromatic Colors of #bdbeeb

#bdbeeb

Complementary Color

#bdbeeb #ebeabd

#bdbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbeeb Color CSS Codes

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

#bdbeeb Text Font Color

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

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


#bdbeeb Background Color

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

This div background color is #bdbeeb


#bdbeeb Border Color

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

This div border color is #bdbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbeeb


Comments

No comments written yet.

Please login to write comment.