Color Hex Logo

#bdbbed Color Hex

#BDBBED
(189,187,237)
0 Favorites   0 Comments

Color spaces of #bdbbed

RGB 189187237
HSL0.670.580.83
HSV242°21°93°
CMYK 0.200.210.00   0.07
XYZ54.042752.473987.4009
Yxy52.47390.27870.2706
Hunter Lab72.43896.4011-20.8290
CIE-Lab77.563410.9346-24.5564

#bdbbed color RGB value is (189,187,237).

#bdbbed hex color red value is 189, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bdbbed hue: 0.67 , saturation: 0.58 and the lightness value of bdbbed is 0.83.

The process color (four color CMYK) of #bdbbed color hex is 0.20, 0.21, 0.00, 0.07. Web safe color of #bdbbed is #ccccff. Color #bdbbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11101101
Octal 275 273 355
Decimal 189 187 237
Hex BD BB ED

RGB Percentages of Color #bdbbed

%30.83
%30.51
%38.66

CMYK Percentages of Color #bdbbed

%20
%21
%0
%7

Triadic Colors of #bdbbed

#bdbbed #edbdbb #bbedbd

Analogous Colors of #bdbbed

#bdbbed #d6bbed #bbd2ed

Monochromatic Colors of #bdbbed

#bdbbed

Complementary Color

#bdbbed #ebedbb

#bdbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbed Color CSS Codes

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

#bdbbed Text Font Color

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

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


#bdbbed Background Color

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

This div background color is #bdbbed


#bdbbed Border Color

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

This div border color is #bdbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbed


Comments

No comments written yet.

Please login to write comment.