Color Hex Logo

#b5bdd6 Color Hex

#B5BDD6
(181,189,214)
0 Favorites   0 Comments

Color spaces of #b5bdd6

RGB 181189214
HSL0.630.290.77
HSV225°15°84°
CMYK 0.150.120.00   0.16
XYZ49.391351.074070.8734
Yxy51.07400.28830.2981
Hunter Lab71.4661-1.7015-8.7720
CIE-Lab76.72382.3111-13.4603

#b5bdd6 color RGB value is (181,189,214).

#b5bdd6 hex color red value is 181, green value is 189 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #b5bdd6 hue: 0.63 , saturation: 0.29 and the lightness value of b5bdd6 is 0.77.

The process color (four color CMYK) of #b5bdd6 color hex is 0.15, 0.12, 0.00, 0.16. Web safe color of #b5bdd6 is #cccccc. Color #b5bdd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111101 11010110
Octal 265 275 326
Decimal 181 189 214
Hex B5 BD D6

RGB Percentages of Color #b5bdd6

%30.99
%32.36
%36.64

CMYK Percentages of Color #b5bdd6

%15
%12
%0
%16

Triadic Colors of #b5bdd6

#b5bdd6 #d6b5bd #bdd6b5

Analogous Colors of #b5bdd6

#b5bdd6 #beb5d6 #b5ced6

Monochromatic Colors of #b5bdd6

#b5bdd6

Complementary Color

#b5bdd6 #d6ceb5

#b5bdd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bdd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bdd6 Color CSS Codes

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

#b5bdd6 Text Font Color

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

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


#b5bdd6 Background Color

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

This div background color is #b5bdd6


#b5bdd6 Border Color

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

This div border color is #b5bdd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bdd6


Comments

No comments written yet.

Please login to write comment.