Color Hex Logo

#bfbeee Color Hex

#BFBEEE
(191,190,238)
0 Favorites   0 Comments

Color spaces of #bfbeee

RGB 191190238
HSL0.670.590.84
HSV241°20°93°
CMYK 0.200.200.00   0.07
XYZ55.331954.076388.4104
Yxy54.07630.27970.2734
Hunter Lab73.53665.6216-19.8066
CIE-Lab78.506210.1385-23.6437

#bfbeee color RGB value is (191,190,238).

#bfbeee hex color red value is 191, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bfbeee hue: 0.67 , saturation: 0.59 and the lightness value of bfbeee is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111110 11101110
Octal 277 276 356
Decimal 191 190 238
Hex BF BE EE

RGB Percentages of Color #bfbeee

%30.86
%30.69
%38.45

CMYK Percentages of Color #bfbeee

%20
%20
%0
%7

Triadic Colors of #bfbeee

#bfbeee #eebfbe #beeebf

Analogous Colors of #bfbeee

#bfbeee #d7beee #bed5ee

Monochromatic Colors of #bfbeee

#bfbeee

Complementary Color

#bfbeee #edeebe

#bfbeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbeee Color CSS Codes

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

#bfbeee Text Font Color

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

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


#bfbeee Background Color

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

This div background color is #bfbeee


#bfbeee Border Color

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

This div border color is #bfbeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbeee


Comments

No comments written yet.

Please login to write comment.