Color Hex Logo

#bdbbdf Color Hex

#BDBBDF
(189,187,223)
0 Favorites   0 Comments

Color spaces of #bdbbdf

RGB 189187223
HSL0.680.360.80
HSV243°16°87°
CMYK 0.150.160.00   0.13
XYZ52.075951.687277.0440
Yxy51.68720.28800.2859
Hunter Lab71.89383.4814-13.2116
CIE-Lab77.09347.8729-17.7140

#bdbbdf color RGB value is (189,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11011111
Octal 275 273 337
Decimal 189 187 223
Hex BD BB DF

RGB Percentages of Color #bdbbdf

%31.55
%31.22
%37.23

CMYK Percentages of Color #bdbbdf

%15
%16
%0
%13

Triadic Colors of #bdbbdf

#bdbbdf #dfbdbb #bbdfbd

Analogous Colors of #bdbbdf

#bdbbdf #cfbbdf #bbcbdf

Monochromatic Colors of #bdbbdf

#bdbbdf

Complementary Color

#bdbbdf #dddfbb

#bdbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbdf Color CSS Codes

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

#bdbbdf Text Font Color

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

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


#bdbbdf Background Color

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

This div background color is #bdbbdf


#bdbbdf Border Color

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

This div border color is #bdbbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbdf


Comments

No comments written yet.

Please login to write comment.