Color Hex Logo

#beb5ca Color Hex

#BEB5CA
(190,181,202)
0 Favorites   0 Comments

Color spaces of #beb5ca

RGB 190181202
HSL0.740.170.75
HSV266°10°79°
CMYK 0.060.100.00   0.21
XYZ48.419748.259262.6401
Yxy48.25920.30390.3029
Hunter Lab69.46882.8438-4.8336
CIE-Lab74.98817.1392-9.4629

#beb5ca color RGB value is (190,181,202).

#beb5ca hex color red value is 190, green value is 181 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #beb5ca hue: 0.74 , saturation: 0.17 and the lightness value of beb5ca is 0.75.

The process color (four color CMYK) of #beb5ca color hex is 0.06, 0.10, 0.00, 0.21. Web safe color of #beb5ca is #cccccc. Color #beb5ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 11001010
Octal 276 265 312
Decimal 190 181 202
Hex BE B5 CA

RGB Percentages of Color #beb5ca

%33.16
%31.59
%35.25

CMYK Percentages of Color #beb5ca

%6
%10
%0
%21

Triadic Colors of #beb5ca

#beb5ca #cabeb5 #b5cabe

Analogous Colors of #beb5ca

#beb5ca #c9b5ca #b5b7ca

Monochromatic Colors of #beb5ca

#beb5ca

Complementary Color

#beb5ca #c1cab5

#beb5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb5ca Color CSS Codes

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

#beb5ca Text Font Color

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

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


#beb5ca Background Color

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

This div background color is #beb5ca


#beb5ca Border Color

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

This div border color is #beb5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb5ca


Comments

No comments written yet.

Please login to write comment.