Color Hex Logo

#bebbcf Color Hex

#BEBBCF
(190,187,207)
0 Favorites   0 Comments

Color spaces of #bebbcf

RGB 190187207
HSL0.690.170.77
HSV249°10°81°
CMYK 0.080.100.00   0.19
XYZ50.268050.992866.2247
Yxy50.99280.30010.3045
Hunter Lab71.40920.6876-4.9989
CIE-Lab76.67464.8875-9.6694

#bebbcf color RGB value is (190,187,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 11001111
Octal 276 273 317
Decimal 190 187 207
Hex BE BB CF

RGB Percentages of Color #bebbcf

%32.53
%32.02
%35.45

CMYK Percentages of Color #bebbcf

%8
%10
%0
%19

Triadic Colors of #bebbcf

#bebbcf #cfbebb #bbcfbe

Analogous Colors of #bebbcf

#bebbcf #c8bbcf #bbc2cf

Monochromatic Colors of #bebbcf

#bebbcf

Complementary Color

#bebbcf #cccfbb

#bebbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbcf Color CSS Codes

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

#bebbcf Text Font Color

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

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


#bebbcf Background Color

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

This div background color is #bebbcf


#bebbcf Border Color

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

This div border color is #bebbcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,187,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 #bebbcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbcf


Comments

No comments written yet.

Please login to write comment.