Color Hex Logo

#bdbddc Color Hex

#BDBDDC
(189,189,220)
0 Favorites   0 Comments

Color spaces of #bdbddc

RGB 189189220
HSL0.670.310.80
HSV240°14°86°
CMYK 0.140.140.00   0.14
XYZ52.102152.381375.0747
Yxy52.38130.29020.2917
Hunter Lab72.37491.8445-10.8392
CIE-Lab77.50836.1533-15.4671

#bdbddc color RGB value is (189,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 11011100
Octal 275 275 334
Decimal 189 189 220
Hex BD BD DC

RGB Percentages of Color #bdbddc

%31.61
%31.61
%36.79

CMYK Percentages of Color #bdbddc

%14
%14
%0
%14

Triadic Colors of #bdbddc

#bdbddc #dcbdbd #bddcbd

Analogous Colors of #bdbddc

#bdbddc #cdbddc #bdcddc

Monochromatic Colors of #bdbddc

#bdbddc

Complementary Color

#bdbddc #dcdcbd

#bdbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbddc Color CSS Codes

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

#bdbddc Text Font Color

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

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


#bdbddc Background Color

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

This div background color is #bdbddc


#bdbddc Border Color

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

This div border color is #bdbddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbddc


Comments

No comments written yet.

Please login to write comment.