Color Hex Logo

#bdbfd9 Color Hex

#BDBFD9
(189,191,217)
0 Favorites   0 Comments

Color spaces of #bdbfd9

RGB 189191217
HSL0.650.270.80
HSV236°13°85°
CMYK 0.130.120.00   0.15
XYZ52.141553.090273.1449
Yxy53.09020.29230.2976
Hunter Lab72.86300.2261-8.5153
CIE-Lab77.92824.4464-13.2160

#bdbfd9 color RGB value is (189,191,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 11011001
Octal 275 277 331
Decimal 189 191 217
Hex BD BF D9

RGB Percentages of Color #bdbfd9

%31.66
%31.99
%36.35

CMYK Percentages of Color #bdbfd9

%13
%12
%0
%15

Triadic Colors of #bdbfd9

#bdbfd9 #d9bdbf #bfd9bd

Analogous Colors of #bdbfd9

#bdbfd9 #c9bdd9 #bdcdd9

Monochromatic Colors of #bdbfd9

#bdbfd9

Complementary Color

#bdbfd9 #d9d7bd

#bdbfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbfd9 Color CSS Codes

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

#bdbfd9 Text Font Color

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

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


#bdbfd9 Background Color

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

This div background color is #bdbfd9


#bdbfd9 Border Color

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

This div border color is #bdbfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbfd9


Comments

No comments written yet.

Please login to write comment.