Color Hex Logo

#bbbdfa Color Hex

#BBBDFA
(187,189,250)
0 Favorites   0 Comments

Color spaces of #bbbdfa

RGB 187189250
HSL0.660.860.86
HSV238°25°98°
CMYK 0.250.240.00   0.02
XYZ55.946453.862197.8902
Yxy53.86210.26940.2593
Hunter Lab73.39087.6381-27.7087
CIE-Lab78.381312.2169-30.3029

#bbbdfa color RGB value is (187,189,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 11111010
Octal 273 275 372
Decimal 187 189 250
Hex BB BD FA

RGB Percentages of Color #bbbdfa

%29.87
%30.19
%39.94

CMYK Percentages of Color #bbbdfa

%25
%24
%0
%2

Triadic Colors of #bbbdfa

#bbbdfa #fabbbd #bdfabb

Analogous Colors of #bbbdfa

#bbbdfa #d9bbfa #bbddfa

Monochromatic Colors of #bbbdfa

#bbbdfa

Complementary Color

#bbbdfa #faf8bb

#bbbdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbdfa Color CSS Codes

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

#bbbdfa Text Font Color

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

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


#bbbdfa Background Color

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

This div background color is #bbbdfa


#bbbdfa Border Color

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

This div border color is #bbbdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbdfa


Comments

No comments written yet.

Please login to write comment.