Color Hex Logo

#beb6de Color Hex

#BEB6DE
(190,182,222)
0 Favorites   0 Comments

Color spaces of #beb6de

RGB 190182222
HSL0.700.380.79
HSV252°18°87°
CMYK 0.140.180.00   0.13
XYZ51.148049.677076.0001
Yxy49.67700.28930.2809
Hunter Lab70.48196.1923-14.5946
CIE-Lab75.870610.6992-19.0138

#beb6de color RGB value is (190,182,222).

#beb6de hex color red value is 190, green value is 182 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #beb6de hue: 0.70 , saturation: 0.38 and the lightness value of beb6de is 0.79.

The process color (four color CMYK) of #beb6de color hex is 0.14, 0.18, 0.00, 0.13. Web safe color of #beb6de is #cccccc. Color #beb6de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 11011110
Octal 276 266 336
Decimal 190 182 222
Hex BE B6 DE

RGB Percentages of Color #beb6de

%31.99
%30.64
%37.37

CMYK Percentages of Color #beb6de

%14
%18
%0
%13

Triadic Colors of #beb6de

#beb6de #debeb6 #b6debe

Analogous Colors of #beb6de

#beb6de #d2b6de #b6c2de

Monochromatic Colors of #beb6de

#beb6de

Complementary Color

#beb6de #d6deb6

#beb6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb6de Color CSS Codes

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

#beb6de Text Font Color

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

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


#beb6de Background Color

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

This div background color is #beb6de


#beb6de Border Color

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

This div border color is #beb6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb6de


Comments

No comments written yet.

Please login to write comment.