Color Hex Logo

#bebcdc Color Hex

#BEBCDC
(190,188,220)
0 Favorites   0 Comments

Color spaces of #bebcdc

RGB 190188220
HSL0.680.310.80
HSV244°15°86°
CMYK 0.140.150.00   0.14
XYZ52.136752.080975.0149
Yxy52.08090.29090.2906
Hunter Lab72.16712.6639-11.1127
CIE-Lab77.32927.0158-15.7290

#bebcdc color RGB value is (190,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11011100
Octal 276 274 334
Decimal 190 188 220
Hex BE BC DC

RGB Percentages of Color #bebcdc

%31.77
%31.44
%36.79

CMYK Percentages of Color #bebcdc

%14
%15
%0
%14

Triadic Colors of #bebcdc

#bebcdc #dcbebc #bcdcbe

Analogous Colors of #bebcdc

#bebcdc #cebcdc #bccadc

Monochromatic Colors of #bebcdc

#bebcdc

Complementary Color

#bebcdc #dadcbc

#bebcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcdc Color CSS Codes

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

#bebcdc Text Font Color

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

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


#bebcdc Background Color

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

This div background color is #bebcdc


#bebcdc Border Color

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

This div border color is #bebcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcdc


Comments

No comments written yet.

Please login to write comment.