Color Hex Logo

#b3bbdd Color Hex

#B3BBDD
(179,187,221)
0 Favorites   0 Comments

Color spaces of #b3bbdd

RGB 179187221
HSL0.630.380.78
HSV229°19°87°
CMYK 0.190.150.00   0.13
XYZ49.411950.344875.5198
Yxy50.34480.28190.2872
Hunter Lab70.95410.1365-13.4373
CIE-Lab76.28044.2782-17.9327

#b3bbdd color RGB value is (179,187,221).

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

The process color (four color CMYK) of #b3bbdd color hex is 0.19, 0.15, 0.00, 0.13. Web safe color of #b3bbdd is #cccccc. Color #b3bbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111011 11011101
Octal 263 273 335
Decimal 179 187 221
Hex B3 BB DD

RGB Percentages of Color #b3bbdd

%30.49
%31.86
%37.65

CMYK Percentages of Color #b3bbdd

%19
%15
%0
%13

Triadic Colors of #b3bbdd

#b3bbdd #ddb3bb #bbddb3

Analogous Colors of #b3bbdd

#b3bbdd #c0b3dd #b3d0dd

Monochromatic Colors of #b3bbdd

#b3bbdd

Complementary Color

#b3bbdd #ddd5b3

#b3bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bbdd Color CSS Codes

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

#b3bbdd Text Font Color

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

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


#b3bbdd Background Color

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

This div background color is #b3bbdd


#b3bbdd Border Color

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

This div border color is #b3bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bbdd


Comments

No comments written yet.

Please login to write comment.