Color Hex Logo

#bbbffe Color Hex

#BBBFFE
(187,191,254)
0 Favorites   0 Comments

Color spaces of #bbbffe

RGB 187191254
HSL0.660.970.86
HSV236°26°100°
CMYK 0.260.250.00   0.00
XYZ57.013754.9822101.3736
Yxy54.98220.26720.2577
Hunter Lab74.15007.4856-29.1529
CIE-Lab79.031012.0642-31.4456

#bbbffe color RGB value is (187,191,254).

#bbbffe hex color red value is 187, green value is 191 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bbbffe hue: 0.66 , saturation: 0.97 and the lightness value of bbbffe is 0.86.

The process color (four color CMYK) of #bbbffe color hex is 0.26, 0.25, 0.00, 0.00. Web safe color of #bbbffe is #ccccff. Color #bbbffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 11111110
Octal 273 277 376
Decimal 187 191 254
Hex BB BF FE

RGB Percentages of Color #bbbffe

%29.59
%30.22
%40.19

CMYK Percentages of Color #bbbffe

%26
%25
%0
%0

Triadic Colors of #bbbffe

#bbbffe #febbbf #bffebb

Analogous Colors of #bbbffe

#bbbffe #d9bbfe #bbe1fe

Monochromatic Colors of #bbbffe

#bbbffe

Complementary Color

#bbbffe #fefabb

#bbbffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbffe Color CSS Codes

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

#bbbffe Text Font Color

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

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


#bbbffe Background Color

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

This div background color is #bbbffe


#bbbffe Border Color

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

This div border color is #bbbffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbffe


Comments

No comments written yet.

Please login to write comment.