Color Hex Logo

#bdb9ff Color Hex

#BDB9FF
(189,185,255)
0 Favorites   0 Comments

Color spaces of #bdb9ff

RGB 189185255
HSL0.681.000.86
HSV243°27°100°
CMYK 0.260.270.00   0.00
XYZ56.385252.7367101.8151
Yxy52.73670.26730.2500
Hunter Lab72.620011.5097-32.2920
CIE-Lab77.719316.1629-33.9903

#bdb9ff color RGB value is (189,185,255).

#bdb9ff hex color red value is 189, green value is 185 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bdb9ff hue: 0.68 , saturation: 1.00 and the lightness value of bdb9ff is 0.86.

The process color (four color CMYK) of #bdb9ff color hex is 0.26, 0.27, 0.00, 0.00. Web safe color of #bdb9ff is #ccccff. Color #bdb9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 11111111
Octal 275 271 377
Decimal 189 185 255
Hex BD B9 FF

RGB Percentages of Color #bdb9ff

%30.05
%29.41
%40.54

CMYK Percentages of Color #bdb9ff

%26
%27
%0
%0

Triadic Colors of #bdb9ff

#bdb9ff #ffbdb9 #b9ffbd

Analogous Colors of #bdb9ff

#bdb9ff #e0b9ff #b9d8ff

Monochromatic Colors of #bdb9ff

#bdb9ff

Complementary Color

#bdb9ff #fbffb9

#bdb9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb9ff Color CSS Codes

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

#bdb9ff Text Font Color

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

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


#bdb9ff Background Color

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

This div background color is #bdb9ff


#bdb9ff Border Color

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

This div border color is #bdb9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb9ff


Comments

No comments written yet.

Please login to write comment.