Color Hex Logo

#beb6cc Color Hex

#BEB6CC
(190,182,204)
0 Favorites   0 Comments

Color spaces of #beb6cc

RGB 190182204
HSL0.730.180.76
HSV262°11°80°
CMYK 0.070.110.00   0.20
XYZ48.862248.762763.9636
Yxy48.76270.30240.3018
Hunter Lab69.83032.6984-5.4276
CIE-Lab75.30356.9927-10.0826

#beb6cc color RGB value is (190,182,204).

#beb6cc hex color red value is 190, green value is 182 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #beb6cc hue: 0.73 , saturation: 0.18 and the lightness value of beb6cc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 11001100
Octal 276 266 314
Decimal 190 182 204
Hex BE B6 CC

RGB Percentages of Color #beb6cc

%32.99
%31.60
%35.42

CMYK Percentages of Color #beb6cc

%7
%11
%0
%20

Triadic Colors of #beb6cc

#beb6cc #ccbeb6 #b6ccbe

Analogous Colors of #beb6cc

#beb6cc #c9b6cc #b6b9cc

Monochromatic Colors of #beb6cc

#beb6cc

Complementary Color

#beb6cc #c4ccb6

#beb6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb6cc Color CSS Codes

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

#beb6cc Text Font Color

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

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


#beb6cc Background Color

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

This div background color is #beb6cc


#beb6cc Border Color

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

This div border color is #beb6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb6cc


Comments

No comments written yet.

Please login to write comment.