Color Hex Logo

#b2bbfa Color Hex

#B2BBFA
(178,187,250)
0 Favorites   0 Comments

Color spaces of #b2bbfa

RGB 178187250
HSL0.650.880.84
HSV233°29°98°
CMYK 0.290.250.00   0.02
XYZ53.385751.907897.6479
Yxy51.90780.26310.2558
Hunter Lab72.04716.1832-29.9249
CIE-Lab77.225710.7047-32.1359

#b2bbfa color RGB value is (178,187,250).

#b2bbfa hex color red value is 178, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b2bbfa hue: 0.65 , saturation: 0.88 and the lightness value of b2bbfa is 0.84.

The process color (four color CMYK) of #b2bbfa color hex is 0.29, 0.25, 0.00, 0.02. Web safe color of #b2bbfa is #99ccff. Color #b2bbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111011 11111010
Octal 262 273 372
Decimal 178 187 250
Hex B2 BB FA

RGB Percentages of Color #b2bbfa

%28.94
%30.41
%40.65

CMYK Percentages of Color #b2bbfa

%29
%25
%0
%2

Triadic Colors of #b2bbfa

#b2bbfa #fab2bb #bbfab2

Analogous Colors of #b2bbfa

#b2bbfa #cdb2fa #b2dffa

Monochromatic Colors of #b2bbfa

#b2bbfa

Complementary Color

#b2bbfa #faf1b2

#b2bbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bbfa Color CSS Codes

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

#b2bbfa Text Font Color

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

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


#b2bbfa Background Color

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

This div background color is #b2bbfa


#b2bbfa Border Color

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

This div border color is #b2bbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bbfa


Comments

No comments written yet.

Please login to write comment.