Color Hex Logo

#bebbc4 Color Hex

#BEBBC4
(190,187,196)
0 Favorites   0 Comments

Color spaces of #bebbc4

RGB 190187196
HSL0.720.070.75
HSV260°77°
CMYK 0.030.050.00   0.23
XYZ48.969350.473359.3859
Yxy50.47330.30830.3178
Hunter Lab71.0446-1.29230.1709
CIE-Lab76.35892.7360-4.1677

#bebbc4 color RGB value is (190,187,196).

#bebbc4 hex color red value is 190, green value is 187 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #bebbc4 hue: 0.72 , saturation: 0.07 and the lightness value of bebbc4 is 0.75.

The process color (four color CMYK) of #bebbc4 color hex is 0.03, 0.05, 0.00, 0.23. Web safe color of #bebbc4 is #cccccc. Color #bebbc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 11000100
Octal 276 273 304
Decimal 190 187 196
Hex BE BB C4

RGB Percentages of Color #bebbc4

%33.16
%32.64
%34.21

CMYK Percentages of Color #bebbc4

%3
%5
%0
%23

Triadic Colors of #bebbc4

#bebbc4 #c4bebb #bbc4be

Analogous Colors of #bebbc4

#bebbc4 #c3bbc4 #bbbdc4

Monochromatic Colors of #bebbc4

#bebbc4

Complementary Color

#bebbc4 #c1c4bb

#bebbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbc4 Color CSS Codes

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

#bebbc4 Text Font Color

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

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


#bebbc4 Background Color

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

This div background color is #bebbc4


#bebbc4 Border Color

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

This div border color is #bebbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbc4


Comments

No comments written yet.

Please login to write comment.