Color Hex Logo

#bdb1dc Color Hex

#BDB1DC
(189,177,220)
0 Favorites   0 Comments

Color spaces of #bdb1dc

RGB 189177220
HSL0.710.380.78
HSV257°20°86°
CMYK 0.140.200.00   0.14
XYZ49.626747.430474.2495
Yxy47.43040.28970.2769
Hunter Lab68.86978.1029-15.7126
CIE-Lab74.464212.6882-20.0657

#bdb1dc color RGB value is (189,177,220).

#bdb1dc hex color red value is 189, green value is 177 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bdb1dc hue: 0.71 , saturation: 0.38 and the lightness value of bdb1dc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 11011100
Octal 275 261 334
Decimal 189 177 220
Hex BD B1 DC

RGB Percentages of Color #bdb1dc

%32.25
%30.20
%37.54

CMYK Percentages of Color #bdb1dc

%14
%20
%0
%14

Triadic Colors of #bdb1dc

#bdb1dc #dcbdb1 #b1dcbd

Analogous Colors of #bdb1dc

#bdb1dc #d3b1dc #b1bbdc

Monochromatic Colors of #bdb1dc

#bdb1dc

Complementary Color

#bdb1dc #d0dcb1

#bdb1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb1dc Color CSS Codes

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

#bdb1dc Text Font Color

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

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


#bdb1dc Background Color

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

This div background color is #bdb1dc


#bdb1dc Border Color

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

This div border color is #bdb1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb1dc


Comments

No comments written yet.

Please login to write comment.