Color Hex Logo

#bebdcc Color Hex

#BEBDCC
(190,189,204)
0 Favorites   0 Comments

Color spaces of #bebdcc

RGB 190189204
HSL0.680.130.77
HSV244°80°
CMYK 0.070.070.00   0.20
XYZ50.331951.702064.4534
Yxy51.70200.30230.3105
Hunter Lab71.9041-0.8846-2.8135
CIE-Lab77.10233.2154-7.4076

#bebdcc color RGB value is (190,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11001100
Octal 276 275 314
Decimal 190 189 204
Hex BE BD CC

RGB Percentages of Color #bebdcc

%32.59
%32.42
%34.99

CMYK Percentages of Color #bebdcc

%7
%7
%0
%20

Triadic Colors of #bebdcc

#bebdcc #ccbebd #bdccbe

Analogous Colors of #bebdcc

#bebdcc #c6bdcc #bdc4cc

Monochromatic Colors of #bebdcc

#bebdcc

Complementary Color

#bebdcc #cbccbd

#bebdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebdcc Color CSS Codes

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

#bebdcc Text Font Color

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

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


#bebdcc Background Color

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

This div background color is #bebdcc


#bebdcc Border Color

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

This div border color is #bebdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebdcc


Comments

No comments written yet.

Please login to write comment.