Color Hex Logo

#b0bdde Color Hex

#B0BDDE
(176,189,222)
0 Favorites   0 Comments

Color spaces of #b0bdde

RGB 176189222
HSL0.620.410.78
HSV223°21°87°
CMYK 0.210.150.00   0.13
XYZ49.286950.899276.3341
Yxy50.89920.27920.2883
Hunter Lab71.3437-1.5369-13.4967
CIE-Lab76.61792.4841-17.9848

#b0bdde color RGB value is (176,189,222).

#b0bdde hex color red value is 176, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b0bdde hue: 0.62 , saturation: 0.41 and the lightness value of b0bdde is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111101 11011110
Octal 260 275 336
Decimal 176 189 222
Hex B0 BD DE

RGB Percentages of Color #b0bdde

%29.98
%32.20
%37.82

CMYK Percentages of Color #b0bdde

%21
%15
%0
%13

Triadic Colors of #b0bdde

#b0bdde #deb0bd #bddeb0

Analogous Colors of #b0bdde

#b0bdde #bab0de #b0d4de

Monochromatic Colors of #b0bdde

#b0bdde

Complementary Color

#b0bdde #ded1b0

#b0bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bdde Color CSS Codes

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

#b0bdde Text Font Color

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

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


#b0bdde Background Color

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

This div background color is #b0bdde


#b0bdde Border Color

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

This div border color is #b0bdde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,189,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bdde


Comments

No comments written yet.

Please login to write comment.