Color Hex Logo

#bebccf Color Hex

#BEBCCF
(190,188,207)
0 Favorites   0 Comments

Color spaces of #bebccf

RGB 190188207
HSL0.680.170.77
HSV246°81°
CMYK 0.080.090.00   0.19
XYZ50.480951.418666.2956
Yxy51.41860.30010.3057
Hunter Lab71.70680.1755-4.6211
CIE-Lab76.93194.3487-9.2863

#bebccf color RGB value is (190,188,207).

#bebccf hex color red value is 190, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bebccf hue: 0.68 , saturation: 0.17 and the lightness value of bebccf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11001111
Octal 276 274 317
Decimal 190 188 207
Hex BE BC CF

RGB Percentages of Color #bebccf

%32.48
%32.14
%35.38

CMYK Percentages of Color #bebccf

%8
%9
%0
%19

Triadic Colors of #bebccf

#bebccf #cfbebc #bccfbe

Analogous Colors of #bebccf

#bebccf #c8bccf #bcc4cf

Monochromatic Colors of #bebccf

#bebccf

Complementary Color

#bebccf #cdcfbc

#bebccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebccf Color CSS Codes

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

#bebccf Text Font Color

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

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


#bebccf Background Color

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

This div background color is #bebccf


#bebccf Border Color

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

This div border color is #bebccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebccf


Comments

No comments written yet.

Please login to write comment.