Color Hex Logo

#bebbca Color Hex

#BEBBCA
(190,187,202)
0 Favorites   0 Comments

Color spaces of #bebbca

RGB 190187202
HSL0.700.120.76
HSV252°79°
CMYK 0.060.070.00   0.21
XYZ49.666250.752163.0556
Yxy50.75210.30380.3105
Hunter Lab71.2405-0.2274-2.6097
CIE-Lab76.52863.8969-7.1739

#bebbca color RGB value is (190,187,202).

#bebbca hex color red value is 190, green value is 187 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bebbca hue: 0.70 , saturation: 0.12 and the lightness value of bebbca is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 11001010
Octal 276 273 312
Decimal 190 187 202
Hex BE BB CA

RGB Percentages of Color #bebbca

%32.82
%32.30
%34.89

CMYK Percentages of Color #bebbca

%6
%7
%0
%21

Triadic Colors of #bebbca

#bebbca #cabebb #bbcabe

Analogous Colors of #bebbca

#bebbca #c6bbca #bbc0ca

Monochromatic Colors of #bebbca

#bebbca

Complementary Color

#bebbca #c7cabb

#bebbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbca Color CSS Codes

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

#bebbca Text Font Color

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

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


#bebbca Background Color

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

This div background color is #bebbca


#bebbca Border Color

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

This div border color is #bebbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbca


Comments

No comments written yet.

Please login to write comment.