Color Hex Logo

#bbbffa Color Hex

#BBBFFA
(187,191,250)
0 Favorites   0 Comments

Color spaces of #bbbffa

RGB 187191250
HSL0.660.860.86
HSV236°25°98°
CMYK 0.250.240.00   0.02
XYZ56.379654.728598.0346
Yxy54.72850.26960.2617
Hunter Lab73.97876.5731-26.7844
CIE-Lab78.884611.1260-29.5299

#bbbffa color RGB value is (187,191,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 11111010
Octal 273 277 372
Decimal 187 191 250
Hex BB BF FA

RGB Percentages of Color #bbbffa

%29.78
%30.41
%39.81

CMYK Percentages of Color #bbbffa

%25
%24
%0
%2

Triadic Colors of #bbbffa

#bbbffa #fabbbf #bffabb

Analogous Colors of #bbbffa

#bbbffa #d7bbfa #bbdffa

Monochromatic Colors of #bbbffa

#bbbffa

Complementary Color

#bbbffa #faf6bb

#bbbffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbffa Color CSS Codes

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

#bbbffa Text Font Color

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

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


#bbbffa Background Color

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

This div background color is #bbbffa


#bbbffa Border Color

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

This div border color is #bbbffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbffa


Comments

No comments written yet.

Please login to write comment.