Color Hex Logo

#bbbecd Color Hex

#BBBECD
(187,190,205)
0 Favorites   0 Comments

Color spaces of #bbbecd

RGB 187190205
HSL0.640.150.77
HSV230°80°
CMYK 0.090.070.00   0.20
XYZ49.926451.799565.1245
Yxy51.79950.29920.3105
Hunter Lab71.9719-2.1265-3.2689
CIE-Lab77.16081.8740-7.8876

#bbbecd color RGB value is (187,190,205).

#bbbecd hex color red value is 187, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bbbecd hue: 0.64 , saturation: 0.15 and the lightness value of bbbecd is 0.77.

The process color (four color CMYK) of #bbbecd color hex is 0.09, 0.07, 0.00, 0.20. Web safe color of #bbbecd is #cccccc. Color #bbbecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 11001101
Octal 273 276 315
Decimal 187 190 205
Hex BB BE CD

RGB Percentages of Color #bbbecd

%32.13
%32.65
%35.22

CMYK Percentages of Color #bbbecd

%9
%7
%0
%20

Triadic Colors of #bbbecd

#bbbecd #cdbbbe #becdbb

Analogous Colors of #bbbecd

#bbbecd #c1bbcd #bbc7cd

Monochromatic Colors of #bbbecd

#bbbecd

Complementary Color

#bbbecd #cdcabb

#bbbecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbecd Color CSS Codes

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

#bbbecd Text Font Color

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

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


#bbbecd Background Color

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

This div background color is #bbbecd


#bbbecd Border Color

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

This div border color is #bbbecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbecd


Comments

No comments written yet.

Please login to write comment.