Color Hex Logo

#b5b9ff Color Hex

#B5B9FF
(181,185,255)
0 Favorites   0 Comments

Color spaces of #b5b9ff

RGB 181185255
HSL0.661.000.85
HSV237°29°100°
CMYK 0.290.270.00   0.00
XYZ54.455051.7417101.7248
Yxy51.74170.26190.2489
Hunter Lab71.93179.2507-33.4949
CIE-Lab77.126113.8699-34.9552

#b5b9ff color RGB value is (181,185,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111001 11111111
Octal 265 271 377
Decimal 181 185 255
Hex B5 B9 FF

RGB Percentages of Color #b5b9ff

%29.15
%29.79
%41.06

CMYK Percentages of Color #b5b9ff

%29
%27
%0
%0

Triadic Colors of #b5b9ff

#b5b9ff #ffb5b9 #b9ffb5

Analogous Colors of #b5b9ff

#b5b9ff #d6b5ff #b5deff

Monochromatic Colors of #b5b9ff

#b5b9ff

Complementary Color

#b5b9ff #fffbb5

#b5b9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5b9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5b9ff Color CSS Codes

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

#b5b9ff Text Font Color

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

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


#b5b9ff Background Color

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

This div background color is #b5b9ff


#b5b9ff Border Color

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

This div border color is #b5b9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5b9ff

Related Colors

#b5b9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.