Color Hex Logo

#beb6ce Color Hex

#BEB6CE
(190,182,206)
0 Favorites   0 Comments

Color spaces of #beb6ce

RGB 190182206
HSL0.720.200.76
HSV260°12°81°
CMYK 0.080.120.00   0.19
XYZ49.103748.859365.2353
Yxy48.85930.30090.2994
Hunter Lab69.89943.0706-6.4042
CIE-Lab75.36377.3918-11.0815

#beb6ce color RGB value is (190,182,206).

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

The process color (four color CMYK) of #beb6ce color hex is 0.08, 0.12, 0.00, 0.19. Web safe color of #beb6ce is #cccccc. Color #beb6ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 11001110
Octal 276 266 316
Decimal 190 182 206
Hex BE B6 CE

RGB Percentages of Color #beb6ce

%32.87
%31.49
%35.64

CMYK Percentages of Color #beb6ce

%8
%12
%0
%19

Triadic Colors of #beb6ce

#beb6ce #cebeb6 #b6cebe

Analogous Colors of #beb6ce

#beb6ce #cab6ce #b6bace

Monochromatic Colors of #beb6ce

#beb6ce

Complementary Color

#beb6ce #c6ceb6

#beb6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb6ce Color CSS Codes

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

#beb6ce Text Font Color

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

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


#beb6ce Background Color

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

This div background color is #beb6ce


#beb6ce Border Color

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

This div border color is #beb6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb6ce


Comments

No comments written yet.

Please login to write comment.