Color Hex Logo

#bdb6ed Color Hex

#BDB6ED
(189,182,237)
0 Favorites   0 Comments

Color spaces of #bdb6ed

RGB 189182237
HSL0.690.600.82
HSV248°23°93°
CMYK 0.200.230.00   0.07
XYZ53.000350.389187.0534
Yxy50.38910.27830.2646
Hunter Lab70.98539.0506-23.0211
CIE-Lab76.307513.6673-26.4751

#bdb6ed color RGB value is (189,182,237).

#bdb6ed hex color red value is 189, green value is 182 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bdb6ed hue: 0.69 , saturation: 0.60 and the lightness value of bdb6ed is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 11101101
Octal 275 266 355
Decimal 189 182 237
Hex BD B6 ED

RGB Percentages of Color #bdb6ed

%31.09
%29.93
%38.98

CMYK Percentages of Color #bdb6ed

%20
%23
%0
%7

Triadic Colors of #bdb6ed

#bdb6ed #edbdb6 #b6edbd

Analogous Colors of #bdb6ed

#bdb6ed #d9b6ed #b6cbed

Monochromatic Colors of #bdb6ed

#bdb6ed

Complementary Color

#bdb6ed #e6edb6

#bdb6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb6ed Color CSS Codes

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

#bdb6ed Text Font Color

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

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


#bdb6ed Background Color

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

This div background color is #bdb6ed


#bdb6ed Border Color

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

This div border color is #bdb6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb6ed


Comments

No comments written yet.

Please login to write comment.