Color Hex Logo

#bebdcd Color Hex

#BEBDCD
(190,189,205)
0 Favorites   0 Comments

Color spaces of #bebdcd

RGB 190189205
HSL0.680.140.77
HSV244°80°
CMYK 0.070.080.00   0.20
XYZ50.452251.750165.0873
Yxy51.75010.30160.3093
Hunter Lab71.9375-0.7027-3.2878
CIE-Lab77.13123.4130-7.9066

#bebdcd color RGB value is (190,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11001101
Octal 276 275 315
Decimal 190 189 205
Hex BE BD CD

RGB Percentages of Color #bebdcd

%32.53
%32.36
%35.10

CMYK Percentages of Color #bebdcd

%7
%8
%0
%20

Triadic Colors of #bebdcd

#bebdcd #cdbebd #bdcdbe

Analogous Colors of #bebdcd

#bebdcd #c6bdcd #bdc4cd

Monochromatic Colors of #bebdcd

#bebdcd

Complementary Color

#bebdcd #cccdbd

#bebdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebdcd Color CSS Codes

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

#bebdcd Text Font Color

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

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


#bebdcd Background Color

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

This div background color is #bebdcd


#bebdcd Border Color

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

This div border color is #bebdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebdcd


Comments

No comments written yet.

Please login to write comment.