Color Hex Logo

#bebbc9 Color Hex

#BEBBC9
(190,187,201)
0 Favorites   0 Comments

Color spaces of #bebbc9

RGB 190187201
HSL0.700.110.76
HSV253°79°
CMYK 0.050.070.00   0.21
XYZ49.548150.704862.4339
Yxy50.70480.30460.3117
Hunter Lab71.2073-0.4073-2.1398
CIE-Lab76.49983.7014-6.6738

#bebbc9 color RGB value is (190,187,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 11001001
Octal 276 273 311
Decimal 190 187 201
Hex BE BB C9

RGB Percentages of Color #bebbc9

%32.87
%32.35
%34.78

CMYK Percentages of Color #bebbc9

%5
%7
%0
%21

Triadic Colors of #bebbc9

#bebbc9 #c9bebb #bbc9be

Analogous Colors of #bebbc9

#bebbc9 #c5bbc9 #bbbfc9

Monochromatic Colors of #bebbc9

#bebbc9

Complementary Color

#bebbc9 #c6c9bb

#bebbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbc9 Color CSS Codes

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

#bebbc9 Text Font Color

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

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


#bebbc9 Background Color

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

This div background color is #bebbc9


#bebbc9 Border Color

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

This div border color is #bebbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbc9

#bebbc9 Color Palettes


Comments

No comments written yet.

Please login to write comment.