Color Hex Logo

#bdbfd6 Color Hex

#BDBFD6
(189,191,214)
0 Favorites   0 Comments

Color spaces of #bdbfd6

RGB 189191214
HSL0.650.230.79
HSV235°12°84°
CMYK 0.120.110.00   0.16
XYZ51.754752.935571.1081
Yxy52.93550.29440.3011
Hunter Lab72.7568-0.3505-7.0167
CIE-Lab77.83693.8253-11.7323

#bdbfd6 color RGB value is (189,191,214).

#bdbfd6 hex color red value is 189, green value is 191 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #bdbfd6 hue: 0.65 , saturation: 0.23 and the lightness value of bdbfd6 is 0.79.

The process color (four color CMYK) of #bdbfd6 color hex is 0.12, 0.11, 0.00, 0.16. Web safe color of #bdbfd6 is #cccccc. Color #bdbfd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 11010110
Octal 275 277 326
Decimal 189 191 214
Hex BD BF D6

RGB Percentages of Color #bdbfd6

%31.82
%32.15
%36.03

CMYK Percentages of Color #bdbfd6

%12
%11
%0
%16

Triadic Colors of #bdbfd6

#bdbfd6 #d6bdbf #bfd6bd

Analogous Colors of #bdbfd6

#bdbfd6 #c8bdd6 #bdccd6

Monochromatic Colors of #bdbfd6

#bdbfd6

Complementary Color

#bdbfd6 #d6d4bd

#bdbfd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbfd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbfd6 Color CSS Codes

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

#bdbfd6 Text Font Color

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

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


#bdbfd6 Background Color

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

This div background color is #bdbfd6


#bdbfd6 Border Color

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

This div border color is #bdbfd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbfd6


Comments

No comments written yet.

Please login to write comment.