Color Hex Logo

#bebecb Color Hex

#BEBECB
(190,190,203)
0 Favorites   0 Comments

Color spaces of #bebecb

RGB 190190203
HSL0.670.110.77
HSV240°80°
CMYK 0.060.060.00   0.20
XYZ50.428252.085963.8956
Yxy52.08590.30300.3130
Hunter Lab72.1706-1.5740-1.9725
CIE-Lab77.33222.4824-6.5254

#bebecb color RGB value is (190,190,203).

#bebecb hex color red value is 190, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bebecb hue: 0.67 , saturation: 0.11 and the lightness value of bebecb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 11001011
Octal 276 276 313
Decimal 190 190 203
Hex BE BE CB

RGB Percentages of Color #bebecb

%32.59
%32.59
%34.82

CMYK Percentages of Color #bebecb

%6
%6
%0
%20

Triadic Colors of #bebecb

#bebecb #cbbebe #becbbe

Analogous Colors of #bebecb

#bebecb #c5becb #bec5cb

Monochromatic Colors of #bebecb

#bebecb

Complementary Color

#bebecb #cbcbbe

#bebecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebecb Color CSS Codes

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

#bebecb Text Font Color

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

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


#bebecb Background Color

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

This div background color is #bebecb


#bebecb Border Color

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

This div border color is #bebecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,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 #bebecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebecb

#bebecb Color Palettes


Comments

No comments written yet.

Please login to write comment.