Color Hex Logo

#beccc0 Color Hex

#BECCC0
(190,204,192)
0 Favorites   0 Comments

Color spaces of #beccc0

RGB 190204192
HSL0.360.120.77
HSV129°80°
CMYK 0.070.000.06   0.20
XYZ52.342557.938758.2937
Yxy57.93870.31050.3437
Hunter Lab76.1175-10.45937.8757
CIE-Lab80.7047-6.99594.3331

#beccc0 color RGB value is (190,204,192).

#beccc0 hex color red value is 190, green value is 204 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #beccc0 hue: 0.36 , saturation: 0.12 and the lightness value of beccc0 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 11000000
Octal 276 314 300
Decimal 190 204 192
Hex BE CC C0

RGB Percentages of Color #beccc0

%32.42
%34.81
%32.76

CMYK Percentages of Color #beccc0

%7
%0
%6
%20

Triadic Colors of #beccc0

#beccc0 #c0becc #ccc0be

Analogous Colors of #beccc0

#beccc0 #beccc7 #c3ccbe

Monochromatic Colors of #beccc0

#beccc0

Complementary Color

#beccc0 #ccbeca

#beccc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beccc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beccc0 Color CSS Codes

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

#beccc0 Text Font Color

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

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


#beccc0 Background Color

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

This div background color is #beccc0


#beccc0 Border Color

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

This div border color is #beccc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beccc0

#beccc0 Color Palettes


Comments

No comments written yet.

Please login to write comment.