Color Hex Logo

#bfbbdd Color Hex

#BFBBDD
(191,187,221)
0 Favorites   0 Comments

Color spaces of #bfbbdd

RGB 191187221
HSL0.690.330.80
HSV247°15°87°
CMYK 0.140.150.00   0.13
XYZ52.307351.837575.6554
Yxy51.83750.29090.2883
Hunter Lab71.99833.6847-11.9028
CIE-Lab77.18368.0895-16.4814

#bfbbdd color RGB value is (191,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 11011101
Octal 277 273 335
Decimal 191 187 221
Hex BF BB DD

RGB Percentages of Color #bfbbdd

%31.89
%31.22
%36.89

CMYK Percentages of Color #bfbbdd

%14
%15
%0
%13

Triadic Colors of #bfbbdd

#bfbbdd #ddbfbb #bbddbf

Analogous Colors of #bfbbdd

#bfbbdd #d0bbdd #bbc8dd

Monochromatic Colors of #bfbbdd

#bfbbdd

Complementary Color

#bfbbdd #d9ddbb

#bfbbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbbdd Color CSS Codes

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

#bfbbdd Text Font Color

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

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


#bfbbdd Background Color

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

This div background color is #bfbbdd


#bfbbdd Border Color

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

This div border color is #bfbbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbbdd


Comments

No comments written yet.

Please login to write comment.