Color Hex Logo

#bbbefe Color Hex

#BBBEFE
(187,190,254)
2 Favorites   0 Comments

Color spaces of #bbbefe

RGB 187190254
HSL0.660.970.86
HSV237°26°100°
CMYK 0.260.250.00   0.00
XYZ56.796454.5475101.3012
Yxy54.54750.26710.2565
Hunter Lab73.85638.0202-29.6227
CIE-Lab78.779912.6101-31.8321

#bbbefe color RGB value is (187,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 11111110
Octal 273 276 376
Decimal 187 190 254
Hex BB BE FE

RGB Percentages of Color #bbbefe

%29.64
%30.11
%40.25

CMYK Percentages of Color #bbbefe

%26
%25
%0
%0

Triadic Colors of #bbbefe

#bbbefe #febbbe #befebb

Analogous Colors of #bbbefe

#bbbefe #dabbfe #bbe0fe

Monochromatic Colors of #bbbefe

#bbbefe

Complementary Color

#bbbefe #fefbbb

#bbbefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbefe Color CSS Codes

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

#bbbefe Text Font Color

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

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


#bbbefe Background Color

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

This div background color is #bbbefe


#bbbefe Border Color

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

This div border color is #bbbefe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,190,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 #bbbefe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbefe

#bbbefe Color Palettes


Comments

No comments written yet.

Please login to write comment.