Color Hex Logo

#beb9fb Color Hex

#BEB9FB
(190,185,251)
0 Favorites   0 Comments

Color spaces of #beb9fb

RGB 190185251
HSL0.680.890.85
HSV245°26°98°
CMYK 0.240.260.00   0.02
XYZ55.996852.610198.4702
Yxy52.61010.27040.2541
Hunter Lab72.532810.8732-29.7188
CIE-Lab77.644215.5196-31.9541

#beb9fb color RGB value is (190,185,251).

#beb9fb hex color red value is 190, green value is 185 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #beb9fb hue: 0.68 , saturation: 0.89 and the lightness value of beb9fb is 0.85.

The process color (four color CMYK) of #beb9fb color hex is 0.24, 0.26, 0.00, 0.02. Web safe color of #beb9fb is #ccccff. Color #beb9fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 11111011
Octal 276 271 373
Decimal 190 185 251
Hex BE B9 FB

RGB Percentages of Color #beb9fb

%30.35
%29.55
%40.10

CMYK Percentages of Color #beb9fb

%24
%26
%0
%2

Triadic Colors of #beb9fb

#beb9fb #fbbeb9 #b9fbbe

Analogous Colors of #beb9fb

#beb9fb #dfb9fb #b9d5fb

Monochromatic Colors of #beb9fb

#beb9fb

Complementary Color

#beb9fb #f6fbb9

#beb9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb9fb Color CSS Codes

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

#beb9fb Text Font Color

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

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


#beb9fb Background Color

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

This div background color is #beb9fb


#beb9fb Border Color

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

This div border color is #beb9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb9fb


Comments

No comments written yet.

Please login to write comment.