Color Hex Logo

#bec8b7 Color Hex

#BEC8B7
(190,200,183)
0 Favorites   0 Comments

Color spaces of #bec8b7

RGB 190200183
HSL0.260.130.75
HSV95°78°
CMYK 0.050.000.09   0.22
XYZ50.436755.674652.8877
Yxy55.67460.31720.3502
Hunter Lab74.6154-9.918910.2058
CIE-Lab79.4283-6.52977.3162

#bec8b7 color RGB value is (190,200,183).

#bec8b7 hex color red value is 190, green value is 200 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #bec8b7 hue: 0.26 , saturation: 0.13 and the lightness value of bec8b7 is 0.75.

The process color (four color CMYK) of #bec8b7 color hex is 0.05, 0.00, 0.09, 0.22. Web safe color of #bec8b7 is #cccccc. Color #bec8b7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 10110111
Octal 276 310 267
Decimal 190 200 183
Hex BE C8 B7

RGB Percentages of Color #bec8b7

%33.16
%34.90
%31.94

CMYK Percentages of Color #bec8b7

%5
%0
%9
%22

Triadic Colors of #bec8b7

#bec8b7 #b7bec8 #c8b7be

Analogous Colors of #bec8b7

#bec8b7 #b7c8b9 #c7c8b7

Monochromatic Colors of #bec8b7

#bec8b7

Complementary Color

#bec8b7 #c1b7c8

#bec8b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec8b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec8b7 Color CSS Codes

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

#bec8b7 Text Font Color

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

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


#bec8b7 Background Color

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

This div background color is #bec8b7


#bec8b7 Border Color

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

This div border color is #bec8b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec8b7


Comments

No comments written yet.

Please login to write comment.