Color Hex Logo

#bfbeda Color Hex

#BFBEDA
(191,190,218)
0 Favorites   0 Comments

Color spaces of #bfbeda

RGB 191190218
HSL0.670.270.80
HSV242°13°85°
CMYK 0.120.130.00   0.15
XYZ52.554252.965273.7831
Yxy52.96520.29310.2954
Hunter Lab72.77721.5391-9.1655
CIE-Lab77.85445.8414-13.8512

#bfbeda color RGB value is (191,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111110 11011010
Octal 277 276 332
Decimal 191 190 218
Hex BF BE DA

RGB Percentages of Color #bfbeda

%31.89
%31.72
%36.39

CMYK Percentages of Color #bfbeda

%12
%13
%0
%15

Triadic Colors of #bfbeda

#bfbeda #dabfbe #bedabf

Analogous Colors of #bfbeda

#bfbeda #cdbeda #becbda

Monochromatic Colors of #bfbeda

#bfbeda

Complementary Color

#bfbeda #d9dabe

#bfbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbeda Color CSS Codes

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

#bfbeda Text Font Color

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

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


#bfbeda Background Color

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

This div background color is #bfbeda


#bfbeda Border Color

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

This div border color is #bfbeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbeda


Comments

No comments written yet.

Please login to write comment.