Color Hex Logo

#bdbae5 Color Hex

#BDBAE5
(189,186,229)
0 Favorites   0 Comments

Color spaces of #bdbae5

RGB 189186229
HSL0.680.450.81
HSV244°19°90°
CMYK 0.170.190.00   0.10
XYZ52.688051.593881.3104
Yxy51.59380.28390.2780
Hunter Lab71.82885.2332-16.8362
CIE-Lab77.03739.7115-21.0415

#bdbae5 color RGB value is (189,186,229).

#bdbae5 hex color red value is 189, green value is 186 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bdbae5 hue: 0.68 , saturation: 0.45 and the lightness value of bdbae5 is 0.81.

The process color (four color CMYK) of #bdbae5 color hex is 0.17, 0.19, 0.00, 0.10. Web safe color of #bdbae5 is #cccccc. Color #bdbae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 11100101
Octal 275 272 345
Decimal 189 186 229
Hex BD BA E5

RGB Percentages of Color #bdbae5

%31.29
%30.79
%37.91

CMYK Percentages of Color #bdbae5

%17
%19
%0
%10

Triadic Colors of #bdbae5

#bdbae5 #e5bdba #bae5bd

Analogous Colors of #bdbae5

#bdbae5 #d3bae5 #bacde5

Monochromatic Colors of #bdbae5

#bdbae5

Complementary Color

#bdbae5 #e2e5ba

#bdbae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbae5 Color CSS Codes

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

#bdbae5 Text Font Color

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

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


#bdbae5 Background Color

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

This div background color is #bdbae5


#bdbae5 Border Color

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

This div border color is #bdbae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbae5


Comments

No comments written yet.

Please login to write comment.