Color Hex Logo

#bfbbeb Color Hex

#BFBBEB
(191,187,235)
0 Favorites   0 Comments

Color spaces of #bfbbeb

RGB 191187235
HSL0.680.550.83
HSV245°20°92°
CMYK 0.190.200.00   0.08
XYZ54.251652.615285.8936
Yxy52.61520.28140.2730
Hunter Lab72.53636.5657-19.4326
CIE-Lab77.647311.1060-23.3371

#bfbbeb color RGB value is (191,187,235).

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

The process color (four color CMYK) of #bfbbeb color hex is 0.19, 0.20, 0.00, 0.08. Web safe color of #bfbbeb is #ccccff. Color #bfbbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 11101011
Octal 277 273 353
Decimal 191 187 235
Hex BF BB EB

RGB Percentages of Color #bfbbeb

%31.16
%30.51
%38.34

CMYK Percentages of Color #bfbbeb

%19
%20
%0
%8

Triadic Colors of #bfbbeb

#bfbbeb #ebbfbb #bbebbf

Analogous Colors of #bfbbeb

#bfbbeb #d7bbeb #bbcfeb

Monochromatic Colors of #bfbbeb

#bfbbeb

Complementary Color

#bfbbeb #e7ebbb

#bfbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbbeb Color CSS Codes

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

#bfbbeb Text Font Color

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

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


#bfbbeb Background Color

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

This div background color is #bfbbeb


#bfbbeb Border Color

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

This div border color is #bfbbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbbeb


Comments

No comments written yet.

Please login to write comment.