Color Hex Logo

#bfbce5 Color Hex

#BFBCE5
(191,188,229)
0 Favorites   0 Comments

Color spaces of #bfbce5

RGB 191188229
HSL0.680.440.82
HSV244°18°90°
CMYK 0.170.180.00   0.10
XYZ53.611952.699981.4752
Yxy52.69990.28550.2806
Hunter Lab72.59474.7833-15.7267
CIE-Lab77.69759.2529-20.0258

#bfbce5 color RGB value is (191,188,229).

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

The process color (four color CMYK) of #bfbce5 color hex is 0.17, 0.18, 0.00, 0.10. Web safe color of #bfbce5 is #cccccc. Color #bfbce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 11100101
Octal 277 274 345
Decimal 191 188 229
Hex BF BC E5

RGB Percentages of Color #bfbce5

%31.41
%30.92
%37.66

CMYK Percentages of Color #bfbce5

%17
%18
%0
%10

Triadic Colors of #bfbce5

#bfbce5 #e5bfbc #bce5bf

Analogous Colors of #bfbce5

#bfbce5 #d4bce5 #bccee5

Monochromatic Colors of #bfbce5

#bfbce5

Complementary Color

#bfbce5 #e2e5bc

#bfbce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbce5 Color CSS Codes

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

#bfbce5 Text Font Color

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

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


#bfbce5 Background Color

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

This div background color is #bfbce5


#bfbce5 Border Color

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

This div border color is #bfbce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbce5


Comments

No comments written yet.

Please login to write comment.