Color Hex Logo

#bbbecb Color Hex

#BBBECB
(187,190,203)
0 Favorites   0 Comments

Color spaces of #bbbecb

RGB 187190203
HSL0.640.130.76
HSV229°80°
CMYK 0.080.060.00   0.20
XYZ49.686551.703563.8609
Yxy51.70350.30070.3129
Hunter Lab71.9051-2.4904-2.3234
CIE-Lab77.10321.4750-6.8899

#bbbecb color RGB value is (187,190,203).

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

The process color (four color CMYK) of #bbbecb color hex is 0.08, 0.06, 0.00, 0.20. Web safe color of #bbbecb is #cccccc. Color #bbbecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 11001011
Octal 273 276 313
Decimal 187 190 203
Hex BB BE CB

RGB Percentages of Color #bbbecb

%32.24
%32.76
%35.00

CMYK Percentages of Color #bbbecb

%8
%6
%0
%20

Triadic Colors of #bbbecb

#bbbecb #cbbbbe #becbbb

Analogous Colors of #bbbecb

#bbbecb #c0bbcb #bbc6cb

Monochromatic Colors of #bbbecb

#bbbecb

Complementary Color

#bbbecb #cbc8bb

#bbbecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbecb Color CSS Codes

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

#bbbecb Text Font Color

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

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


#bbbecb Background Color

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

This div background color is #bbbecb


#bbbecb Border Color

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

This div border color is #bbbecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbecb


Comments

No comments written yet.

Please login to write comment.