Color Hex Logo

#bfbedb Color Hex

#BFBEDB
(191,190,219)
0 Favorites   0 Comments

Color spaces of #bfbedb

RGB 191190219
HSL0.670.290.80
HSV242°13°86°
CMYK 0.130.130.00   0.14
XYZ52.685553.017874.4745
Yxy53.01780.29240.2943
Hunter Lab72.81331.7338-9.6733
CIE-Lab77.88556.0490-14.3446

#bfbedb color RGB value is (191,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111110 11011011
Octal 277 276 333
Decimal 191 190 219
Hex BF BE DB

RGB Percentages of Color #bfbedb

%31.83
%31.67
%36.50

CMYK Percentages of Color #bfbedb

%13
%13
%0
%14

Triadic Colors of #bfbedb

#bfbedb #dbbfbe #bedbbf

Analogous Colors of #bfbedb

#bfbedb #cebedb #beccdb

Monochromatic Colors of #bfbedb

#bfbedb

Complementary Color

#bfbedb #dadbbe

#bfbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbedb Color CSS Codes

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

#bfbedb Text Font Color

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

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


#bfbedb Background Color

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

This div background color is #bfbedb


#bfbedb Border Color

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

This div border color is #bfbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbedb


Comments

No comments written yet.

Please login to write comment.