Color Hex Logo

#bfbbe4 Color Hex

#BFBBE4
(191,187,228)
0 Favorites   0 Comments

Color spaces of #bfbbe4

RGB 191187228
HSL0.680.430.81
HSV246°18°89°
CMYK 0.160.180.00   0.11
XYZ53.259852.218580.6709
Yxy52.21850.28610.2805
Hunter Lab72.26245.1014-15.6054
CIE-Lab77.41139.5800-19.9198

#bfbbe4 color RGB value is (191,187,228).

#bfbbe4 hex color red value is 191, green value is 187 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #bfbbe4 hue: 0.68 , saturation: 0.43 and the lightness value of bfbbe4 is 0.81.

The process color (four color CMYK) of #bfbbe4 color hex is 0.16, 0.18, 0.00, 0.11. Web safe color of #bfbbe4 is #cccccc. Color #bfbbe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 11100100
Octal 277 273 344
Decimal 191 187 228
Hex BF BB E4

RGB Percentages of Color #bfbbe4

%31.52
%30.86
%37.62

CMYK Percentages of Color #bfbbe4

%16
%18
%0
%11

Triadic Colors of #bfbbe4

#bfbbe4 #e4bfbb #bbe4bf

Analogous Colors of #bfbbe4

#bfbbe4 #d4bbe4 #bbcce4

Monochromatic Colors of #bfbbe4

#bfbbe4

Complementary Color

#bfbbe4 #e0e4bb

#bfbbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbbe4 Color CSS Codes

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

#bfbbe4 Text Font Color

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

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


#bfbbe4 Background Color

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

This div background color is #bfbbe4


#bfbbe4 Border Color

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

This div border color is #bfbbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbbe4


Comments

No comments written yet.

Please login to write comment.