Color Hex Logo

#bfbcdd Color Hex

#BFBCDD
(191,188,221)
0 Favorites   0 Comments

Color spaces of #bfbcdd

RGB 191188221
HSL0.680.330.80
HSV245°15°87°
CMYK 0.140.150.00   0.13
XYZ52.520252.263375.7263
Yxy52.26330.29100.2895
Hunter Lab72.29343.1646-11.5001
CIE-Lab77.43807.5479-16.0980

#bfbcdd color RGB value is (191,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 11011101
Octal 277 274 335
Decimal 191 188 221
Hex BF BC DD

RGB Percentages of Color #bfbcdd

%31.83
%31.33
%36.83

CMYK Percentages of Color #bfbcdd

%14
%15
%0
%13

Triadic Colors of #bfbcdd

#bfbcdd #ddbfbc #bcddbf

Analogous Colors of #bfbcdd

#bfbcdd #d0bcdd #bccadd

Monochromatic Colors of #bfbcdd

#bfbcdd

Complementary Color

#bfbcdd #daddbc

#bfbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbcdd Color CSS Codes

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

#bfbcdd Text Font Color

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

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


#bfbcdd Background Color

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

This div background color is #bfbcdd


#bfbcdd Border Color

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

This div border color is #bfbcdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,188,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 #bfbcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbcdd


Comments

No comments written yet.

Please login to write comment.