Color Hex Logo

#b0bbdd Color Hex

#B0BBDD
(176,187,221)
0 Favorites   0 Comments

Color spaces of #b0bbdd

RGB 176187221
HSL0.630.400.78
HSV225°20°87°
CMYK 0.200.150.00   0.13
XYZ48.726049.991275.4877
Yxy49.99120.27970.2870
Hunter Lab70.7045-0.7195-13.8079
CIE-Lab76.06393.3426-18.2809

#b0bbdd color RGB value is (176,187,221).

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

The process color (four color CMYK) of #b0bbdd color hex is 0.20, 0.15, 0.00, 0.13. Web safe color of #b0bbdd is #99cccc. Color #b0bbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111011 11011101
Octal 260 273 335
Decimal 176 187 221
Hex B0 BB DD

RGB Percentages of Color #b0bbdd

%30.14
%32.02
%37.84

CMYK Percentages of Color #b0bbdd

%20
%15
%0
%13

Triadic Colors of #b0bbdd

#b0bbdd #ddb0bb #bbddb0

Analogous Colors of #b0bbdd

#b0bbdd #bcb0dd #b0d2dd

Monochromatic Colors of #b0bbdd

#b0bbdd

Complementary Color

#b0bbdd #ddd2b0

#b0bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bbdd Color CSS Codes

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

#b0bbdd Text Font Color

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

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


#b0bbdd Background Color

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

This div background color is #b0bbdd


#b0bbdd Border Color

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

This div border color is #b0bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bbdd


Comments

No comments written yet.

Please login to write comment.