Color Hex Logo

#b8bbec Color Hex

#B8BBEC
(184,187,236)
0 Favorites   0 Comments

Color spaces of #b8bbec

RGB 184187236
HSL0.660.580.82
HSV237°22°93°
CMYK 0.220.210.00   0.07
XYZ52.677851.787186.5764
Yxy51.78710.27570.2711
Hunter Lab71.96334.7280-20.9554
CIE-Lab77.15349.1848-24.6770

#b8bbec color RGB value is (184,187,236).

#b8bbec hex color red value is 184, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b8bbec hue: 0.66 , saturation: 0.58 and the lightness value of b8bbec is 0.82.

The process color (four color CMYK) of #b8bbec color hex is 0.22, 0.21, 0.00, 0.07. Web safe color of #b8bbec is #ccccff. Color #b8bbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111011 11101100
Octal 270 273 354
Decimal 184 187 236
Hex B8 BB EC

RGB Percentages of Color #b8bbec

%30.31
%30.81
%38.88

CMYK Percentages of Color #b8bbec

%22
%21
%0
%7

Triadic Colors of #b8bbec

#b8bbec #ecb8bb #bbecb8

Analogous Colors of #b8bbec

#b8bbec #cfb8ec #b8d5ec

Monochromatic Colors of #b8bbec

#b8bbec

Complementary Color

#b8bbec #ece9b8

#b8bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8bbec Color CSS Codes

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

#b8bbec Text Font Color

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

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


#b8bbec Background Color

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

This div background color is #b8bbec


#b8bbec Border Color

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

This div border color is #b8bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8bbec

#b8bbec Color Palettes


Comments

No comments written yet.

Please login to write comment.