Color Hex Logo

#b2bbee Color Hex

#B2BBEE
(178,187,238)
0 Favorites   0 Comments

Color spaces of #b2bbee

RGB 178187238
HSL0.640.640.82
HSV231°25°93°
CMYK 0.250.210.00   0.07
XYZ51.563051.178788.0497
Yxy51.17870.27030.2682
Hunter Lab71.53933.4628-22.8959
CIE-Lab76.78717.8455-26.3535

#b2bbee color RGB value is (178,187,238).

#b2bbee hex color red value is 178, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b2bbee hue: 0.64 , saturation: 0.64 and the lightness value of b2bbee is 0.82.

The process color (four color CMYK) of #b2bbee color hex is 0.25, 0.21, 0.00, 0.07. Web safe color of #b2bbee is #99ccff. Color #b2bbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111011 11101110
Octal 262 273 356
Decimal 178 187 238
Hex B2 BB EE

RGB Percentages of Color #b2bbee

%29.52
%31.01
%39.47

CMYK Percentages of Color #b2bbee

%25
%21
%0
%7

Triadic Colors of #b2bbee

#b2bbee #eeb2bb #bbeeb2

Analogous Colors of #b2bbee

#b2bbee #c7b2ee #b2d9ee

Monochromatic Colors of #b2bbee

#b2bbee

Complementary Color

#b2bbee #eee5b2

#b2bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bbee Color CSS Codes

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

#b2bbee Text Font Color

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

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


#b2bbee Background Color

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

This div background color is #b2bbee


#b2bbee Border Color

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

This div border color is #b2bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bbee


Comments

No comments written yet.

Please login to write comment.