Color Hex Logo

#bbbee5 Color Hex

#BBBEE5
(187,190,229)
0 Favorites   0 Comments

Color spaces of #bbbee5

RGB 187190229
HSL0.650.450.82
HSV236°18°90°
CMYK 0.180.170.00   0.10
XYZ53.049853.048881.5722
Yxy53.04880.28270.2827
Hunter Lab72.83462.5517-15.4185
CIE-Lab77.90386.9147-19.7421

#bbbee5 color RGB value is (187,190,229).

#bbbee5 hex color red value is 187, green value is 190 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bbbee5 hue: 0.65 , saturation: 0.45 and the lightness value of bbbee5 is 0.82.

The process color (four color CMYK) of #bbbee5 color hex is 0.18, 0.17, 0.00, 0.10. Web safe color of #bbbee5 is #cccccc. Color #bbbee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 11100101
Octal 273 276 345
Decimal 187 190 229
Hex BB BE E5

RGB Percentages of Color #bbbee5

%30.86
%31.35
%37.79

CMYK Percentages of Color #bbbee5

%18
%17
%0
%10

Triadic Colors of #bbbee5

#bbbee5 #e5bbbe #bee5bb

Analogous Colors of #bbbee5

#bbbee5 #cdbbe5 #bbd3e5

Monochromatic Colors of #bbbee5

#bbbee5

Complementary Color

#bbbee5 #e5e2bb

#bbbee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbee5 Color CSS Codes

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

#bbbee5 Text Font Color

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

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


#bbbee5 Background Color

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

This div background color is #bbbee5


#bbbee5 Border Color

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

This div border color is #bbbee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbee5


Comments

No comments written yet.

Please login to write comment.