Color Hex Logo

#bebcc8 Color Hex

#BEBCC8
(190,188,200)
0 Favorites   0 Comments

Color spaces of #bebcc8

RGB 190188200
HSL0.690.100.76
HSV250°78°
CMYK 0.050.060.00   0.22
XYZ49.643851.083761.8872
Yxy51.08370.30530.3141
Hunter Lab71.4729-1.0945-1.3073
CIE-Lab76.72972.9696-5.7911

#bebcc8 color RGB value is (190,188,200).

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

The process color (four color CMYK) of #bebcc8 color hex is 0.05, 0.06, 0.00, 0.22. Web safe color of #bebcc8 is #cccccc. Color #bebcc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11001000
Octal 276 274 310
Decimal 190 188 200
Hex BE BC C8

RGB Percentages of Color #bebcc8

%32.87
%32.53
%34.60

CMYK Percentages of Color #bebcc8

%5
%6
%0
%22

Triadic Colors of #bebcc8

#bebcc8 #c8bebc #bcc8be

Analogous Colors of #bebcc8

#bebcc8 #c4bcc8 #bcc0c8

Monochromatic Colors of #bebcc8

#bebcc8

Complementary Color

#bebcc8 #c6c8bc

#bebcc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcc8 Color CSS Codes

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

#bebcc8 Text Font Color

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

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


#bebcc8 Background Color

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

This div background color is #bebcc8


#bebcc8 Border Color

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

This div border color is #bebcc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcc8


Comments

No comments written yet.

Please login to write comment.