Color Hex Logo

#bfbeff Color Hex

#BFBEFF
(191,190,255)
0 Favorites   0 Comments

Color spaces of #bfbeff

RGB 191190255
HSL0.671.000.87
HSV241°25°100°
CMYK 0.250.250.00   0.00
XYZ57.949355.1233102.1933
Yxy55.12330.26920.2561
Hunter Lab74.24519.3928-29.6371
CIE-Lab79.112214.0082-31.8306

#bfbeff color RGB value is (191,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111110 11111111
Octal 277 276 377
Decimal 191 190 255
Hex BF BE FF

RGB Percentages of Color #bfbeff

%30.03
%29.87
%40.09

CMYK Percentages of Color #bfbeff

%25
%25
%0
%0

Triadic Colors of #bfbeff

#bfbeff #ffbfbe #beffbf

Analogous Colors of #bfbeff

#bfbeff #e0beff #bedeff

Monochromatic Colors of #bfbeff

#bfbeff

Complementary Color

#bfbeff #feffbe

#bfbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbeff Color CSS Codes

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

#bfbeff Text Font Color

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

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


#bfbeff Background Color

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

This div background color is #bfbeff


#bfbeff Border Color

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

This div border color is #bfbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbeff


Comments

No comments written yet.

Please login to write comment.