Color Hex Logo

#bdbbdb Color Hex

#BDBBDB
(189,187,219)
0 Favorites   0 Comments

Color spaces of #bdbbdb

RGB 189187219
HSL0.680.310.80
HSV244°15°86°
CMYK 0.140.150.00   0.14
XYZ51.542851.473974.2367
Yxy51.47390.29080.2904
Hunter Lab71.74532.6825-11.1272
CIE-Lab76.96527.0247-15.7436

#bdbbdb color RGB value is (189,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11011011
Octal 275 273 333
Decimal 189 187 219
Hex BD BB DB

RGB Percentages of Color #bdbbdb

%31.76
%31.43
%36.81

CMYK Percentages of Color #bdbbdb

%14
%15
%0
%14

Triadic Colors of #bdbbdb

#bdbbdb #dbbdbb #bbdbbd

Analogous Colors of #bdbbdb

#bdbbdb #cdbbdb #bbc9db

Monochromatic Colors of #bdbbdb

#bdbbdb

Complementary Color

#bdbbdb #d9dbbb

#bdbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbdb Color CSS Codes

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

#bdbbdb Text Font Color

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

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


#bdbbdb Background Color

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

This div background color is #bdbbdb


#bdbbdb Border Color

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

This div border color is #bdbbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbdb


Comments

No comments written yet.

Please login to write comment.