Color Hex Logo

#bebcca Color Hex

#BEBCCA
(190,188,202)
0 Favorites   0 Comments

Color spaces of #bebcca

RGB 190188202
HSL0.690.120.76
HSV249°79°
CMYK 0.060.070.00   0.21
XYZ49.879151.177963.1265
Yxy51.17790.30380.3117
Hunter Lab71.5387-0.7368-2.2410
CIE-Lab76.78663.3593-6.7915

#bebcca color RGB value is (190,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11001010
Octal 276 274 312
Decimal 190 188 202
Hex BE BC CA

RGB Percentages of Color #bebcca

%32.76
%32.41
%34.83

CMYK Percentages of Color #bebcca

%6
%7
%0
%21

Triadic Colors of #bebcca

#bebcca #cabebc #bccabe

Analogous Colors of #bebcca

#bebcca #c5bcca #bcc1ca

Monochromatic Colors of #bebcca

#bebcca

Complementary Color

#bebcca #c8cabc

#bebcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcca Color CSS Codes

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

#bebcca Text Font Color

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

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


#bebcca Background Color

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

This div background color is #bebcca


#bebcca Border Color

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

This div border color is #bebcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcca


Comments

No comments written yet.

Please login to write comment.