Color Hex Logo

#b3bbee Color Hex

#B3BBEE
(179,187,238)
0 Favorites   0 Comments

Color spaces of #b3bbee

RGB 179187238
HSL0.640.630.82
HSV232°25°93°
CMYK 0.250.210.00   0.07
XYZ51.793351.297488.0605
Yxy51.29740.27100.2684
Hunter Lab71.62223.7427-22.7623
CIE-Lab76.85888.1427-26.2376

#b3bbee color RGB value is (179,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111011 11101110
Octal 263 273 356
Decimal 179 187 238
Hex B3 BB EE

RGB Percentages of Color #b3bbee

%29.64
%30.96
%39.40

CMYK Percentages of Color #b3bbee

%25
%21
%0
%7

Triadic Colors of #b3bbee

#b3bbee #eeb3bb #bbeeb3

Analogous Colors of #b3bbee

#b3bbee #c9b3ee #b3d9ee

Monochromatic Colors of #b3bbee

#b3bbee

Complementary Color

#b3bbee #eee6b3

#b3bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bbee Color CSS Codes

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

#b3bbee Text Font Color

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

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


#b3bbee Background Color

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

This div background color is #b3bbee


#b3bbee Border Color

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

This div border color is #b3bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bbee


Comments

No comments written yet.

Please login to write comment.