Color Hex Logo

#bbb9fb Color Hex

#BBB9FB
(187,185,251)
0 Favorites   0 Comments

Color spaces of #bbb9fb

RGB 187185251
HSL0.670.890.85
HSV242°26°98°
CMYK 0.250.260.00   0.02
XYZ55.255152.227898.4355
Yxy52.22780.26830.2536
Hunter Lab72.268810.0067-30.1692
CIE-Lab77.416914.6408-32.3234

#bbb9fb color RGB value is (187,185,251).

#bbb9fb hex color red value is 187, green value is 185 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bbb9fb hue: 0.67 , saturation: 0.89 and the lightness value of bbb9fb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 11111011
Octal 273 271 373
Decimal 187 185 251
Hex BB B9 FB

RGB Percentages of Color #bbb9fb

%30.02
%29.70
%40.29

CMYK Percentages of Color #bbb9fb

%25
%26
%0
%2

Triadic Colors of #bbb9fb

#bbb9fb #fbbbb9 #b9fbbb

Analogous Colors of #bbb9fb

#bbb9fb #dcb9fb #b9d8fb

Monochromatic Colors of #bbb9fb

#bbb9fb

Complementary Color

#bbb9fb #f9fbb9

#bbb9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb9fb Color CSS Codes

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

#bbb9fb Text Font Color

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

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


#bbb9fb Background Color

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

This div background color is #bbb9fb


#bbb9fb Border Color

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

This div border color is #bbb9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb9fb

Related Colors


Comments

No comments written yet.

Please login to write comment.