Color Hex Logo

#b0bddf Color Hex

#B0BDDF
(176,189,223)
0 Favorites   0 Comments

Color spaces of #b0bddf

RGB 176189223
HSL0.620.420.78
HSV223°21°87°
CMYK 0.210.150.00   0.13
XYZ49.421450.953077.0422
Yxy50.95300.27860.2872
Hunter Lab71.3814-1.3317-14.0250
CIE-Lab76.65052.7086-18.4762

#b0bddf color RGB value is (176,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111101 11011111
Octal 260 275 337
Decimal 176 189 223
Hex B0 BD DF

RGB Percentages of Color #b0bddf

%29.93
%32.14
%37.93

CMYK Percentages of Color #b0bddf

%21
%15
%0
%13

Triadic Colors of #b0bddf

#b0bddf #dfb0bd #bddfb0

Analogous Colors of #b0bddf

#b0bddf #bbb0df #b0d5df

Monochromatic Colors of #b0bddf

#b0bddf

Complementary Color

#b0bddf #dfd2b0

#b0bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bddf Color CSS Codes

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

#b0bddf Text Font Color

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

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


#b0bddf Background Color

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

This div background color is #b0bddf


#b0bddf Border Color

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

This div border color is #b0bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bddf


Comments

No comments written yet.

Please login to write comment.