Color Hex Logo

#b0bbee Color Hex

#B0BBEE
(176,187,238)
0 Favorites   0 Comments

Color spaces of #b0bbee

RGB 176187238
HSL0.640.650.81
HSV229°26°93°
CMYK 0.260.210.00   0.07
XYZ51.107450.943888.0284
Yxy50.94380.26890.2680
Hunter Lab71.37492.9073-23.1613
CIE-Lab76.64507.2537-26.5836

#b0bbee color RGB value is (176,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111011 11101110
Octal 260 273 356
Decimal 176 187 238
Hex B0 BB EE

RGB Percentages of Color #b0bbee

%29.28
%31.11
%39.60

CMYK Percentages of Color #b0bbee

%26
%21
%0
%7

Triadic Colors of #b0bbee

#b0bbee #eeb0bb #bbeeb0

Analogous Colors of #b0bbee

#b0bbee #c4b0ee #b0daee

Monochromatic Colors of #b0bbee

#b0bbee

Complementary Color

#b0bbee #eee3b0

#b0bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bbee Color CSS Codes

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

#b0bbee Text Font Color

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

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


#b0bbee Background Color

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

This div background color is #b0bbee


#b0bbee Border Color

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

This div border color is #b0bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bbee


Comments

No comments written yet.

Please login to write comment.