Color Hex Logo

#bebbce Color Hex

#BEBBCE
(190,187,206)
0 Favorites   0 Comments

Color spaces of #bebbce

RGB 190187206
HSL0.690.160.77
HSV249°81°
CMYK 0.080.090.00   0.19
XYZ50.146150.944065.5827
Yxy50.94400.30090.3057
Hunter Lab71.37510.5027-4.5158
CIE-Lab76.64514.6878-9.1710

#bebbce color RGB value is (190,187,206).

#bebbce hex color red value is 190, green value is 187 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bebbce hue: 0.69 , saturation: 0.16 and the lightness value of bebbce is 0.77.

The process color (four color CMYK) of #bebbce color hex is 0.08, 0.09, 0.00, 0.19. Web safe color of #bebbce is #cccccc. Color #bebbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 11001110
Octal 276 273 316
Decimal 190 187 206
Hex BE BB CE

RGB Percentages of Color #bebbce

%32.59
%32.08
%35.33

CMYK Percentages of Color #bebbce

%8
%9
%0
%19

Triadic Colors of #bebbce

#bebbce #cebebb #bbcebe

Analogous Colors of #bebbce

#bebbce #c8bbce #bbc2ce

Monochromatic Colors of #bebbce

#bebbce

Complementary Color

#bebbce #cbcebb

#bebbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbce Color CSS Codes

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

#bebbce Text Font Color

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

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


#bebbce Background Color

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

This div background color is #bebbce


#bebbce Border Color

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

This div border color is #bebbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbce


Comments

No comments written yet.

Please login to write comment.