Color Hex Logo

#bfbadd Color Hex

#BFBADD
(191,186,221)
0 Favorites   0 Comments

Color spaces of #bfbadd

RGB 191186221
HSL0.690.340.80
HSV249°16°87°
CMYK 0.140.160.00   0.13
XYZ52.095951.414675.5849
Yxy51.41460.29090.2871
Hunter Lab71.70404.2057-12.3062
CIE-Lab76.92958.6320-16.8644

#bfbadd color RGB value is (191,186,221).

#bfbadd hex color red value is 191, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bfbadd hue: 0.69 , saturation: 0.34 and the lightness value of bfbadd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111010 11011101
Octal 277 272 335
Decimal 191 186 221
Hex BF BA DD

RGB Percentages of Color #bfbadd

%31.94
%31.10
%36.96

CMYK Percentages of Color #bfbadd

%14
%16
%0
%13

Triadic Colors of #bfbadd

#bfbadd #ddbfba #baddbf

Analogous Colors of #bfbadd

#bfbadd #d1badd #bac7dd

Monochromatic Colors of #bfbadd

#bfbadd

Complementary Color

#bfbadd #d8ddba

#bfbadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbadd Color CSS Codes

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

#bfbadd Text Font Color

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

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


#bfbadd Background Color

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

This div background color is #bfbadd


#bfbadd Border Color

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

This div border color is #bfbadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbadd


Comments

No comments written yet.

Please login to write comment.