Color Hex Logo

#bebcc3 Color Hex

#BEBCC3
(190,188,195)
0 Favorites   0 Comments

Color spaces of #bebcc3

RGB 190188195
HSL0.710.060.75
HSV257°76°
CMYK 0.030.040.00   0.24
XYZ49.068850.853758.8593
Yxy50.85370.30900.3203
Hunter Lab71.3118-1.97190.9815
CIE-Lab76.59032.0097-3.2843

#bebcc3 color RGB value is (190,188,195).

#bebcc3 hex color red value is 190, green value is 188 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #bebcc3 hue: 0.71 , saturation: 0.06 and the lightness value of bebcc3 is 0.75.

The process color (four color CMYK) of #bebcc3 color hex is 0.03, 0.04, 0.00, 0.24. Web safe color of #bebcc3 is #cccccc. Color #bebcc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11000011
Octal 276 274 303
Decimal 190 188 195
Hex BE BC C3

RGB Percentages of Color #bebcc3

%33.16
%32.81
%34.03

CMYK Percentages of Color #bebcc3

%3
%4
%0
%24

Triadic Colors of #bebcc3

#bebcc3 #c3bebc #bcc3be

Analogous Colors of #bebcc3

#bebcc3 #c2bcc3 #bcbec3

Monochromatic Colors of #bebcc3

#bebcc3

Complementary Color

#bebcc3 #c1c3bc

#bebcc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcc3 Color CSS Codes

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

#bebcc3 Text Font Color

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

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


#bebcc3 Background Color

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

This div background color is #bebcc3


#bebcc3 Border Color

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

This div border color is #bebcc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcc3


Comments

No comments written yet.

Please login to write comment.