Color Hex Logo

#bdbbe2 Color Hex

#BDBBE2
(189,187,226)
0 Favorites   0 Comments

Color spaces of #bdbbe2

RGB 189187226
HSL0.680.400.81
HSV243°17°89°
CMYK 0.160.170.00   0.11
XYZ52.484151.850579.1934
Yxy51.85050.28600.2825
Hunter Lab72.00734.0909-14.8019
CIE-Lab77.19148.5170-19.1873

#bdbbe2 color RGB value is (189,187,226).

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

The process color (four color CMYK) of #bdbbe2 color hex is 0.16, 0.17, 0.00, 0.11. Web safe color of #bdbbe2 is #cccccc. Color #bdbbe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11100010
Octal 275 273 342
Decimal 189 187 226
Hex BD BB E2

RGB Percentages of Color #bdbbe2

%31.40
%31.06
%37.54

CMYK Percentages of Color #bdbbe2

%16
%17
%0
%11

Triadic Colors of #bdbbe2

#bdbbe2 #e2bdbb #bbe2bd

Analogous Colors of #bdbbe2

#bdbbe2 #d1bbe2 #bbcde2

Monochromatic Colors of #bdbbe2

#bdbbe2

Complementary Color

#bdbbe2 #e0e2bb

#bdbbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbe2 Color CSS Codes

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

#bdbbe2 Text Font Color

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

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


#bdbbe2 Background Color

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

This div background color is #bdbbe2


#bdbbe2 Border Color

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

This div border color is #bdbbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbe2


Comments

No comments written yet.

Please login to write comment.