Color Hex Logo

#bbbece Color Hex

#BBBECE
(187,190,206)
0 Favorites   0 Comments

Color spaces of #bbbece

RGB 187190206
HSL0.640.160.77
HSV231°81°
CMYK 0.090.080.00   0.19
XYZ50.047651.847965.7624
Yxy51.84790.29850.3092
Hunter Lab72.0055-1.9427-3.7455
CIE-Lab77.18982.0752-8.3860

#bbbece color RGB value is (187,190,206).

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

The process color (four color CMYK) of #bbbece color hex is 0.09, 0.08, 0.00, 0.19. Web safe color of #bbbece is #cccccc. Color #bbbece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 11001110
Octal 273 276 316
Decimal 187 190 206
Hex BB BE CE

RGB Percentages of Color #bbbece

%32.08
%32.59
%35.33

CMYK Percentages of Color #bbbece

%9
%8
%0
%19

Triadic Colors of #bbbece

#bbbece #cebbbe #becebb

Analogous Colors of #bbbece

#bbbece #c2bbce #bbc8ce

Monochromatic Colors of #bbbece

#bbbece

Complementary Color

#bbbece #cecbbb

#bbbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbece Color CSS Codes

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

#bbbece Text Font Color

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

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


#bbbece Background Color

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

This div background color is #bbbece


#bbbece Border Color

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

This div border color is #bbbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbece


Comments

No comments written yet.

Please login to write comment.