Color Hex Logo

#bdbbe0 Color Hex

#BDBBE0
(189,187,224)
0 Favorites   0 Comments

Color spaces of #bdbbe0

RGB 189187224
HSL0.680.370.81
HSV243°17°88°
CMYK 0.160.170.00   0.12
XYZ52.211151.741377.7563
Yxy51.74130.28730.2847
Hunter Lab71.93143.6834-13.7392
CIE-Lab77.12598.0867-18.2056

#bdbbe0 color RGB value is (189,187,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11100000
Octal 275 273 340
Decimal 189 187 224
Hex BD BB E0

RGB Percentages of Color #bdbbe0

%31.50
%31.17
%37.33

CMYK Percentages of Color #bdbbe0

%16
%17
%0
%12

Triadic Colors of #bdbbe0

#bdbbe0 #e0bdbb #bbe0bd

Analogous Colors of #bdbbe0

#bdbbe0 #d0bbe0 #bbcce0

Monochromatic Colors of #bdbbe0

#bdbbe0

Complementary Color

#bdbbe0 #dee0bb

#bdbbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbe0 Color CSS Codes

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

#bdbbe0 Text Font Color

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

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


#bdbbe0 Background Color

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

This div background color is #bdbbe0


#bdbbe0 Border Color

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

This div border color is #bdbbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbe0


Comments

No comments written yet.

Please login to write comment.