Color Hex Logo

#bdbcdf Color Hex

#BDBCDF
(189,188,223)
0 Favorites   0 Comments

Color spaces of #bdbcdf

RGB 189188223
HSL0.670.350.81
HSV242°16°87°
CMYK 0.150.160.00   0.13
XYZ52.288852.113077.1149
Yxy52.11300.28810.2871
Hunter Lab72.18932.9613-12.8029
CIE-Lab77.34847.3309-17.3291

#bdbcdf color RGB value is (189,188,223).

#bdbcdf hex color red value is 189, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bdbcdf hue: 0.67 , saturation: 0.35 and the lightness value of bdbcdf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 11011111
Octal 275 274 337
Decimal 189 188 223
Hex BD BC DF

RGB Percentages of Color #bdbcdf

%31.50
%31.33
%37.17

CMYK Percentages of Color #bdbcdf

%15
%16
%0
%13

Triadic Colors of #bdbcdf

#bdbcdf #dfbdbc #bcdfbd

Analogous Colors of #bdbcdf

#bdbcdf #cfbcdf #bccddf

Monochromatic Colors of #bdbcdf

#bdbcdf

Complementary Color

#bdbcdf #dedfbc

#bdbcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbcdf Color CSS Codes

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

#bdbcdf Text Font Color

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

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


#bdbcdf Background Color

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

This div background color is #bdbcdf


#bdbcdf Border Color

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

This div border color is #bdbcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbcdf


Comments

No comments written yet.

Please login to write comment.