Color Hex Logo

#bfb9ed Color Hex

#BFB9ED
(191,185,237)
0 Favorites   0 Comments

Color spaces of #bfb9ed

RGB 191185237
HSL0.690.590.83
HSV247°22°93°
CMYK 0.190.220.00   0.07
XYZ54.120951.888787.2838
Yxy51.88870.28000.2684
Hunter Lab72.03388.0526-21.4184
CIE-Lab77.214212.6391-25.0753

#bfb9ed color RGB value is (191,185,237).

#bfb9ed hex color red value is 191, green value is 185 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bfb9ed hue: 0.69 , saturation: 0.59 and the lightness value of bfb9ed is 0.83.

The process color (four color CMYK) of #bfb9ed color hex is 0.19, 0.22, 0.00, 0.07. Web safe color of #bfb9ed is #ccccff. Color #bfb9ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111001 11101101
Octal 277 271 355
Decimal 191 185 237
Hex BF B9 ED

RGB Percentages of Color #bfb9ed

%31.16
%30.18
%38.66

CMYK Percentages of Color #bfb9ed

%19
%22
%0
%7

Triadic Colors of #bfb9ed

#bfb9ed #edbfb9 #b9edbf

Analogous Colors of #bfb9ed

#bfb9ed #d9b9ed #b9cded

Monochromatic Colors of #bfb9ed

#bfb9ed

Complementary Color

#bfb9ed #e7edb9

#bfb9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb9ed Color CSS Codes

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

#bfb9ed Text Font Color

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

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


#bfb9ed Background Color

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

This div background color is #bfb9ed


#bfb9ed Border Color

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

This div border color is #bfb9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb9ed


Comments

No comments written yet.

Please login to write comment.