Color Hex Logo

#bfbbe8 Color Hex

#BFBBE8
(191,187,232)
0 Favorites   0 Comments

Color spaces of #bfbbe8

RGB 191187232
HSL0.680.490.82
HSV245°19°91°
CMYK 0.180.190.00   0.09
XYZ53.821752.443283.6298
Yxy52.44320.28340.2762
Hunter Lab72.41775.9324-17.7772
CIE-Lab77.545110.4479-21.8752

#bfbbe8 color RGB value is (191,187,232).

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

The process color (four color CMYK) of #bfbbe8 color hex is 0.18, 0.19, 0.00, 0.09. Web safe color of #bfbbe8 is #ccccff. Color #bfbbe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 11101000
Octal 277 273 350
Decimal 191 187 232
Hex BF BB E8

RGB Percentages of Color #bfbbe8

%31.31
%30.66
%38.03

CMYK Percentages of Color #bfbbe8

%18
%19
%0
%9

Triadic Colors of #bfbbe8

#bfbbe8 #e8bfbb #bbe8bf

Analogous Colors of #bfbbe8

#bfbbe8 #d6bbe8 #bbcee8

Monochromatic Colors of #bfbbe8

#bfbbe8

Complementary Color

#bfbbe8 #e4e8bb

#bfbbe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbbe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbbe8 Color CSS Codes

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

#bfbbe8 Text Font Color

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

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


#bfbbe8 Background Color

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

This div background color is #bfbbe8


#bfbbe8 Border Color

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

This div border color is #bfbbe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbbe8


Comments

No comments written yet.

Please login to write comment.