Color Hex Logo

#bebcdb Color Hex

#BEBCDB
(190,188,219)
1 Favorites   0 Comments

Color spaces of #bebcdb

RGB 190188219
HSL0.680.300.80
HSV244°14°86°
CMYK 0.130.140.00   0.14
XYZ52.004652.028174.3193
Yxy52.02810.29160.2917
Hunter Lab72.13052.4664-10.5978
CIE-Lab77.29766.8059-15.2357

#bebcdb color RGB value is (190,188,219).

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

The process color (four color CMYK) of #bebcdb color hex is 0.13, 0.14, 0.00, 0.14. Web safe color of #bebcdb is #cccccc. Color #bebcdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11011011
Octal 276 274 333
Decimal 190 188 219
Hex BE BC DB

RGB Percentages of Color #bebcdb

%31.83
%31.49
%36.68

CMYK Percentages of Color #bebcdb

%13
%14
%0
%14

Triadic Colors of #bebcdb

#bebcdb #dbbebc #bcdbbe

Analogous Colors of #bebcdb

#bebcdb #cebcdb #bccadb

Monochromatic Colors of #bebcdb

#bebcdb

Complementary Color

#bebcdb #d9dbbc

#bebcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcdb Color CSS Codes

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

#bebcdb Text Font Color

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

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


#bebcdb Background Color

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

This div background color is #bebcdb


#bebcdb Border Color

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

This div border color is #bebcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcdb


Comments

No comments written yet.

Please login to write comment.