Color Hex Logo

#bbbefa Color Hex

#BBBEFA
(187,190,250)
0 Favorites   0 Comments

Color spaces of #bbbefa

RGB 187190250
HSL0.660.860.86
HSV237°25°98°
CMYK 0.250.240.00   0.02
XYZ56.162354.293897.9622
Yxy54.29380.26950.2605
Hunter Lab73.68437.1054-27.2461
CIE-Lab78.632711.6713-29.9166

#bbbefa color RGB value is (187,190,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 11111010
Octal 273 276 372
Decimal 187 190 250
Hex BB BE FA

RGB Percentages of Color #bbbefa

%29.82
%30.30
%39.87

CMYK Percentages of Color #bbbefa

%25
%24
%0
%2

Triadic Colors of #bbbefa

#bbbefa #fabbbe #befabb

Analogous Colors of #bbbefa

#bbbefa #d8bbfa #bbdefa

Monochromatic Colors of #bbbefa

#bbbefa

Complementary Color

#bbbefa #faf7bb

#bbbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbefa Color CSS Codes

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

#bbbefa Text Font Color

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

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


#bbbefa Background Color

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

This div background color is #bbbefa


#bbbefa Border Color

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

This div border color is #bbbefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbefa


Comments

No comments written yet.

Please login to write comment.