Color Hex Logo

#bfb9d1 Color Hex

#BFB9D1
(191,185,209)
0 Favorites   0 Comments

Color spaces of #bfb9d1

RGB 191185209
HSL0.710.210.77
HSV255°11°82°
CMYK 0.090.110.00   0.18
XYZ50.343450.377767.3921
Yxy50.37770.29950.2997
Hunter Lab70.97722.3979-6.6111
CIE-Lab76.30056.7022-11.3044

#bfb9d1 color RGB value is (191,185,209).

#bfb9d1 hex color red value is 191, green value is 185 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bfb9d1 hue: 0.71 , saturation: 0.21 and the lightness value of bfb9d1 is 0.77.

The process color (four color CMYK) of #bfb9d1 color hex is 0.09, 0.11, 0.00, 0.18. Web safe color of #bfb9d1 is #cccccc. Color #bfb9d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111001 11010001
Octal 277 271 321
Decimal 191 185 209
Hex BF B9 D1

RGB Percentages of Color #bfb9d1

%32.65
%31.62
%35.73

CMYK Percentages of Color #bfb9d1

%9
%11
%0
%18

Triadic Colors of #bfb9d1

#bfb9d1 #d1bfb9 #b9d1bf

Analogous Colors of #bfb9d1

#bfb9d1 #cbb9d1 #b9bfd1

Monochromatic Colors of #bfb9d1

#bfb9d1

Complementary Color

#bfb9d1 #cbd1b9

#bfb9d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb9d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb9d1 Color CSS Codes

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

#bfb9d1 Text Font Color

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

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


#bfb9d1 Background Color

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

This div background color is #bfb9d1


#bfb9d1 Border Color

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

This div border color is #bfb9d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb9d1


Comments

No comments written yet.

Please login to write comment.