Color Hex Logo

#becccd Color Hex

#BECCCD
(190,204,205)
0 Favorites   0 Comments

Color spaces of #becccd

RGB 190204205
HSL0.510.130.77
HSV184°80°
CMYK 0.070.000.00   0.20
XYZ53.847558.540766.2190
Yxy58.54070.30150.3278
Hunter Lab76.5119-8.27122.2444
CIE-Lab81.0385-4.5437-2.1407

#becccd color RGB value is (190,204,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 11001101
Octal 276 314 315
Decimal 190 204 205
Hex BE CC CD

RGB Percentages of Color #becccd

%31.72
%34.06
%34.22

CMYK Percentages of Color #becccd

%7
%0
%0
%20

Triadic Colors of #becccd

#becccd #cdbecc #cccdbe

Analogous Colors of #becccd

#becccd #bec5cd #becdc7

Monochromatic Colors of #becccd

#becccd

Complementary Color

#becccd #cdbfbe

#becccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#becccd Color CSS Codes

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

#becccd Text Font Color

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

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


#becccd Background Color

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

This div background color is #becccd


#becccd Border Color

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

This div border color is #becccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becccd

#becccd Color Palettes


Comments

No comments written yet.

Please login to write comment.