Color Hex Logo

#becbd7 Color Hex

#BECBD7
(190,203,215)
0 Favorites   0 Comments

Color spaces of #becbd7

RGB 190203215
HSL0.580.240.79
HSV209°12°84°
CMYK 0.120.060.00   0.16
XYZ54.856958.565372.7029
Yxy58.56530.29470.3147
Hunter Lab76.5280-5.9713-2.7570
CIE-Lab81.0521-2.0331-7.4765

#becbd7 color RGB value is (190,203,215).

#becbd7 hex color red value is 190, green value is 203 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #becbd7 hue: 0.58 , saturation: 0.24 and the lightness value of becbd7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 11010111
Octal 276 313 327
Decimal 190 203 215
Hex BE CB D7

RGB Percentages of Color #becbd7

%31.25
%33.39
%35.36

CMYK Percentages of Color #becbd7

%12
%6
%0
%16

Triadic Colors of #becbd7

#becbd7 #d7becb #cbd7be

Analogous Colors of #becbd7

#becbd7 #bebfd7 #bed7d7

Monochromatic Colors of #becbd7

#becbd7

Complementary Color

#becbd7 #d7cabe

#becbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becbd7 Color CSS Codes

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

#becbd7 Text Font Color

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

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


#becbd7 Background Color

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

This div background color is #becbd7


#becbd7 Border Color

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

This div border color is #becbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becbd7

#becbd7 Color Palettes


Comments

No comments written yet.

Please login to write comment.