Color Hex Logo

#b0bbed Color Hex

#B0BBED
(176,187,237)
0 Favorites   0 Comments

Color spaces of #b0bbed

RGB 176187237
HSL0.640.630.81
HSV229°26°93°
CMYK 0.260.210.00   0.07
XYZ50.960950.885287.2567
Yxy50.88520.26950.2691
Hunter Lab71.33392.6861-22.5908
CIE-Lab76.60947.0180-26.0989

#b0bbed color RGB value is (176,187,237).

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

The process color (four color CMYK) of #b0bbed color hex is 0.26, 0.21, 0.00, 0.07. Web safe color of #b0bbed is #99ccff. Color #b0bbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111011 11101101
Octal 260 273 355
Decimal 176 187 237
Hex B0 BB ED

RGB Percentages of Color #b0bbed

%29.33
%31.17
%39.50

CMYK Percentages of Color #b0bbed

%26
%21
%0
%7

Triadic Colors of #b0bbed

#b0bbed #edb0bb #bbedb0

Analogous Colors of #b0bbed

#b0bbed #c4b0ed #b0daed

Monochromatic Colors of #b0bbed

#b0bbed

Complementary Color

#b0bbed #ede2b0

#b0bbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bbed Color CSS Codes

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

#b0bbed Text Font Color

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

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


#b0bbed Background Color

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

This div background color is #b0bbed


#b0bbed Border Color

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

This div border color is #b0bbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bbed


Comments

No comments written yet.

Please login to write comment.