Color Hex Logo

#bfbbee Color Hex

#BFBBEE
(191,187,238)
0 Favorites   0 Comments

Color spaces of #bfbbee

RGB 191187238
HSL0.680.600.83
HSV245°21°93°
CMYK 0.200.210.00   0.07
XYZ54.688852.790188.1960
Yxy52.79010.27950.2698
Hunter Lab72.65687.2076-21.1107
CIE-Lab77.750911.7704-24.7950

#bfbbee color RGB value is (191,187,238).

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

The process color (four color CMYK) of #bfbbee color hex is 0.20, 0.21, 0.00, 0.07. Web safe color of #bfbbee is #ccccff. Color #bfbbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 11101110
Octal 277 273 356
Decimal 191 187 238
Hex BF BB EE

RGB Percentages of Color #bfbbee

%31.01
%30.36
%38.64

CMYK Percentages of Color #bfbbee

%20
%21
%0
%7

Triadic Colors of #bfbbee

#bfbbee #eebfbb #bbeebf

Analogous Colors of #bfbbee

#bfbbee #d9bbee #bbd1ee

Monochromatic Colors of #bfbbee

#bfbbee

Complementary Color

#bfbbee #eaeebb

#bfbbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbbee Color CSS Codes

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

#bfbbee Text Font Color

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

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


#bfbbee Background Color

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

This div background color is #bfbbee


#bfbbee Border Color

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

This div border color is #bfbbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbbee


Comments

No comments written yet.

Please login to write comment.