Color Hex Logo

#beccd7 Color Hex

#BECCD7
(190,204,215)
0 Favorites   0 Comments

Color spaces of #beccd7

RGB 190204215
HSL0.570.240.79
HSV206°12°84°
CMYK 0.120.050.00   0.16
XYZ55.093859.039272.7819
Yxy59.03920.29480.3159
Hunter Lab76.8370-6.4763-2.3751
CIE-Lab81.3131-2.5600-7.0897

#beccd7 color RGB value is (190,204,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 11010111
Octal 276 314 327
Decimal 190 204 215
Hex BE CC D7

RGB Percentages of Color #beccd7

%31.20
%33.50
%35.30

CMYK Percentages of Color #beccd7

%12
%5
%0
%16

Triadic Colors of #beccd7

#beccd7 #d7becc #ccd7be

Analogous Colors of #beccd7

#beccd7 #bec0d7 #bed7d6

Monochromatic Colors of #beccd7

#beccd7

Complementary Color

#beccd7 #d7c9be

#beccd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beccd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beccd7 Color CSS Codes

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

#beccd7 Text Font Color

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

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


#beccd7 Background Color

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

This div background color is #beccd7


#beccd7 Border Color

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

This div border color is #beccd7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,204,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 #beccd7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beccd7

#beccd7 Color Palettes


Comments

No comments written yet.

Please login to write comment.