Color Hex Logo

#bbbee1 Color Hex

#BBBEE1
(187,190,225)
0 Favorites   0 Comments

Color spaces of #bbbee1

RGB 187190225
HSL0.650.390.81
HSV235°17°88°
CMYK 0.170.160.00   0.12
XYZ52.497652.827978.6641
Yxy52.82790.28530.2871
Hunter Lab72.68281.7327-13.2912
CIE-Lab77.77336.0439-17.7824

#bbbee1 color RGB value is (187,190,225).

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

The process color (four color CMYK) of #bbbee1 color hex is 0.17, 0.16, 0.00, 0.12. Web safe color of #bbbee1 is #cccccc. Color #bbbee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 11100001
Octal 273 276 341
Decimal 187 190 225
Hex BB BE E1

RGB Percentages of Color #bbbee1

%31.06
%31.56
%37.38

CMYK Percentages of Color #bbbee1

%17
%16
%0
%12

Triadic Colors of #bbbee1

#bbbee1 #e1bbbe #bee1bb

Analogous Colors of #bbbee1

#bbbee1 #cbbbe1 #bbd1e1

Monochromatic Colors of #bbbee1

#bbbee1

Complementary Color

#bbbee1 #e1debb

#bbbee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbee1 Color CSS Codes

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

#bbbee1 Text Font Color

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

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


#bbbee1 Background Color

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

This div background color is #bbbee1


#bbbee1 Border Color

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

This div border color is #bbbee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbee1

#bbbee1 Color Palettes


Comments

No comments written yet.

Please login to write comment.