Color Hex Logo

#bbbeef Color Hex

#BBBEEF
(187,190,239)
0 Favorites   0 Comments

Color spaces of #bbbeef

RGB 187190239
HSL0.660.620.84
HSV237°22°94°
CMYK 0.220.210.00   0.06
XYZ54.487053.623789.1400
Yxy53.62370.27620.2719
Hunter Lab73.22824.6674-20.9134
CIE-Lab78.24189.1423-24.6114

#bbbeef color RGB value is (187,190,239).

#bbbeef hex color red value is 187, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bbbeef hue: 0.66 , saturation: 0.62 and the lightness value of bbbeef is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 11101111
Octal 273 276 357
Decimal 187 190 239
Hex BB BE EF

RGB Percentages of Color #bbbeef

%30.36
%30.84
%38.80

CMYK Percentages of Color #bbbeef

%22
%21
%0
%6

Triadic Colors of #bbbeef

#bbbeef #efbbbe #beefbb

Analogous Colors of #bbbeef

#bbbeef #d2bbef #bbd8ef

Monochromatic Colors of #bbbeef

#bbbeef

Complementary Color

#bbbeef #efecbb

#bbbeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbeef Color CSS Codes

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

#bbbeef Text Font Color

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

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


#bbbeef Background Color

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

This div background color is #bbbeef


#bbbeef Border Color

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

This div border color is #bbbeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbeef


Comments

No comments written yet.

Please login to write comment.