Color Hex Logo

#bdbddb Color Hex

#BDBDDB
(189,189,219)
0 Favorites   0 Comments

Color spaces of #bdbddb

RGB 189189219
HSL0.670.290.80
HSV240°14°86°
CMYK 0.140.140.00   0.14
XYZ51.970052.328574.3791
Yxy52.32850.29090.2929
Hunter Lab72.33841.6472-10.3257
CIE-Lab77.47695.9427-14.9739

#bdbddb color RGB value is (189,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 11011011
Octal 275 275 333
Decimal 189 189 219
Hex BD BD DB

RGB Percentages of Color #bdbddb

%31.66
%31.66
%36.68

CMYK Percentages of Color #bdbddb

%14
%14
%0
%14

Triadic Colors of #bdbddb

#bdbddb #dbbdbd #bddbbd

Analogous Colors of #bdbddb

#bdbddb #ccbddb #bdccdb

Monochromatic Colors of #bdbddb

#bdbddb

Complementary Color

#bdbddb #dbdbbd

#bdbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbddb Color CSS Codes

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

#bdbddb Text Font Color

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

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


#bdbddb Background Color

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

This div background color is #bdbddb


#bdbddb Border Color

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

This div border color is #bdbddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,189,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 #bdbddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbddb


Comments

No comments written yet.

Please login to write comment.