Color Hex Logo

#becac6 Color Hex

#BECAC6
(190,202,198)
0 Favorites   0 Comments

Color spaces of #becac6

RGB 190202198
HSL0.440.100.77
HSV160°79°
CMYK 0.060.000.02   0.21
XYZ52.548857.265461.7098
Yxy57.26540.30640.3339
Hunter Lab75.6739-8.47704.6225
CIE-Lab80.3286-4.83730.5724

#becac6 color RGB value is (190,202,198).

#becac6 hex color red value is 190, green value is 202 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #becac6 hue: 0.44 , saturation: 0.10 and the lightness value of becac6 is 0.77.

The process color (four color CMYK) of #becac6 color hex is 0.06, 0.00, 0.02, 0.21. Web safe color of #becac6 is #cccccc. Color #becac6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 11000110
Octal 276 312 306
Decimal 190 202 198
Hex BE CA C6

RGB Percentages of Color #becac6

%32.20
%34.24
%33.56

CMYK Percentages of Color #becac6

%6
%0
%2
%21

Triadic Colors of #becac6

#becac6 #c6beca #cac6be

Analogous Colors of #becac6

#becac6 #bec8ca #becac0

Monochromatic Colors of #becac6

#becac6

Complementary Color

#becac6 #cabec2

#becac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becac6 Color CSS Codes

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

#becac6 Text Font Color

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

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


#becac6 Background Color

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

This div background color is #becac6


#becac6 Border Color

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

This div border color is #becac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becac6


Comments

No comments written yet.

Please login to write comment.